MyBB Community Forums

Full Version: Hide Rep Details
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to hide the name of they member who gave REP.
But the comment should be visible.
Is that possible ?
admin panel >> templates >> active theme templates >> Reputation Templates >> reputation_vote
you can remove code like below and save the template
{$reputation_vote['username']} <span class="smalltext">{$reputation_vote['user_reputation']} - 
Thanks
Topic Solved Big Grin
oops, there is a mistake --> <span class="smalltext"> can be added to remaining code on that line !
(2013-09-18, 05:59 PM).m. Wrote: [ -> ]oops, there is a mistake --> <span class="smalltext"> can be added to remaining code on that line !

What is the function of that ?
^ that uses small sized text for the line.
if you do not like adding <span class="smalltext"> then you can remove </span> at the end of that code