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)

chaot1c 11-05-2008 03:52 PM

Doesn't work with 3.7.4 - I keep getting database errors.

Howell 11-05-2008 06:13 PM

Quote:

Originally Posted by chaot1c (Post 1659971)
Doesn't work with 3.7.4 - I keep getting database errors.

It's working fine on my forum which is also using 3.7.4 !?!? ;)

chaot1c 11-05-2008 06:45 PM

Quote:

Originally Posted by Howell (Post 1660033)
It's working fine on my forum which is also using 3.7.4 !?!? ;)

Nevermind, it was a database error on my end.

KURTZ 11-29-2008 12:46 PM

there is a trouble with the 3.8.x ... with this hack i can't select all the messages that i've in the box ...

vbboarder 12-08-2008 09:39 PM

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

Quantnet 12-09-2008 01:23 AM

Wow. thanks a lot.
I thought this is a bug in vb 3.8 and reported as such on vb.com :)

rainyleaves 01-11-2009 04:20 AM

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

Very thanks,

Noonster 01-11-2009 09:46 AM

Works on 3.8 fine after install and using the edit above!

Alien 01-11-2009 10:46 PM

I can confirm that as well, works terrifically with vbboarder's fix!

Thanks!

acegames 01-12-2009 05: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



Perfect , thankyou , just what I was looking for :up:

vbboarder 01-12-2009 06:10 PM

Quote:

Originally Posted by acegames (Post 1709911)
Perfect , thankyou , just what I was looking for :up:

Quote:

Originally Posted by Alien (Post 1709077)
I can confirm that as well, works terrifically with vbboarder's fix!
Thanks!

Quote:

Originally Posted by Noonster (Post 1708397)
Works on 3.8 fine after install and using the edit above!

Quote:

Originally Posted by rainyleaves (Post 1708194)
Very thanks,

Quote:

Originally Posted by Quantnet.org (Post 1681354)
Wow. thanks a lot.
I thought this is a bug in vb 3.8 and reported as such on vb.com :)

.

Glad the fix is working for everyone :)

OhSoBlonde 01-13-2009 03:52 PM

Thank you! It worked for ours as well!

djbaxter 01-17-2009 08:24 PM

Quote:

Originally Posted by KURTZ (Post 1675150)
there is a trouble with the 3.8.x ... with this hack i can't select all the messages that i've in the box ...

Quote:

Originally Posted by Quantnet.org (Post 1681354)
Wow. thanks a lot.
I thought this is a bug in vb 3.8 and reported as such on vb.com :)

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

Excellent. I was also having this problem and reported it to vB.com as a bug.

Princeton, will you update this for 3.8?

Nadeemjp 01-19-2009 06:51 AM

this is a wonderful modification.
i was just wondering if it is possible to launch this officially in 3.8 as well so that i dont have to come in here again.

it is working though with 3.8 @ my forums.

djxcee 01-20-2009 07:29 AM

Quote:

Originally Posted by vbboarder (Post 1709992)
.

Glad the fix is working for everyone :)

Thank you so much for doing this!

Working for us as well :D

Stubbed 01-22-2009 12:18 AM

Just to add, upgraded to 3.8, applied those fixes, sorted :)

Za4a Tuner 01-26-2009 05:32 PM

thanks to vbboarder for the bugfix!

i did the fix by using Template Modification System .
if someone like to use the tms-file ... i attachded it in this post

djbaxter 01-26-2009 11:13 PM

Quote:

Originally Posted by Za4a Tuner (Post 1725402)
thanks to vbboarder for the bugfix!

i did the fix by using Template Modification System .
if someone like to use the tms-file ... i attachded it in this post

Wow. Thank you! That certainly made the job easy. :up:

cnutter 01-28-2009 12:13 PM

Quote:

Originally Posted by djbaxter (Post 1716122)
Excellent. I was also having this problem and reported it to vB.com as a bug.

Princeton, will you update this for 3.8?

vbboarder, Thanx for the bug fix.

Princeton any idea when you might update this to work fully with 3.8.x?

HaS?R 01-29-2009 02:01 AM

Nice Mod.Thanks.

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!

nhlchuck 03-08-2009 01:23 PM

Quote:

Originally Posted by djbaxter (Post 1762473)
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.

I disabled vBSEO, reverted all the old templates and nothing seems to do the trick. Very strange.

DieselMinded 03-09-2009 08:05 PM

/me applied fix thanks

TheInsaneManiac 03-25-2009 10:48 PM

Thanks!

PossumX 04-01-2009 01:13 AM

Fix applied, as this was driving me batty.

SnapOff Racing 04-09-2009 02:05 AM

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

Worked perfect, THANKS! :up:

Fungsten 04-13-2009 04:51 PM

Quote:

Originally Posted by SnapOff Racing (Post 1787032)
Worked perfect, THANKS! :up:

+1.

Been Told 04-25-2009 04:13 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

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! :)

Konstantinos 06-30-2009 12:28 PM

this doesnt work well in 3.8.2 the previe shows but the checkbox to select all pms to delete doesnt work

djbaxter 06-30-2009 02:54 PM

Quote:

Originally Posted by Konstantinos (Post 1840149)
this doesnt work well in 3.8.2 the previe shows but the checkbox to select all pms to delete doesnt work

Read the post just above yours.

jacko_162 09-21-2009 09:37 AM

tested and working on my 3.8.3 with the above template edit (post 77)


All times are GMT. The time now is 01:02 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.01452 seconds
  • Memory Usage 1,846KB
  • 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
  • (28)bbcode_code_printable
  • (22)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