Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-10-2009, 01:11 PM
MAME MAME is offline
 
Join Date: Nov 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Private Message Screen Extremely Wide

I have a forums at www.BestGamerZ.com and for some reason, when I go into my private messages a scroll bar appears at the bottom and that particular page is extremely wide. Its about 7 widths of the normal forum width. Can anyone tell me where I would go to limit the width of that?
Reply With Quote
  #2  
Old 11-10-2009, 01:20 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anything thats particularly stretching the page? A screenshot would help!
Reply With Quote
  #3  
Old 11-10-2009, 01:28 PM
MAME MAME is offline
 
Join Date: Nov 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't look like anything in particular is causing the stretch,
Attached Images
File Type: jpg ss1.jpg (100.4 KB, 0 views)
File Type: jpg ss2.jpg (60.6 KB, 0 views)
Reply With Quote
  #4  
Old 11-10-2009, 01:32 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like the PM bar status is. Can you supply us with a guest account with PM abilities?
Reply With Quote
  #5  
Old 11-10-2009, 01:41 PM
MAME MAME is offline
 
Join Date: Nov 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

log: guest
pass: guest1
Reply With Quote
  #6  
Old 11-10-2009, 01:49 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find

Code:
<td class="panelsurround" align="center">
		<div class="panel">
			<div style="width: 6400px;" align="left">
				<fieldset class="fieldset">
					<legend>Folder Controls</legend>
					<table border="0" cellpadding="0" cellspacing="3" width="100%">
Find in line

Code:
<div style="width: 6400px;" align="left">
Replace with

Code:
<div style="width: 100%" align="left">
Reply With Quote
  #7  
Old 11-10-2009, 02:07 PM
MAME MAME is offline
 
Join Date: Nov 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't seem to find that code. Do you know where in edit templates it would be?
Reply With Quote
  #8  
Old 11-10-2009, 02:10 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Private Message Templates > pm_messagelist

Or just search 6400 in your templates, you should get it. I think its a typo of 640; as some of your other templates were also based on 640px.
Reply With Quote
  #9  
Old 11-10-2009, 02:15 PM
MAME MAME is offline
 
Join Date: Nov 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Darn! Still can't find it. This is the code from Private Message Templates > pm_messagelist

I tried previously to find 6400 and nothing came up.

Code:
<script type="text/javascript">
<!--
function check_all_group(checkobj, value)
{
	formobj = checkobj.form;
	for (var i = 0; i < formobj.elements.length; i++)
	{
		elm = formobj.elements[i];
		if (elm.type == "checkbox" && elm.value == value)
		{
			elm.checked = checkobj.checked;
		}
	}
}
//-->
</script>

<form action="private.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="pp" value="$perpage" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pmlistinfo')"><img id="collapseimg_pmlistinfo" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_pmlistinfo].gif" alt="" border="0" /></a>
			$vbphrase[private_messages_in_folder]<span class="normal">: <span id="nav_pmfolders.listinfo">$foldername<script type="text/javascript"> vbmenu_register("nav_pmfolders.listinfo"); </script></span></span>
		</td>
	</tr>
</thead>
<tbody id="collapseobj_pmlistinfo" style="$vbcollapse[collapseobj_pmlistinfo]">
	<tr>
		<td class="panelsurround" align="center">
		<div class="panel">
			<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
				<fieldset class="fieldset">
					<legend>$vbphrase[folder_controls]</legend>
					<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
					<tr>
						<td><phrase 1="$foldername" 2="$totalmessages" 3="$pmtotal" 4="$pmquota">$vbphrase[x_contains_y_z_messages_of_xx]</phrase> (<a href="private.php?do=emptyfolder&amp;folderid=$folderid"><em>$vbphrase[empty_folder]</em></a>)</td>
					</tr>
					<tr>
						<td>
							<table style="border:2px groove" cellpadding="0" cellspacing="1" border="0" width="100%">
							<tr>
								<if condition="$show['thisfoldertotal']"><td width="$tdwidth[folder]" style="background-color:red; font-size:10px" title="<phrase 1="$totalmessages">$vbphrase[messages_stored_in_folder_x]</phrase>">&nbsp;</td></if>
								<if condition="$show['allfolderstotal']"><td width="$tdwidth[total]" style="background-color:orange; font-size:10px" title="<phrase 1="$bbuserinfo[pmtotal]">$vbphrase[total_messages_in_all_folders_x]</phrase>">&nbsp;</td></if>
								<if condition="$tdwidth[quota] > 0"><td width="$tdwidth[quota]" style="background-color:green; font-size:10px" title="<phrase 1="$permissions[pmquota]">$vbphrase[maximum_allowed_messages_x]</phrase>">&nbsp;</td></if>
							</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td>
							$vbphrase[jump_to_folder]:<br />
							<select name="folderid" onchange="this.form.submit();">
							$folderjump
							</select>$gobutton
						</td>
					</tr>
					<if condition="$receipts['unconfirmed'] OR $receipts['confirmed']"><tr>
						<td><a href="private.php?$session[sessionurl]do=trackpm"><phrase 1="$receipts[confirmed]" 2="$receipts[unconfirmed]">$vbphrase[you_have_x_and_y_receipts]</phrase></a></td>
					</tr></if>
					</table>
				</fieldset>
			</div>
		</div>
		</td>
	</tr>
