Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Rep? (24th Dec 09 at 12:47am UTC) | | For the rep, is there any other way to put it other than the + - symbols? because I have it for words as Bless Curse, but looks awkward with the + - next to the words, and the words not being clickable?
Sorry it's not worded right. My mind is tired right now. | |
|
Aiken Full Member
  
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/me-yat.jpeg) Posts: 333 Status: Offline Gender: Male Location: In a very lonely place, the domain of despair Age: 35 Joined:
pmskypemsnyahooxfire | |
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Rep? (24th Dec 09 at 4:31am UTC) | | Yeah, before the upgrade you could have this:
 Code: - {if:reputation_give}Bless{/if:reputation_give} {if:reputation_take}Curse{/if:reputation_take}
There should be alternative ways. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Rep? (24th Dec 09 at 6:25am UTC) | | try this:
replace {reputation_take} with: Code: - <span id = 'minus' style = 'display: none'>{reputation_take}</span><script>document.write(get('minus', 'id').innerHTML.replace(/\-/, "Take Reputation"));</script>
And replace {reputation_give} with:  Code: - <span id = 'plus' style = 'display: none'>{reputation_give}</span><script>document.write(get('plus', 'id').innerHTML.replace(/\+/, "Give Reputation"));</script>
At least for now till Ross fixes it! | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Rep? (24th Dec 09 at 6:32am UTC) | | It works, thanks. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Rep? (24th Dec 09 at 6:34am UTC) | | You're welcome! | |
|