PDA

View Full Version : Stop my post count?


BlackJacket
01-18-2009, 12:50 PM
I want my post count to never change. So wheni post it will always say a certain number. Is this possible?

Thanks again.

Winterworks
01-18-2009, 12:57 PM
Do you mean just your account? Or all users?

BlackJacket
01-18-2009, 01:11 PM
Do you mean just your account? Or all users?

Just mine. :)

Winterworks
01-18-2009, 01:14 PM
Hmm.. I wouldn't have a clue. I don't understand why you would want that... You could always after each post you make, go into AdminCP and manually put it back down! =p

BlackJacket
01-18-2009, 01:16 PM
Hmm.. I wouldn't have a clue. I don't understand why you would want that... You could always after each post you make, go into AdminCP and manually put it back down! =p

That wouldnt be worth it since i would just waste time.

And i want it because post count doesnt matter to me so i would like it to stay at a certain number. :)

1320 to be exact. :)

Dismounted
01-19-2009, 05:20 AM
In the postbit template, find:
$post[posts]
Replace With:
<if condition="$post['userid'] == 1">1320<else />$post[posts]</if>

ragtek
01-19-2009, 06:14 AM
Don't fortget, its also in the memberlist visible (memberlist.php) and maybe some add-ons also show it somewhere(gallery, second field in profile)

BlackJacket
01-19-2009, 07:21 PM
In the postbit template, find:
$post[posts]
Replace With:
<if condition="$post['userid'] == 1">1320<else />$post[posts]</if>

I know this sounds really dumb, but where is the postbit template?

Thanks again!

SEOvB
01-19-2009, 07:22 PM
I know this sounds really dumb, but where is the postbit template?

Thanks again!

vBulletin AdminCP -> Style Manager -> Styles And Templates -> Postbit Templates ->

If your avatar appears on the left, then you need to edit the postbit_legacy.

If your avatar is on the right, you need to edit the postbit template

BlackJacket
01-19-2009, 07:23 PM
NVM found it. My eyeballs didnt want to look, just wanted to ask for your eyes to show me.

Thanks again! It worked!

--------------- Added 1232400266 at 1232400266 ---------------

vBulletin AdminCP -> Style Manager -> Styles And Templates -> Postbit Templates ->

If your avatar appears on the left, then you need to edit the postbit_legacy.

If your avatar is on the right, you need to edit the postbit template

TY. :)