MyBB Community Forums

Full Version: ablilty to disable reputations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what about users are allowed to disable their reputation if they want to?

Also, what about, instead of having 2 buttons(add/minus reputation), just have one, since they both point to the same window?

Another thing: since you can't add to your own reputation, what about this:

if (current user == user who posted) {
reputationButton.setVisible(false);
}

(Sorry, I'm a Java programmer Toungue)

One last thing X( : What about tooltip text with the reputations and text effect buttons, like vBulletin? Like you put your mouse over a text effect button (like bold/italics) and A little yellow box appears and says "bold" or "italics"? Same with the reputations.
I think in HTML it's like:
<img src="img.gif" alt="the image">
for pictures and
<a href="page.htm" title="click here">go</a>
for web pages

Sorry for too many suggestions X(
The tooltip text is a good idea, especially for new people that have never used forum software.