
01-27-2010, 04:57 AM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Ranger187
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<vb:if condition="$threadinfo['keywords']"><meta name="keywords" content="{vb:raw threadinfo.keywords}" /></vb:if>
<meta name="description" content="{vb:raw thread.meta_description}" />
<title>{vb:phrase helpfulanswer_mosthelpful} -- {vb:phrase vboptions.bbtitle}</title>
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="memberlist" class="block">
<div class="blockbody">
<table id="memberlist_table" width="100%">
<tr class="columnsort">
<th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=post&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_post}</a></th>
<th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=forum&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_forum}</a></th>
<vb:if condition="$vboptions[helpans_limit]">
<th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=rank&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_good}</a></th>
<vb:else />
<th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=rank&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_avg}</a></th>
</vb:if>
<th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=total&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_total}</a></th>
<th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=tdate&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_tdate}</a></th>
</tr>
{vb:raw resultsbits}
</table>
</div>
</div>
<vb:if condition="$pagenav">
<div id="pagination_bottom">
{vb:raw pagenav}
</div>
</vb:if>
{vb:raw footer}
</body>
</html>
|
Ok the template is right... and you've uploaded the latest helpfulanswers.php file too, right?
|