vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Private Messages Enhancements - GTPrivate Messages Enhanced Listing (preview message) (https://vborg.vbsupport.ru/showthread.php?t=178203)

Princeton 05-04-2008 10:00 PM

GTPrivate Messages Enhanced Listing (preview message)
 
GTPrivate Messages Enhanced Listing (preview message) similar to how it is on vbulletin.org!

No edits are necessary.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

NEW 3.7.0.0 VERSION (download GTPM_Listing_3700.zip)

Instructions:
  1. Install product via Product Manager.
  2. Show Your Support by Donating.
  3. Don't forget to click "Mark As Installed", Nominate for MOTM, and rate the modification.
History:

May 1, 2008 : Modification released (3.7.0.0)


Questions:

Q)__ How can I change the number of characters on preview?
A)__ This is controlled via the Length of Thread Preview Text option.


Recently Released 3.7 Modifications:

KURTZ 05-05-2008 02:20 PM

absolutely installed Joe ... nice job ;)

Boofo 05-05-2008 02:22 PM

I'm using the older version on 3.7 just fine. Is there any real need to update this?

codershark 05-05-2008 02:22 PM

Is it possible to include the Avatar from Sender in the preview ?

Princeton 05-05-2008 02:24 PM

Quote:

Originally Posted by Boofo (Post 1509315)
I'm using the older version on 3.7 just fine. Is there any real need to update this?

this one has been updated to remove static urls from preview (some urls are too long and may break narrow layouts)

Boofo 05-05-2008 02:26 PM

Ahh, OK, thanks. I haven't run into that yet but I will update it anyway. Thank you, sir. ;)

BigDog56 05-05-2008 02:28 PM

very nice and needed! thank you!

Howell 05-05-2008 02:45 PM

Another great addition. :up:

*installed*

Endurer 05-05-2008 06:29 PM

Excellent, I've been waiting for this to upgrade. Thank you Princeton.

rizelim 05-05-2008 06:35 PM

thank you!

Ryan Beal 05-06-2008 01:03 AM

Quote:

Originally Posted by Princeton
Q)__ How can I change the number of characters on preview?
A)__ This is controlled via the Length of Thread Preview Text option.


I have that disabled because I'm using the following mod for previews instead:

https://vborg.vbsupport.ru/showthread.php?t=145187


The enhanced listing mod shows the full PM at the moment. Is there anything I can modify in this to specify a character length without having to enable the default thread previews?

Thanks.

Hornstar 05-06-2008 06:17 AM

Thanks, upgrading to 3.7 now and will add this in :)

samsci 05-06-2008 11:58 PM

Installed and very nice!

Ryan Beal 05-07-2008 02:00 AM

Quote:

Originally Posted by Ryan Beal (Post 1509929)
The enhanced listing mod shows the full PM at the moment. Is there anything I can modify in this to specify a character length without having to enable the default thread previews?

Disregard this. I found it.

Good mod. :up:

Princeton 05-07-2008 12:15 PM

Quote:

Originally Posted by Ryan Beal (Post 1511186)
Disregard this. I found it.

Good mod. :up:

thanks for the update

for anyone interested..

FIND IN private_messagelist_messagebit plugin:

$vbulletin->options['threadpreview']

REPLACE WITH number of characters you wish to use


:up:

Fungsten 05-07-2008 06:42 PM

Quote:

Originally Posted by Princeton (Post 1511568)
thanks for the update

for anyone interested..

FIND IN private_messagelist_messagebit:

$vbulletin->options['threadpreview']

REPLACE WITH number of characters you wish to use


:up:

That's in a Plug Ins, right? When changing it I entered 100 with and without the quotes and it didn't work.

Pamela 05-23-2008 08:40 PM

This is awesome! Thanks!!! :D

*clicks install*

Pamela 05-23-2008 08:55 PM

Now that the message preview is showing...which I love by the way! :)...the post indicator (the little smilie to the left of each PM) is super small and squished.

How can I go about fixing that to make it look normal again (while still keeping the message preview of course).

Thanks! :)

Ryan Beal 05-31-2008 07:50 AM

Quote:

Originally Posted by Fungsten (Post 1511916)
That's in a Plug Ins, right? When changing it I entered 100 with and without the quotes and it didn't work.

Correct. Title of the plugin is 'Print Message Preview'.

Since you mention quotes, I have a feeling you're just replacing 'threadpreview' with the number of characters. Replace everything from Princeton's post.

The last line of my private_messagelist_messagebit looks like this:

PHP Code:

$pm['pmpreview'] = htmlspecialchars_uni(fetch_trimmed_title($pm['pmpreview'], 70)); 


Dagothar 06-03-2008 04:13 AM

Installed. My 4th, and the most complex. ;)

