The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to split Views & replies on VB4 Gold PL1
before it was two columns on VB3
and now it's one column only, me and my forum users doesn't like it , so where to change it ! which template to edit ! any one can design hack or mod to do it ! |
#2
|
||||
|
||||
Can u give link or screenshot?
|
#3
|
||||
|
||||
On the below pic you will find two columns
on the below one is the new VB4 and it's one only _ Thanks Man. |
#4
|
||||
|
||||
To find the template to edit, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
However, you are going to have to have a little bit of css knowledge to modify it as it is no longer just a table. |
#5
|
||||
|
||||
Ok here you go:
Edit the templates Threadbit, find: <!-- threadstats --> The code below control the replies, views Code:
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> <li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li> <li>{vb:rawphrase views}: {vb:raw thread.views}</li> <li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li> </ul> Have fun |
#6
|
||||
|
||||
Dear Lynne,
Thanks for the explanation, it's a great new information for me. Dear Spiritvn, i tried ti make it bu i fall, if you get time please change the code and keep it i will try and let you know as well. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|