The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Reputation and Infraction view
I have 2 question which I cannot find an answer on, and since I'm not clued up on vBulletin just yet, they might sound a bit noobish.
1. Can I see my reputation power in the the postbit on my posts? I can see the little green dot on other sites, but on my own forum it's not in the post bit. If I am supposed to see it, can you tell me how I go about making it so I can? I checked the postbit template and the infraction and reputation code is posted right under the number of posts code. 2. I have set all the settings for Infractions via the admincp, but I cannot see any infraction page/template in my usercp. Is there anyway I can view my infractions? On other forums I can go to someones usercp and it's beside 'About Me' on another tabbed 'Infractions'. **My board is offline until I get everything sorted.** Thanks for any help, it's much appreciated. |
#2
|
||||
|
||||
Do you have it on in your vboptions > user rep options? and vboption s> thread display options > post elements > display rep power ?
admin cp > user infractions > view infractions |
#3
|
||||
|
||||
Yeah I have them both ticked, but still not showing up in the postbit.
Thanks. |
#4
|
||||
|
||||
Do you actually have the system set up and in use on your board?
The second answer is not something you 'tick', so I'm not sure what you mean about that. |
#5
|
||||
|
||||
Yes I ticked the display rep power and infractions on the place where you told me. Post elements, ther are 3 boxes to tick, rep power, infractions and age. I ticked display rep power and infractions.
|
#6
|
||||
|
||||
You say you checked the postbit template to make sure this was in there.... are you sure you are using the postbit template (your userinfo is on the top)? Are you sure you looked at the template for the particular style you are using?
|
#7
|
||||
|
||||
Code:
$template_hook[postbit_userinfo_right_after_posts] <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> |
#8
|
||||
|
||||
That's fine, but you didn't answer my questions. If that is from the postbit template, and you aren't using the postbit template on your site, then it doesn't matter what is in the postbit template.
Also, if the user has no infractions and/or has no reputation power, then those lines are not going to show anyway. They will only show if the user has an infraction and/or if a user has any rep power. They may not have either which means you won't see anything there. |
#9
|
||||
|
||||
I am using the postbit template.
Ok, that answers my question. Thanks for your help. Much appreciated. Regards, John. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|