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)

Allan 02-08-2009 02:09 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

Thanks !

MissKalunji 02-13-2009 11:20 AM

Thanks :) that fixed it

Sadie Frost 02-16-2009 12:52 AM

Thank you vbboarder and Allan (and Princeton of course) :D

BigDog56 02-17-2009 10:33 AM

Thank you! That fixed it with me also!

RedGTiVR6 02-26-2009 03:13 AM

many thanks vbboarder!

Dagothar 02-26-2009 09:44 PM

And for us. Thanks kindly, vbboarder and Allan (and Princeton!)!

nhlchuck 03-07-2009 12:22 PM

How about if you have installed this "fix" and still can't select all by an individual date?

djbaxter 03-07-2009 01:17 PM

Quote:

Originally Posted by nhlchuck (Post 1762445)
How about if you have installed this "fix" and still can't select all by each date?

This add-on (and similar add-ons)
  1. seems to be affected by a problem with earlier versions of vBSEO conflicting with AJAX, so if you're running vBSEO check at their website for a patch or support
  2. on certain installations (again running vBSEO), Firefox in particular seems to be affected. See if you can resolve the problem using IE or Opera - if that works, then see #1 above.

nhlchuck 03-07-2009 01:21 PM

I will check regarding VBSeo because it's not just a firefox issue. Thank you for your response!

muratksk 03-07-2009 01:46 PM

Installed and very nice!


All times are GMT. The time now is 01:08 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.01975 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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