vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Private Message Layout (https://vborg.vbsupport.ru/showthread.php?t=245516)

Eq4bits 06-29-2010 12:54 PM

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.
http://www.dawnsistersweyr.net/Scree...screenshot.png

http://www.dawnsistersweyr.net/Scree...screenshot.png

running vB4.0.3
Customized Theme with fixed layout of 935px

JasonReynolds 06-29-2010 12:58 PM

Have you tried contacting Customer Support on the vbulletin.com website?

eSekar 06-29-2010 01:13 PM

"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.

Eq4bits 06-29-2010 02:30 PM

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
http://www.dawnsistersweyr.net/ScreenShots/inbox3.png

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

mmoore5553 06-29-2010 02:40 PM

hard to give help when you do not have a link to your forum or test user .

eSekar 06-29-2010 03:01 PM

does it show this way in the user control panel too? or just in the private.php page ?

Eq4bits 06-29-2010 04:13 PM

Quote:

Originally Posted by eSekar (Post 2061768)
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 (Post 2061754)
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

eSekar 06-29-2010 04:49 PM

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.

Eq4bits 06-29-2010 04:58 PM

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

eSekar 06-29-2010 05:12 PM

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.


All times are GMT. The time now is 11:52 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.02943 seconds
  • Memory Usage 1,754KB
  • 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
  • (3)bbcode_php_printable
  • (3)bbcode_quote_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
  • (10)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