![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member ![]() | IN this picture where it says iBotPeaches is it possible for that to be red...then my moderators to be blue.... http://www.filehive.com/files/1016/help1.tif |
| |
| | #3 (permalink) |
| Active Forumer ![]() | ok just go to yahoo and put html color cheet and get the color and go to your profile and add this[<span>color here<span>] done |
![]() ..::Wanna know where the Best forums are..:: Well Then Click Here | |
| |
| | #4 (permalink) |
| Senior Forumer ![]() | I dont think you can put that in one's profile... you can do that with javascript trick... a function like checking for each name that match to your Administrators and Moderators and return printed Name with color. example javascript code snippet. Code: function CheckName(username){
if (username=="user A")
{
return("<font style='color:red'>username</font>");
}
else if (username=="user B")
{
return("<font style='color:blue'>username</font>");
}
}
![]() |
| |
| | #5 (permalink) |
| Active Forumer ![]() | i tryed it once and it worked wait it migth be wrong let me check my code |
![]() ..::Wanna know where the Best forums are..:: Well Then Click Here | |
| |
| | #6 (permalink) |
| Active Forumer ![]() | oh im really sorry Mastervision is rigth the code he has works mine was a other code |
![]() ..::Wanna know where the Best forums are..:: Well Then Click Here | |
| |
| | #8 (permalink) |
| Active Forumer ![]() | I do not think I get your mean. But I think you want to put colors for groups of your board. If so, do like this: ACP->Manage User Group, click Edit Group for the group you want. - In Online List Format [Prefix], put this <span style='color:red'><b> - In Online List Format [Suffix], put this </span></b> Change red to other colors if you want to set for other groups. |
| |
| | #9 (permalink) |
| Senior Forumer ![]() | its for Active User Row... its not the one he want... he is asking the one in TOPIC View Section.. like for example in this thread.. your username and my username would be in different color.. ![]() |
| |
| | #11 (permalink) |
| Member | where would I put that code function CheckName(username){ if (username=="user A") { return("<font style='color:red'>username</font>"); } else if (username=="user B") { return("<font style='color:blue'>username</font>"); } } |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing the color of the Admin/Usergroup | Fatespinner | phpBB2 skinning Help | 5 | 10-07-2006 12:45 PM |
| Changing the color of your name | Leni2 | phpBB2 General Questions | 1 | 07-02-2006 04:18 AM |
| the ads.... changing the color | DarkBlood | IPB General Support | 2 | 06-06-2005 02:01 AM |
| Changing Color | Huntersmom | phpBB2 General Questions | 1 | 01-10-2005 05:33 PM |
| Help With Name Color Changing. | tubesofpeanutbutter | IPB General Support | 3 | 08-05-2004 09:12 PM |