The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Hmm.... I'm running 2.0.3 on the test board.
well, I did some testing and I got this to work I made some assumptions though. I assumed (as soceris pointed out as a problem) that the following supposedly in the forumdisplay template PHP Code:
however, if it goes into forumdisplaybit template then it should be as follows: Step 1) In forumdisplaybit find: Code:
<td bgcolor="#DFDFDF"><normalfont>$thread[views]</normalfont></td> Code:
<td bgcolor="#F1F1F1"><normalfont>$thread[views]</normalfont></td> Code:
<td bgcolor="#DFDFDF"><normalfont>$numnew</normalfont></td> tubedogg, would you mind telling me/us whether I was correct in assuming the final step is supposed to be in the forumdisplaybit template? Dave |
#12
|
|||
|
|||
okay, this board keeps turning my variables into hex color code!
Trying this again. edit: that didn't work... |
#13
|
|||
|
|||
fine, the step by step instructions (with the correct code) are in the attached txt file and I think if nothing else. tubedogg changed the variables just to get it to post here on these forums. lol
edit: Even text files are against me! okay, last shot at this. Step 1) In forumdisplaybit find: <td bgcolor="(secondaltcolor)"><normalfont>$thread[views]</normalfont></td> Step 2) Replace that with: <td bgcolor="(firstaltcolor)"><normalfont>$thread[views]</normalfont></td> Step 3) Insert the following above it: <td bgcolor="(secondaltcolor)"><normalfont>$numnew</normalfont></td> just change the ( and ) to { and } this better work-- I'm stubborn, but not that stubborn. |
#14
|
|||
|
|||
Okay, I made some changes to the code and here are the modified instructions:
In forumdisplay.php find PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Code:
$newposts Code:
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=replycount"><font color="{tableheadtextcolor}"><b>Replies</b></font></a> $sortarrow[replycount]</smallfont></td> Code:
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><font color="{tableheadtextcolor}"><b>New Posts</b></font></smallfont></td> Code:
<td bgcolor="{tableheadbgcolor}" width="100%" colspan="8" align="center"><smallfont color="{tableheadtextcolor}"> Then in the forumdisplaybit template do the following: Step 1) In forumdisplaybit find: <td bgcolor="(secondaltcolor)"><normalfont>$thread[views]</normalfont></td> Step 2) Replace that with: <td bgcolor="(firstaltcolor)"><normalfont>$thread[views]</normalfont></td> Step 3) Insert the following above it: <td bgcolor="(secondaltcolor)"><normalfont>$numnew</normalfont></td> just change the ( and ) to { and } And that's it! ************************* After going through and changing the instructions I saw that it was indeed forumdisplaybit. anyway, tubedogg-- you rock! thanks man! Dave |
#15
|
|||
|
|||
doh! Hex code again! Well, you guys understand right?
one last thing tubedogg... how do you get it to not change the code to hex? |
#16
|
||||
|
||||
My secret LOL
All I did was break it up with tags (kinda hard to explain, just look at the example below): {secondaltcolor} <-- normally this would change, but when I add the following: {second[b][/b]altcolor} And then it appears correctly. Note I added some stuff for it to appear correctly for you, but the point is to use what I have actually put there and not what I used to make it. Confused yet? LOL In the next version (2.0.4) you will be able to make these not change into hex by selecting the "disable smilies in this post" option. Anyway you were right about the forumdisplay -> forumdisplaybit thing and I edited my post to reflect that. |
#17
|
|||
|
|||
Ohhhhh
I'll remeber that for next time! 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:
|