Mod Name: Who's Who - colorize admins and mods
Mod Version: 1.0
Compatibility: WWF v9.x
Tested With: WWF v9.05
Demo:
http://board.ebizbd.net/
Screenshots:
http://board.ebizbd.net/
Download:
http://board.ebizbd.net/forum_posts.asp?TID=144
Skin Author: Shahadat Hossen
Realease Date: September 19, 2007
Last Updated: not yet
Description:This mod displays colorized
usernames of the members visited the forum today on the forum home
page. Administrators and moderators are of different color.
The best of all
you only need one line of code to be added into 3 files
to use the mod.
Installation Instruction:
1. Unrar whos_who_v1.0.rar and put everything inside the folder into forum root keeping the directory structure.
2. Open common.asp and add following line at the end of the file
<!-- #include file="files/inc/fnc_color_active_users.asp" --> |
The line above should be after following line (possibly the last line)
3. Open includes/header.asp and add following line
<link href="files/css/coloractiveusers.css" rel="stylesheet" type="text/css" /> |
Before following line
4. Open default.asp and around line 850 you will find following line
ElseIf CBool(saryActiveUsers(8, intArrayPass)) = false Then |
After this line there is (line 851 and 852)
line 851: If strMembersOnline <> "" Then strMembersOnline = strMembersOnline & ", " line 852: strMembersOnline = strMembersOnline & "<a href=""member_profile.asp?PF=" & saryActiveUsers(1, intArrayPass) & strQsSID2 & """ rel=""nofollow"">" & saryActiveUsers(2, intArrayPass) & "</a>" |
Replace these two lines with following line
Call printColoredActiveUser() |
You are done! Please Report any bugs/errors/feature request at:
http://board.ebizbd.net/forum_posts.asp?TID=144Screen shots: Comming soon!
Edited by StarDust - 19 September 2007 at 5:56pm