</tbody>
</table>
</form>

<br />

<if condition="$show['messagelist']">

<form id="pmform" action="private.php?do=managepm&amp;folderid=$folderid" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="managepm" />
<input type="hidden" name="folderid" value="$folderid" />

<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
	<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="4" style="padding:$stylevar[cellpadding]px; padding-$stylevar[right]:0px">
			<span class="smallfont" style="float:$stylevar[right]">
				<label for="checkall_all">
				$vbphrase[messages]: <strong>$totalmessages</strong>
				<input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]" onclick="inlineMod_pms.check_all(this.checked)" />
				</label>
			</span>
			$vbphrase[private_messages_in_folder]<span class="normal">: <span id="nav_pmfolders.messagelist">$foldername<script type="text/javascript"> vbmenu_register("nav_pmfolders.messagelist"); </script></span></span>
		</td>
	</tr>
</thead>
<if condition="$totalmessages">
<tbody>
<tr class="block_title">
	<td class="thead" <if condition="$show['pmicons']">colspan="2"</if>></td>
	<td class="thead">
		<div style="float:$stylevar[right]">
			<a href="$orderlinks[date]&amp;pp=$perpage&amp;page=$pagenumber">$vbphrase[date]</a> $sortarrow[date]
		</div>
		<div>
			<a href="$orderlinks[title]&amp;pp=$perpage&amp;page=$pagenumber">$vbphrase[title]</a> $sortarrow[title] / 
			<a href="$orderlinks[sender]&amp;pp=$perpage&amp;page=$pagenumber">$vbphrase[sender]</a> $sortarrow[sender]
		</div>
	</td>
	<if condition="$show['pmcheckbox']">
	<td class="thead"></td>
	</if>
</tr>
</tbody>
$messagelist_periodgroups
<else />
<tbody>
	<tr>
		<td class="alt1" colspan="4" style="text-align:center">
			$vbphrase[no_messages_to_display]
		</td>
	</tr>
</tbody>
</if>
<tbody>
	<tr>
		<td class="tfoot" align="$stylevar[right]" colspan="4">
			<div class="smallfont">
				$vbphrase[selected_messages]:
				<select name="dowhat">
					<if condition="$show['movetofolder']"><option value="move">$vbphrase[move_to_folder]...</option></if>
					<option value="delete">$vbphrase[delete]</option>
					<option value="read">$vbphrase[mark_as_read]</option>
					<option value="unread">$vbphrase[mark_as_unread]</option>
					<option value="xml">$vbphrase[download_as_xml]</option>
					<option value="csv">$vbphrase[download_as_csv]</option>
					<option value="txt">$vbphrase[download_as_text]</option>
					<optgroup label="____________________">
						<option value="clear">$vbphrase[deselect_all_messages]</option>
					</optgroup>
				</select>
				<input type="submit" class="button" value="$vbphrase[go]" id="pm_inlinego" />
			</div>
		</td>
	</tr>
</tbody>
</table>

<script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
	<!--
	inlineMod_pms = new vB_Inline_Mod('inlineMod_pms', 'pm', 'pmform', '$vbphrase[go_x]', 'vbulletin_inline', 'thread');
	//-->
</script>
</form>

<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
	<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
</if>

</if>

<br />

$sortfilter

<br />

<!-- forumjump -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
	<td width="100%" rowspan="2">
		<table cellpadding="2" cellspacing="0" border="0">
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/pm_new.gif" alt="$vbphrase[unread_message]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[unread_message]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/pm_old.gif" alt="$vbphrase[read_message]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[read_message]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/pm_replied.gif" alt="$vbphrase[repliedto_message]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[repliedto_message]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/pm_forwarded.gif" alt="$vbphrase[forwarded_message]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forwarded_message]</td>
		</tr>
		</table>
	</td>
	<td class="smallfont" nowrap="nowrap">
		<strong>$vbphrase[download_all_private_messages_as]</strong>:<br />
		<a href="private.php?$session[sessionurl]do=downloadpm&amp;dowhat=xml">$vbphrase[xml]</a> |
		<a href="private.php?$session[sessionurl]do=downloadpm&amp;dowhat=csv">$vbphrase[csv]</a> |
		<a href="private.php?$session[sessionurl]do=downloadpm&amp;dowhat=txt">$vbphrase[text]</a>
	</td>
</tr>
<tr>
	<td valign="bottom">$forumjump</td>
</tr>
</table>
<!-- / forumjump -->
--------------- Added [DATE]1257869917[/DATE] at [TIME]1257869917[/TIME] ---------------

oh I think I found it in the size and dimensions section of the edit templates. That was totally my bad when I was modifying it.
Reply With Quote
  #10  
Old 11-10-2009, 02:20 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, look for it in Style Manager > All Style Options.

User Control Panel Message Area Width (pixels) (This value represents the width in pixels of the message area in user control panel pages)

Think thats it! put it to 640 instead of 6400
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 12:46 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.04491 seconds
  • Memory Usage 2,295KB
  • Queries Executed 12 (?)
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
  • (4)bbcode_code
  • (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
  • (2)postbit_attachment
  • (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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete