The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Move reputation button
How to move the reputation button from postbit foot container to posthead next to post number? (Like how it is here on vbulletin.org) I have tried doing it in postbit legacy but doesn't change anything, the button stays down at the bottom.
Thanks for any assistance! |
#2
|
||||
|
||||
We don't have a reputation button here on vbulletin.org, so you comment about wanting it like how it is here on vbulletin.org confuses me. What exactly are you wanting to move to where?
|
#3
|
||||
|
||||
I think he is talking about the like button on her. But anyway in the template postbit_legacy find the following:
Code:
<vb:if condition="$show['reputationlink']"> <span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" /> --> </a></span> </vb:if> Code:
<vb:comment> <vb:if condition="$show['reputationlink']"> <span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" /> --> </a></span> </vb:if> </vb:comment> Code:
<vb:if condition="$post['postid'] AND $post['threadid'] AND !$show['moderated']"> <a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="<vb:if condition="$show['inlinemod']">ie</vb:if>postcounter">#{vb:raw post.postcount}</a><a id="postcount{vb:raw post.postid}" name="{vb:raw post.postcount}"></a> </vb:if> Code:
<vb:if condition="$show['reputationlink']"> <span class="reputationpopupmenu popupmenu popupcustom" style="margin-right:-20px; padding-left: 5px;" title="{vb:raw post.postid}"><a class="popupctrl reputation" style="background-image: none;" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}"><img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" /> </a></span> </vb:if> |
Благодарность от: | ||
GONUMBER6 |
#5
|
||||
|
||||
Not a problem, glad to help,
|
#6
|
||||
|
||||
I don't know why it didn't work for me.... could be something to do with other mods I have installed but I was not successful. I tried in the Green style templates only.
|
#7
|
||||
|
||||
Is that a style on here?
|
#8
|
||||
|
||||
No it's a style I created with the style manager in vb. I do have about 20 mods installed though.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|