Reputation Displayed As Numbers
This modification is in the archives.
This is an updated and improved version of this thread (which was made on my old account).
Made this thread to give support and share simplified version of the modification. This modification does the following on the postbit display: Before modification: Rep: XXXXXXXXX After modification: Reputation: 1046 XXXXXXXXX Real and live examples can be found on my own community (look on the left side at user information): http://www.x-devs.com/announcements-4/329-game-server-banners-notice-read-please-important-know.html&styleid=5 http://www.x-devs.com/announcements-4/329-game-server-banners-notice-read-please-important-know.html&styleid=3 http://www.x-devs.com/announcements-4/329-game-server-banners-notice-read-please-important-know.html&styleid=1 Update Log ------------ 1.2 -> 1.21 - Fixed issue where reputation amount in numbers would still be displayed if user would have disabled reputation display through user control panel. (Thanks to airborneCAL for noticing this) 1.1 -> 1.2 - Replaced the string "Reputation" with $vbphrase[reputation]. (Thanks to Icy for noticing this) In "postbit" (horizontal style) and/or "postbit_legacy" (vertical style) template find: PHP Code:
$post[reputationdisplay]
REPLACE WITH: PHP Code:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]
Please note that you might have to modify it to make it appear perfect on your skin. On my community's Graphite and iSkin styles I didn't have to do anything more special, but on Default Style style I had to place a <br /> in front of the REPLACE WITH code to make it appear on a new line. If you have trouble with anything, I'll try my best to help you out. Download No files for download. Addons |
Similar Mods
Profile Enhancements Reputation Displayed As Numbers | vBulletin 3.7 Template Modifications |
Reputation Displayed as Numbers | vBulletin 3.6 Template Modifications |
Reputation Displayed as Numbers | vBulletin 3.5 Template Modifications |