The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help meh, see if you recognize the problem please...
Alright, so I searched for a hack to make the thread display look like it does on IPB. I found it. I followed the steps (on two separate occasions, mind you) and both times I've reached the same result, as you see in the attached image. Any idea where I went wrong? Did -I- even go wrong? Mind you I'm using 3.0.1, is it compatible with the code I used? Is there a variable that needs to be changed? If you need my code, I can attach it. Thanks for your help in advance.
|
#2
|
||||
|
||||
This step:
Code:
Find: </tr> below (under), add: <td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>"> <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap"> $thread[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if><br /> </div> <div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap"> <phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a> </div> </td> |
#3
|
|||
|
|||
Very nice, thank you, that fixed that problem. Now there's yet another, and I noticed it before, but I had hoped it would be fixed after fixed aforementioned problem: The "Last Post" shows the views and the "Views" shows last posted by. I'll try to fix this myself, but incase I am unable, help again? Thanks.
Well, I edited the Forumdisplay, and fixed it. Basically I swapped the code where it creates the Views column and the Last Post column (swapped the lastpost and view terms, that's all) and that took care of it ^_^ Thanks again. |
#4
|
||||
|
||||
Yep, that's all you had to do to fix that. And you're welcome.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|