Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-29-2010, 01:54 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Private Message Layout

How do I 'fix' my PM message list layout to where the 'menu' (folder list, etc) is to the 'left' of the message list and not wayyy down at the bottom.




running vB4.0.3
Customized Theme with fixed layout of 935px
Reply With Quote
  #2  
Old 06-29-2010, 01:58 PM
JasonReynolds JasonReynolds is offline
 
Join Date: May 2009
Location: United Kingdom
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you tried contacting Customer Support on the vbulletin.com website?
Reply With Quote
  #3  
Old 06-29-2010, 02:13 PM
eSekar's Avatar
eSekar eSekar is offline
 
Join Date: Jun 2010
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Customized Theme" it's nothing in their code.

You will have to go to your pm_messagelist template and find this code:
PHP Code:
<div id="pmlist_info" class="floatcontainer">
    <
div id="forum_icon_legend" >
        <
h5>{vb:rawphrase icon_legend}</h5>
        <
dl>
            <
dt><img src="{vb:stylevar imgdir_statusicon}/pm_new.png" alt="{vb:rawphrase unread_message}" /></dt><dd>{vb:rawphrase unread_message}</dd>
            <
dt><img src="{vb:stylevar imgdir_statusicon}/pm_old.png" alt="{vb:rawphrase read_message}" /></dt><dd>{vb:rawphrase read_message}</dd>
            <
dt><img src="{vb:stylevar imgdir_statusicon}/pm_replied.png" alt="{vb:rawphrase repliedto_message}" /></dt><dd>{vb:rawphrase repliedto_message}</dd>
            <
dt><img src="{vb:stylevar imgdir_statusicon}/pm_forwarded.png" alt="{vb:rawphrase forwarded_message}" /></dt><dd>{vb:rawphrase forwarded_message}</dd>
        </
dl>
    </
div>
    <
div>
        <
strong>{vb:rawphrase download_all_private_messages_as}</strong>:<br />
        <
a href="private.php?{vb:raw session.sessionurl}do=downloadpm&amp;dowhat=xml">{vb:rawphrase xml}</a> |
        <
a href="private.php?{vb:raw session.sessionurl}do=downloadpm&amp;dowhat=csv">{vb:rawphrase csv}</a> |
        <
a href="private.php?{vb:raw session.sessionurl}do=downloadpm&amp;dowhat=txt">{vb:rawphrase text}</a>
    </
div>
</
div
then place it (CUT & PASTE) above at the end of the pmlist_info DIV before the DIV closing tag or anywhere else you might like.
Reply With Quote
  #4  
Old 06-29-2010, 03:30 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
JasonReynolds: Have you tried contacting Customer Support on the vbulletin.com website?
This is a custom theme and vBulletin.com states they don't 'help' with that (at least via the ticket system)... though I did post in a related thread about this but haven't received a reply.

@eSekar:

it's not the icon legend that needs to be moved it's the


that needs to be to the LEFT of the message list instead of down at the bottom
the div /div 'floatcontainer' you suggested moving is already where it's 'supposed' to be... =S
Reply With Quote
  #5  
Old 06-29-2010, 03:40 PM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hard to give help when you do not have a link to your forum or test user .
Reply With Quote
  #6  
Old 06-29-2010, 04:01 PM
eSekar's Avatar
eSekar eSekar is offline
 
Join Date: Jun 2010
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it show this way in the user control panel too? or just in the private.php page ?
Reply With Quote
  #7  
Old 06-29-2010, 05:13 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eSekar View Post
does it show this way in the user control panel too? or just in the private.php page ?
yes it is like that in usercp/settings as well

Quote:
Originally Posted by mmoore5553 View Post
hard to give help when you do not have a link to your forum or test user .
http://www/dawnsistersweyr.net
Have one set temporarily as GuineaPig/peanuts
hope i don't get spammed to heck and back putting that here =S
Reply With Quote
  #8  
Old 06-29-2010, 05:49 PM
eSekar's Avatar
eSekar eSekar is offline
 
Join Date: Jun 2010
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi again,

just took a quick look,

ur problem is with the Everywhere sidebar you have installed.

You have a fixed width template (935px) & Everywhere sidebar do margins +290px & -290px right, & it has wrapped your usercp_nav + 2 other DIVs into a content_container DIV.

You have to see which templates does this mod alter & start from there, that is mainly your problem.

P.S: I'm not saying it's a mistake in the Mod code, but don't forget Mods are made based on a Default vBulletin not a modified one like yours.

Sorry I can't be more helpful but my time is killing me,

Good Luck.
Reply With Quote
  #9  
Old 06-29-2010, 05:58 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I set my options so style can be chosen ... and with default style everything is hunky dory... it's my custom style =S... I'm thinking it's a percentage or a margin setting somewhere but *where* I can't figure out =S

--------------- Added [DATE]1277837979[/DATE] at [TIME]1277837979[/TIME] ---------------

oh thanks, i was afraid it was a mod... i'll try disabling that one and see if that helps
Reply With Quote
  #10  
Old 06-29-2010, 06:12 PM
eSekar's Avatar
eSekar eSekar is offline
 
Join Date: Jun 2010
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you also have something weird,

you have this code:
PHP Code:
                <ul class="blockbody"
which should be a DIV not a UL:
PHP Code:
                <div class="blockbody"
so is the closing tag for it, should be </div> instead of </ul>

That is the block that holds the settings block you're referring to.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:11 AM.


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.04173 seconds
  • Memory Usage 2,268KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete