The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove post count in threads
Hey,
I have done this for a long time but I don't know what exactly to remove in vb 4.2 - Been searching for a while but everything I find doesnt work Thanks |
#2
|
||||
|
||||
Quote:
Open the forumhome_forumbit_level2_post template and find: Code:
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li> |
#3
|
|||
|
|||
Thanks for the reply
I mean in the actual postbit itself in all posts / threads. I was also wanting to do the same as you posted so thanks for that! It was the same in previous versions, I'm just not sure what the code is for the postbit now. |
#4
|
||||
|
||||
Screenshots of where it is you are referring to?
|
#5
|
|||
|
|||
Hey ozzy,
I don't even have a program here for a screenshot, but in vb4 on the right of the default template it shows "Join Date" and below that, "Posts" - I just want to remove the Posts Thanks |
#6
|
||||
|
||||
Find this in the postbit_legacy or postbit template.
Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> Code:
<vb:comment><dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd></vb:comment> |
Благодарность от: | ||
John Diver |
#7
|
|||
|
|||
Thanks ozzy - I was actually doing that but I always used legacy before and didn't realise it was the normal postbit after upgrading
Thanks |
#8
|
||||
|
||||
S you are using the regular postbit, instead of the legacy style?
|
#9
|
|||
|
|||
Yeah, I was, I just changed it though It's working now anyway, thanks again ozzy!
|
#10
|
||||
|
||||
Not a problem, glad to help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|