The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Showing Post Count under username
Maybe I've overlooked the option/setting, but I can't seem to find anything that will enable the display of a users postcount under their name. Can anyone help me out with this ?
|
#2
|
|||
|
|||
vBOptions > Style & Language Settings > Use Legacy (Vertical) Postbit
Set this to YES and save it and it will display as here. |
#3
|
|||
|
|||
I checked that setting, and it was already set to "YES". Does the fact that we're using 3.5.5 matter ?
|
#4
|
|||
|
|||
No, it's the same setting. It could be linked to your style itself though. I know I sometimes code the vertical postbit for both versions if the horizontal one wouldn't look right so it is posisble that the person who coded your style did the same thing but the other way around.
|
#5
|
|||
|
|||
Are you trying to get the information to the left like here?
Or actually having the post count under the username? postbit_legacy template find: Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<div> $vbphrase[posts]: $post[posts] </div> |
#6
|
|||
|
|||
This may sound really noobish of me, which it is I admit lol.... where would I find the postbit_legacy template file ?
|
#7
|
|||
|
|||
Admin CP > Styles & Templates > Style Manager > >><< > Postbit Templates > Double Click > postbit_legacy
|
#8
|
|||
|
|||
I added it like this:
Code:
<!-- vbPlaza start --> <div>$vbphrase[posts]: $post[posts]</div> <if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if> <!-- vbPlaza end --> |
#9
|
|||
|
|||
Can you please enable template comments and provide a link to a publically accessible thread on your site.
Many thanks. |
#10
|
|||
|
|||
please forgive my noobness... how do i enable template comments ? I'm really new to all "stuff under the hood" with vbulletin. I appreciate all the help you've patiently given thus far.
Here is a link though lol: http://www.talkvideogames.com/showthread.php?t=3812 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|