Thread: Major Additions - iTrader v2.8 - Powerful Rating System
View Single Post
  #343  
Old 04-15-2010, 08:34 AM
Retal Retal is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

iTrader 2.7.0
in template itrader_user some elements <dd> are missing the ">" thus rendering incorrectly the tabs "From Buyers, From Sellers..." in IE and Opera (FF renders correctly).

Corrected template for 2.7.0:
HTML Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<head>
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<!-- end no cache headers -->
	{vb:raw headinclude}
	<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}itrader.css,itrader_user.css" />
	<title>{vb:raw pagetitle}</title>
</head>
<body>

{vb:raw header}
{vb:raw navbar}

<div id="content_container">
	<div id="content" class="floatcontainer">
		<dl class="tabslight">
			<dd<vb:if condition="$viewuser['viewtype'] == 0"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}">{vb:rawphrase itrader_all_feedback}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 1"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=1">{vb:rawphrase itrader_from_buyers}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 2"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=2">{vb:rawphrase itrader_from_sellers}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 3"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=3">{vb:rawphrase itrader_from_trades}</a></dd>
			<dd<vb:if condition="$viewuser['viewtype'] == 4"> class="selected"</vb:if>><a href="{vb:raw vboptions.bburl}/itrader.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;iv=4">{vb:rawphrase itrader_left_for_others}</a></dd>
			<div style="float:right">
				<span>{vb:raw countposts.total} {vb:rawphrase itrader_total_feedback}
				<vb:if condition="$viewuser['viewtype'] == 4">{vb:rawphrase itrader_left_by}<vb:else />{vb:rawphrase itrader_received_by}</vb:if> {vb:raw userinfo.username}
				<vb:if condition="$viewuser['viewtype'] == 1">
					{vb:rawphrase itrader_from_buyers}
				<vb:else />
						<vb:if condition="$viewuser['viewtype'] == 2">{vb:rawphrase itrader_from_sellers}<vb:else /><vb:if condition="$viewuser['viewtype'] == 3">{vb:rawphrase itrader_from_trades}</vb:if></vb:if>
				</vb:if></span>			
			</div>
		</dl>

		<div class="block">
			<h2 class="blockhead">
				<div style="float:right">
					 {vb:rawphrase options} / <vb:if condition="$viewuser['viewtype'] == 4">{vb:rawphrase itrader_left_for}<vb:else />{vb:rawphrase itrader_from}</vb:if> / {vb:rawphrase date}
				</div>

				{vb:rawphrase itrader_comments}
			</h2>
			<div class="blockbody">
				<ul class="blockrow"><li class="sgicon floatcontainer">
					<vb:if condition="$itrader_userbits">
					<div class="block">
						<div class="blockbody">
							<div class="blockrow">
								{vb:raw itrader_userbits}
							</div>
						</div>
					</div>
					</vb:if></li> 
				</ul>
			</div>

			<vb:if condition="$pagenav">
			<div style="float:{vb:stylevar right};margin-top:10px;">
				{vb:raw pagenav}
			</div>
			</vb:if>
		</div>
	</div>
</div>

{vb:raw itrader_usersidebar}

{vb:raw footer}


</body>
</html>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01828 seconds
  • Memory Usage 1,803KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete