vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - Private Messaging Shelled (https://vborg.vbsupport.ru/showthread.php?t=230434)

vbenhancer 12-17-2009 10:00 PM

Private Messaging Shelled
 
1 Attachment(s)
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

[high]* TheLastSuperman runs off to install thanks :D[/high]

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

Quote:

Originally Posted by Thelonius Beck (Post 1934311)
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

1 Attachment(s)
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/attachmen...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

Code:

<!-- forumjump -->
.
.
.
.
.
.
.
.
<!-- / forumjump -->

and replace with

Code:

<!-- 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%">&nbsp;</td>
    <td class="smallfont">$forumjump</td>
  </tr>
</table>
<!-- / forumjump -->

_

after that all is ok
(take me 3 hours to find)

SorentoUltimate


All times are GMT. The time now is 04:53 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.01370 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete