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)

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 02:16 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.01054 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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