- Skittles x
- |
- Exalted Mythic Member
Posted by: Recon Number 54
Personally, I would like to see the security roles trimmed to something even tighter but that there be a level that allows an admin to free text titles at the user account level (within the group).
For example, all non-admin titles within these forums are the same user security. Prefix, suffix, title bar color, all the same security level.
I am curious if the group admin function can be leveraged for in-group title customization or if a script (such as Coup) could be made to be "group aware" and allow a group-specific Coup that would be overseen by the group creator.
Actually, coup would be far too complex a script for what you're describing.
All you'd need to do is search for the "ul" elements on the specific group forum that have "class='author_header_block'" for each user user you wish to customize. If the name matches your defined list of members with custom titles, change the innerHTML of the "li" element within that "ul" with "class='title'" to the new title.
You can similarly change title bar colors as well.
Of course, a nice GUI would be a necessity. Not my specialty.
[Edited on 08.13.2011 2:53 PM PDT]