The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to move Folder Controls aka PM counter box to top ?
Is there a way to move the Folder Controls box aka Private Message bar to the top ?
|
#2
|
||||
|
||||
Quote:
Code:
<div class="block" id="foldercontrols"> <div class="blockhead"> <div class="popupgroup" id="folderpicker"> <div class="popupmenu"> <a href="javascript://" class="popupctrl">{vb:rawphrase jump_to_folder}</a> <ul class="popupbody popuphover"> <vb:each from="folderjump" value="folder"> <li><a href="private.php?{vb:raw session.sessionurl}folderid={vb:raw folder.id}">{vb:raw folder.name} ({vb:raw folder.count} {vb:raw folder.type})</a></li> </vb:each> </ul> </div> </div> <h2>{vb:rawphrase folder_controls}</h2> </div> <div class="blockbody settings_form_border"> <h3 class="blocksubhead">{vb:rawphrase x_contains_y_z_messages_of_xx, {vb:raw foldername} {vb:raw totalmessages} {vb:raw pmtotal}, {vb:raw pmquota}} (<a href="private.php?{vb:raw session.sessionurl}do=emptyfolder&folderid={vb:raw folderid}">{vb:rawphrase empty_folder}</a>)</h3> <div class="blockrow"> <div class="floatcontainer totals"> <vb:if condition="$show['thisfoldertotal']"> <div class="thisfolder" style="width:{vb:raw tdwidth.folder}%" title="{vb:rawphrase messages_stored_in_folder_x, {vb:raw totalmessages}}"></div> </vb:if> <vb:if condition="$show['allfolderstotal']"> <div class="allfolders" style="width:{vb:raw tdwidth.total}%" title="{vb:rawphrase total_messages_in_all_folders_x, {vb:raw bbuserinfo.pmtotal}}"></div> </vb:if> <vb:if condition="$tdwidth['quota'] > 0"> <div class="quota" style="width:{vb:raw tdwidth.quota}%" title="{vb:rawphrase maximum_allowed_messages_x, {vb:raw permissions.pmquota}}"></div> </vb:if> </div> </div> </div> <div class="blockfoot floatcontainer"> <vb:if condition="$receipts['unconfirmed'] OR $receipts['confirmed']"> <a href="private.php?{vb:raw session.sessionurl}do=trackpm">{vb:rawphrase you_have_x_and_y_receipts, {vb:raw receipts.confirmed}, {vb:raw receipts.unconfirmed}}</a> </vb:if> </div> </div> Code:
<vb:if condition="$show['messagelist']"> |
#3
|
||||
|
||||
Nice one will try that now!thanks
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|