View Full Version : Deferent postbit for topic starter
Is there a way of creating a deferent postbit for the topic starter?
I want it to look deferent so the topic starter can feel special insid his/her own thread.
I am not talking a bout the first post in a thread, I mean his/her replies in the thread.
Thanks
sure if.... I sware I think firefly has this hack.
Admin
03-22-2002, 01:43 PM
Install my hack, Change Style of First Post.
Then in showthread.php, AFTER installing the hack, replace this:
$postbits .= getpostbit($post,iif($counter==1 and $pagenumber==1, 'postbit_first', 'postbit'));
with this:
$postbits .= getpostbit($post,iif($post['userid']==$thread['postuserid'], 'postbit_first', 'postbit'));
Originally posted by neo
sure if.... I sware I think firefly has this hack.
:D :D :D :D
You are right neo :D
Thanks FireFly, You are great :)
JohorBahru
01-03-2009, 04:40 PM
Install my hack, Change Style of First Post.
Then in showthread.php, AFTER installing the hack, replace this:
$postbits .= getpostbit($post,iif($counter==1 and $pagenumber==1, 'postbit_first', 'postbit'));
with this:
$postbits .= getpostbit($post,iif($post['userid']==$thread['postuserid'], 'postbit_first', 'postbit'));
Hi Chen/Firefly,
Which hack of you should i install before change the style here..
I tried to find in your profile, but there are lot of hacks..
thank you:)
GameWizard
01-03-2009, 08:22 PM
You can also try the Chief First Post hack:
https://vborg.vbsupport.ru/showthread.php?t=194832
https://vborg.vbsupport.ru/showthread.php?t=178331
JohorBahru
01-20-2009, 12:14 PM
what i meant is the topic starter will have a different background colour for the following reply in the thread.. so people will know he is the topic starter because of his unique background colour...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.