The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
I Need a vB 4 Style PageNAV
I like it pagenav in vB4 Style I want to give the appearance of such vB 3.8.7 Original PageNAV ; Code:
<div class="pagenav" align="$stylevar[right]"> <table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" border="0"> <tr> <td class="vbmenu_control" style="font-weight:normal"><phrase 1="$pagenumber" 2="$totalpages">$vbphrase[page_x_of_y]</phrase></td> <if condition="$show['first']"><td class="alt1" nowrap="nowrap"><a rel="start" class="smallfont" href="$address$address2<if condition="$anchor">#$anchor</if>" title="$vbphrase[first_page] - <phrase 1="$firstnumbers[first]" 2="$firstnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>"><strong>«</strong> $vbphrase[pagenav_first]</a></td></if> <if condition="$show['prev']"><td class="alt1"><a rel="prev" class="smallfont" href="$address$address2<if condition="$prevpage != 1">&page=$prevpage</if><if condition="$anchor">#$anchor</if>" title="$vbphrase[prev_page] - <phrase 1="$prevnumbers[first]" 2="$prevnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>"><</a></td></if> $pagenav <if condition="$show['next']"><td class="alt1"><a rel="next" class="smallfont" href="$address$address2&page=$nextpage<if condition="$anchor">#$anchor</if>" title="$vbphrase[next_page] - <phrase 1="$nextnumbers[first]" 2="$nextnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">></a></td></if> <if condition="$show['last']"><td class="alt1" nowrap="nowrap"><a class="smallfont" href="$address$address2&page=$totalpages<if condition="$anchor">#$anchor</if>" title="$vbphrase[last_page] - <phrase 1="$lastnumbers[first]" 2="$lastnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">$vbphrase[pagenav_last] <strong>»</strong></a></td></if> <if condition="$show['popups']"><td class="vbmenu_control" title="$address$address2"><a name="PageNav"></a></td></if> </tr> </table> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|