PDA

View Full Version : vBulletin Style in postbit


imported_khaleel
10-07-2004, 07:30 AM
In the official vbulletin forums floris posts message http://www.vbulletin.com/forum/showthread.php?t=82876 here but the link is a broken link to this site and the member amykhar's does not exist :confused:

Oliver Szczypka
10-07-2004, 02:59 PM
Style:
<if condition="$post[styleid] == '1'"><a href="showthread.php?t=$post[threadid]&styleid=$post[styleid]">Style One</a></if>
<if condition="$post[styleid] == '2'"><a href="showthread.php?t=$post[threadid]&styleid=$post[styleid]">Style Two</a></if>
<if condition="$post[styleid] == '3'"><a href="showthread.php?t=$post[threadid]&styleid=$post[styleid]">Style Three</a></if>

imported_khaleel
10-07-2004, 04:10 PM
Where would I place this? Which bit in the template? :)

MindTrix
10-07-2004, 07:53 PM
Open up either one of the postbit templates and place it underneath the code that shows their postcount

imported_khaleel
10-08-2004, 01:40 PM
thanks

Tony G
10-09-2004, 01:24 AM
Wrong forum to ask questions in, moving to Modification Requests. :)

djjeffa
11-16-2004, 02:08 AM
im a little confused how do i use this?

Tony G
11-16-2004, 04:12 AM
Put the code posted above under the code in the postbit you use (postbit or postbit_legacy) under the code specified for the amount of posts.

If you have no idea what I'm on about, I can type up some instructions for you.

djjeffa
11-19-2004, 10:18 AM
i put it in ther but it just says styel and it dont say wich one only a few show up ?