The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
relocating columns in search results
obviously, as default, search results display as Thread / Thread Starter Last Post Replies Views Forum
I'd like to move the "Forum" column to the left of the Thread/Thread Starter Column. Can anyone shed some light as to how this could be done? I've tried looking in the search_results and search_results_postbit templates but nothing is jumping out at me. |
#2
|
|||
|
|||
Just above the midpoint in search results you will see
Code:
$searchbits <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <else /> $announcebits <tr> <if condition="$show['threadicons']"> <td class="thead" colspan="2"> </td> <else /> <td class="thead"> </td> </if> <td class="thead" width="75%">$vbphrase[thread] / $vbphrase[thread_starter]</td> <td class="thead" width="150" align="center" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[replies]</td> <td class="thead" align="center" nowrap="nowrap">$vbphrase[views]</td> <td class="thead" width="25%">$vbphrase[forum]</td> <if condition="$show['inlinemod']"> <if condition="$show['popups']"> <td class="vbmenu_control" id="imod" align="center" title="$vbphrase[moderation]"> <script type="text/javascript"> vbmenu_register('imod'); </script> </td> <else /> <td class="thead" align="center"> <input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]" onclick="inlineMod.check_all()" /> </td> </if> </if> In search results postbit just below center find this code: Code:
<tr> <if condition="$show['moderated']"> <td class="alt2"> <else /> <td class="alt1"> </if> <div class="smallfont" style="float:$stylevar[right]"> $vbphrase[replies]: <strong>$post[replycount]</strong> </div> <div> <img class="inlineimg" src="$stylevar[imgdir_statusicon]/thread$post[statusicon].gif" alt="" border="0" /> $post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a> </div> <div class="smallfont" style="float:$stylevar[right]"> $vbphrase[views]: <strong>$post[views]</strong> </div> <div class="smallfont"> $vbphrase[posted_by] <if condition="$post[userid]"><a href="member.php?$session[sessionurl]u=$post[userid]">$post[username]</a><else />$post[username]</if> </div> <div class="alt2" style="margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px; padding:$stylevar[cellpadding]px; border:2px groove"> <div class="smallfont"><em> <if condition="$post[posticon]"><img class="inlineimg" src="$post[posticonpath]" alt="$post[posticontitle]" border="0" /></if> <a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a><br /> <br /> $post[pagetext] </em></div> </div> <if condition="$show['moderated']"> |
#3
|
|||
|
|||
thanks but that doesnt seem to do it
bump |
#4
|
|||
|
|||
up.
|
#5
|
|||
|
|||
anyone?
|
#6
|
|||
|
|||
bump
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|