The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi. How do you move the reputation box in to the top of usercp and how do you increase the count? It only shows the last 5.
|
#2
|
||||
|
||||
![]()
You would need to edit the USERCP template. The html/code for showing the reputation is:
HTML Code:
<vb:if condition="$show['reputation']"> <!-- ############## NEW REPUTATION ############## --> <div class="block" id="latest_reputation"> <h2 class="blockhead">{vb:rawphrase latest_reputation_received} ({vb:rawphrase x_points_total, {vb:raw bbuserinfo.reputation}})</h2> <ol class="blockbody settings_form_border" id="reputationlist"> {vb:raw reputationcommentbits} </ol> </div> <!-- ############## END NEW REPUTATION ############## --> </vb:if> To change the number of latest rep. received that is displayed, you can edit the Number of Reputation Ratings to Display option under User Reputation Options |
Благодарность от: | ||
8thos |
#3
|
||||
|
||||
![]()
Thanks a lot!!!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|