Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 16, 20186 yr Hi, Is it possible to allow members to use the reaction feature while having the reputation feature turned off? or if not --- is there a way to hide the reputation count on member postbits or to change the word reputation? thanks very much for your help
December 17, 20186 yr You can set all the reactions to give/remove 0 reputation if it's not something you want your members to earn. This will allow you to use the reactions without it. As for hiding reputation on the post profiles, you can do a simple template edit or remove it via CSS. CSS is always preferred to make updating Invision easier, but it's at your own discretion. Template Edit Template: postContainer Find: <li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li> On the default template, it's on line 51. Delete the line OR comment it out (to preserve it) and save. To comment it out, simply change that line to this: <!--<li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li>--> CSS Add to your custom.css file: .cAuthorPane_info .ipsRepBadge { display: none; } To change the word reputation into something else, this is done via the language tools. You would go to your AdminCP > Customization > Languages under "Localization". Select which language you want to modify the term reputation on and click the edit button. Search for the term "reputation" and change the resulting entries to a term you'd better prefer.
December 17, 20186 yr Author Thanks very much, I couldn't find where to edit with the languages section but i did set things to neutral and found where to turn off showing reputation on the forum 🙂
Archived
This topic is now archived and is closed to further replies.