Using the ACP Plugin & Products install is a piece of cake. And things're better already in the UCP.

Reading your Readme.txt, I see I am to "* Upload images folder". OK. How?

Forgive this vBulletin tyro! With what, to where?

Princeton 06-03-2008 11:54 AM

upload images via FTP

by the way, there are no images associated with this plugin :confused:

acegames 06-03-2008 12:33 PM

Nice hack , just what I was looking for :)

Dagothar 06-03-2008 12:42 PM

Quote:

Originally Posted by Princeton (Post 1539628)
upload images via FTP

by the way, there are no images associated with this plugin :confused:

LOL... I meant GTUserCP... :p
I figured it out where and how to put THOSE images, btw. And it works beautifully.
Thanks for the patient answer. :)

Pamela 06-03-2008 04:02 PM

Quote:

Originally Posted by Pamela (Post 1529383)
Now that the message preview is showing...which I love by the way! :)...the post indicator (the little smilie to the left of each PM) is super small and squished.

How can I go about fixing that to make it look normal again (while still keeping the message preview of course).

Thanks! :)

Princeton, any idea how I could go about fixing this? Thank you! :)

Love the hack by the way! :D

Princeton 06-03-2008 05:04 PM

I'm assuming you are using large icons..
you will need to edit gtpm_messagelistbit template

REPLACE/REMOVE the following with whatever you want..
Quote:

width="16" height="16"

Pamela 06-04-2008 03:32 AM

Quote:

Originally Posted by Princeton (Post 1539854)
I'm assuming you are using large icons..
you will need to edit gtpm_messagelistbit template

REPLACE/REMOVE the following with whatever you want..

Awesome! Thank you so much!!! :D

ShiZoPhreN 06-10-2008 01:57 AM

*Installed*

Thanks Princeton =) nice Hack

Captain Tycoon 06-14-2008 01:05 PM

Marked as Installed, Working Perfectly!

vmacedonia 06-17-2008 10:19 PM

Quote:

Originally Posted by Princeton (Post 1539854)
I'm assuming you are using large icons..
you will need to edit gtpm_messagelistbit template

REPLACE/REMOVE the following with whatever you want..

Thanks,
I was having the same problem.

NAZIA 06-21-2008 09:18 AM

Nice mod.. thanks for sharing...

PoetJA-1975 06-25-2008 06:48 AM

Thanx

Jacquii.

hotwheels 08-01-2008 04:33 AM

very nice princeton

lalbahadur 10-06-2008 03:36 PM

Excellent Modification. **INSTALLED***

Is there any way by which we can get the username of the member displayed alongside the pm to come up in a color of the usergroup the member belongs to ?

vmacedonia 10-10-2008 06:59 PM

I have installed this mod, Extend and Customise "Mobile" Style Options, and there is a option if you want some of the plugin's not to be loaded with the mobile skin.

Example:

Code:

//Disables MGC Chatbox
$vbulletin->options['mgc_cb_evo_active']=0;
//Disables Cyb Chatbox
$vbulletin->options['cybchatbox_enable_product']=0;

What code should be put in there so that the plugin by default be disabled when the mobile skin is loaded?

$vbulletin->options['']=0;

MonCher 10-12-2008 06:32 PM

I just installed mine. It shows up when I go to user cp. Should it show up any other time? It looks great! Thank you!!!

MarkoP 10-15-2008 03:26 PM

Where is this located?

A)__ This is controlled via the Length of Thread Preview Text option.

Howell 10-15-2008 04:14 PM

Hope this helps.

Quote:

Originally Posted by MarkoP (Post 1645669)
Where is this located?

A)__ This is controlled via the Length of Thread Preview Text option.

Quote:

Originally Posted by Princeton (Post 1511568)
FIND IN private_messagelist_messagebit plugin:

$vbulletin->options['threadpreview']

REPLACE WITH number of characters you wish to use

:up:


-=Leb=- 10-15-2008 09:48 PM

Very nice hack :) thank you

MarkoP 10-15-2008 10:47 PM

Quote:

Originally Posted by Howell (Post 1645697)
Hope this helps.


Thank you!!

Yes it did...

dude14 10-16-2008 12:28 AM

Installed. :)

Quote:

Originally Posted by Ryan Beal (Post 1536867)
Correct. Title of the plugin is 'Print Message Preview'.

Since you mention quotes, I have a feeling you're just replacing 'threadpreview' with the number of characters. Replace everything from Princeton's post.

The last line of my private_messagelist_messagebit looks like this:

PHP Code:

$pm['pmpreview'] = htmlspecialchars_uni(fetch_trimmed_title($pm['pmpreview'], 70)); 


& Thanks for being very clear with that. The instructions are very precise & I never would figured it out without your post. :)


All times are GMT. The time now is 06:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01461 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete