PDA

View Full Version : Ignore username HTML markup for Moderator Column


Oblivion Knight
10-18-2005, 10:00 PM
Is your moderator column a sea of different colours and font styles because of your username HTML markup in the usergroup settings? Don't want to use a moderator drop-down list mod, but you don't want to remove the HTML markup either because it's useful in other places? This plugin is for you!

This is one line of code that could make your forums look 100% better and more appealing to visitors. It will only remove the markup for your moderator column and nothing else!

If someone would like to supply me with a decent screenshot for before and after results, please attach it to your post so that it can be used as a demo. I'm boring and only use bold, italic and strikethrough tags for my markup.. ;)

Snake
10-19-2005, 06:50 PM
/me clicks on install button.

Thanks.

Gray Matter
11-13-2005, 06:26 PM
Couldn't you just edit forumhome_moderator and replace this:

<a href="member.php?$session[sessionurl]u=$moderator[userid]" rel="nofollow">$moderator[musername]</a>

with this:

<a href="member.php?$session[sessionurl]u=$moderator[userid]" rel="nofollow">$moderator[username]</a>

? ;)

Oblivion Knight
11-14-2005, 05:09 AM
Probably, I didn't look in that template if I'm honest.

Meh, it saves playing around with the template if it gets changed in an upgrade (unlikely).. ;)

Devil Woman
12-04-2005, 12:55 AM
Thanks for this looks alot better now didnt use the plugin though used the code that gray matter posted actually found it easier

Thanks

lanc3lot
12-11-2005, 09:14 AM
Thnx, it worked:)