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)

WNxWakko 02-25-2010 12:45 PM

Quote:

Originally Posted by Been Told (Post 1798830)
Hi there!
Doesn't seem to work for me. The described error occurs after upgrading to vB 3.8.2 and making the template changes described in your post. :(

Edit: Sorry - I forgot to update my templates after upgrading 3.7.5 -> 3.8.2 - Works perfectly now thanks! After the update the first thing the members commented on negatively was that the advanced PM listing was gone. They will be glad to see it's back! :)

I have Version 3.8.4 and have made the template edits recommended. This has not resolved the issue. Unable to check/uncheck all and the go button does not count. Any ideas?

vitrag24 03-15-2010 09:31 PM

vb 4.0 update?
Thx.

Mostjolly 07-07-2010 06:59 PM

Quote:

Originally Posted by vbboarder (Post 1681247)
Bug: when you update to VB 3.8, the messages are not highlighted when selected and the 'Go' button does not update with the # of messages selected. Also, the checkbox to select all messages do not work.

Solution: The gtpm_messagelistbit template needs to be updated with 2 changes to be VB 3.8 compatible. Go to 'Style Manager' -> 'Edit Templates' -> click on gtpm_messagelistbit and FIND:
Code:

<td class="alt1Active" id="m$pm[pmid]" width="100%">
.
REPLACE WITH:
Code:

<td class="alt1 alt1Active" id="m$pm[pmid]" width="100%">
.
FIND:
Code:

<input type="checkbox" name="pm[$pmid]" value="$groupid" />
.
REPLACE WITH:
Code:

<input type="checkbox" name="pm[$pmid]" id="pmlist_$pmid" value="$groupid" />
.
That's it! Now selected messages should be highlighted, the 'Go' button should update, and the check-all checkbox should work. Hope that helps :D

Marry me ;)

wd4x4 09-21-2010 02:09 AM

Any way to get this to work on 4.0.7 ??

goxy63 04-14-2011 11:35 AM

Quote:

Originally Posted by wd4x4 (Post 2101239)
Any way to get this to work on 4.0.7 ??

+1
how to do it on vb4 pls?


All times are GMT. The time now is 01:01 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.01117 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_code_printable
  • (3)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
  • (5)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