View Full Version : Private Messages Enhancements - Private Messaging Shelled
vbenhancer
12-17-2009, 10:00 PM
Will place your Private Messaging pages in their own shell, outside the UserCP.
As you can see here, it's a complete rewrite of the Private Messages page, outside the UserCP Shell, and with a different way to show the Messages Listing -- based on most of the emailers we know (search fields on top, not in the bottom)
Here is the only setting you have to change if needed, it is located at:
Admincp >> vBulletin Options >> Private Messaging Options
Can be completely recustomized as it's template based.
no template edit, no file edit. All plugins.
---------------
note on july 2nd:
bug fixed:
no more need of the TMS engine to edit the usercp sidebar... in the USERCP Sidebar, the Private Message block will vanish in all situations.
folder jump now works
confirmed/unconfirmed alert is now showing on top, in its own box
sidebar title is now "Private Messaging"
sidebar folder names now go bold when you're in them (css typo corrected)
Brandon Sheley
12-18-2009, 02:44 AM
another great one, thanks!
TheLastSuperman
12-18-2009, 02:47 AM
* TheLastSuperman runs off to install thanks :D
biftek
12-19-2009, 09:07 PM
unistalled , my installed version looked nothing like the screenshot
vbenhancer
12-19-2009, 09:27 PM
may be related to the theme you use... this product use the default theme structure to run, so it may be different...
biftek
12-20-2009, 02:55 AM
using the default theme
COL NIL SATIS
12-20-2009, 03:46 PM
installed!!! another awesome mod from vbenhancer...many thanks for these mate
COL NIL SATIS
12-20-2009, 03:47 PM
these mods are coming thick and fast vb..cool work
Thelonius Beck
12-20-2009, 11:42 PM
Great mod. I have found an apparent bug however.
In "Private Messages In Folder:" tcat, the Inbox/Sent drop down isn't working for me.
vbenhancer
12-21-2009, 02:07 PM
Great mod. I have found an apparent bug however.
In "Private Messages In Folder:" tcat, the Inbox/Sent drop down isn't working for me.
OH, i'll take a look at this bug... in the taks-list, and up
Mellow
12-25-2009, 02:47 PM
Can this be reversed for a style? I have a mobile style that this doesn't look as good for and would like to disable it just for that style.
vbenhancer
12-25-2009, 07:37 PM
hum, you have a good question here... i know there is a trick to disable it entirely for a styleid, but i do not remember the proper line of code... i'll see for it in the next days.
SorentoUltimate
01-17-2010, 01:47 PM
i need your help, after i install, after message list at bottom i have the Folder Jump and Forum Jump.
Folder Jump align at Left But Forum Jump not align at Right.
https://vborg.vbsupport.ru/attachment.php?attachmentid=110228&stc=1&d=1263743297
Can someone help me fix that ?
Thanks in Advance
SorentoUltimate
SorentoUltimate
04-17-2010, 10:15 PM
To Fix the above go to template private_pm_messagelist
at the end find
<!-- forumjump -->
.
.
.
.
.
.
.
.
<!-- / forumjump -->and replace with
<!-- forumjump -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
<td>
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap">
<form action="private.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="pp" value="$perpage" />
<strong>$vbphrase[jump_to_folder]</strong><br />
<select name="folderid" onchange="this.form.submit();">$folderjump</select>$gobutton
</form>
</div>
</td>
<td width="100%"> </td>
<td class="smallfont">$forumjump</td>
</tr>
</table>
<!-- / forumjump --> _
after that all is ok
(take me 3 hours to find)
SorentoUltimate
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.