| View previous topic :: View next topic |
tlance Member
Joined: 27 Jul 2005 Posts: 19
|
Posted: Fri Jul 29, 2005 4:11 pm Post subject: whose the admin and mod? |
|
|
|
Isn't there a color to indicate who's a mod and who's an admin? usually in phpbb forum, the admins are always color orange, and the mods are color green. _________________ My site: http://www.myfreebulletinboard.com/f/?mforum=freebies4me |
|
| Back to top |
|
|
admin Advanced Member
Joined: 16 Jul 2004 Posts: 2117
|
Posted: Fri Jul 29, 2005 4:39 pm Post subject: |
|
|
|
You can change this in groups management. _________________ Please use the search function. |
|
| Back to top |
|
|
LeonLanford Advanced Member
Joined: 03 May 2005 Posts: 128
|
Posted: Fri Jul 29, 2005 4:50 pm Post subject: |
|
|
|
in ipb you must set it by yourself _________________ my forum--> |
|
| Back to top |
|
|
tlance Member
Joined: 27 Jul 2005 Posts: 19
|
Posted: Fri Jul 29, 2005 7:02 pm Post subject: |
|
|
|
| LeonLanford wrote: | | in ipb you must set it by yourself |
Yeah, but usually on the bottom of your board, where it says board statistics, the admin and mods would be in different colors.
I'm talking about the legend. _________________ My site: http://www.myfreebulletinboard.com/f/?mforum=freebies4me |
|
| Back to top |
|
|
LeonLanford Advanced Member
Joined: 03 May 2005 Posts: 128
|
Posted: Sat Jul 30, 2005 6:02 pm Post subject: |
|
|
|
yeah i meant like [Administrator] isn't it?
you must set it by yourself.. _________________ my forum--> |
|
| Back to top |
|
|
tlance Member
Joined: 27 Jul 2005 Posts: 19
|
|
| Back to top |
|
|
LeonLanford Advanced Member
Joined: 03 May 2005 Posts: 128
|
Posted: Mon Aug 01, 2005 4:22 pm Post subject: |
|
|
|
i forgot, you may ask the admin for the details, i'll tell you if i remember  _________________ my forum--> |
|
| Back to top |
|
|
confusedabit Advanced Member
Joined: 28 Feb 2005 Posts: 457 Location: USA
|
Posted: Tue Aug 02, 2005 6:15 pm Post subject: |
|
|
|
| admin wrote: | | You can change this in groups management. |
Not seeing where this is possible. Has this been changed perhaps? _________________
Admin: PLEASE RESPOND! |
|
| Back to top |
|
|
admin Advanced Member
Joined: 16 Jul 2004 Posts: 2117
|
Posted: Tue Aug 02, 2005 6:51 pm Post subject: |
|
|
|
When in Manage User Groups:
Online List Format [Prefix]
Online List Format [Suffix]
Example:
Online List Format [Prefix]
<b><span style='color:red'>
Online List Format [Suffix]
</span></b> _________________ Please use the search function. |
|
| Back to top |
|
|
tlance Member
Joined: 27 Jul 2005 Posts: 19
|
Posted: Wed Aug 03, 2005 7:30 pm Post subject: |
|
|
|
| admin wrote: | When in Manage User Groups:
Online List Format [Prefix]
Online List Format [Suffix]
Example:
Online List Format [Prefix]
<b><span style='color:red'>
Online List Format [Suffix]
</span></b> |
is there a difference between those 2? which one should i use so it would appear at the forum index board statistics? _________________ My site: http://www.myfreebulletinboard.com/f/?mforum=freebies4me |
|
| Back to top |
|
|
admin Advanced Member
Joined: 16 Jul 2004 Posts: 2117
|
Posted: Wed Aug 03, 2005 10:28 pm Post subject: |
|
|
|
You have to use both. It is html code that is placed before and after the username to give the desired effect.
Together it would look like this:
| Code: | | <b><span style='color:red'>username</span></b> |
The above code would make the username bold and red. _________________ Please use the search function. |
|
| Back to top |
|
|
tlance Member
Joined: 27 Jul 2005 Posts: 19
|
Posted: Mon Aug 08, 2005 9:22 pm Post subject: |
|
|
|
| admin wrote: | You have to use both. It is html code that is placed before and after the username to give the desired effect.
Together it would look like this:
| Code: | | <b><span style='color:red'>username</span></b> |
The above code would make the username bold and red. |
Wait, this only makes the username in color. i want to know how to add something like [administartor] [Moderator] [Member] _________________ My site: http://www.myfreebulletinboard.com/f/?mforum=freebies4me |
|
| Back to top |
|
|
admin Advanced Member
Joined: 16 Jul 2004 Posts: 2117
|
Posted: Mon Aug 08, 2005 10:37 pm Post subject: |
|
|
|
Ahh, at the bottom of the forum or before the username?
For the first you have to know abit of html and edit the html template for the statistics. It should be in the board index section called show stats or something like that. Need to ad the code simular to
| Code: |
<b><span style='color:red'>[Administrator]</span></b>
|
in the apropriate area.
For the latter:
Example:
Online List Format [Prefix]
<b><span style='color:red'>[Administrator]
Online List Format [Suffix]
</span></b> _________________ Please use the search function. |
|
| Back to top |
|
|
confusedabit Advanced Member
Joined: 28 Feb 2005 Posts: 457 Location: USA
|
Posted: Tue Aug 09, 2005 1:17 am Post subject: |
|
|
|
Admin, not sure, but I think you may have that backwards.
Assumng on has the feature on that shows who is viewing each forum, then the bold, red, administrator title (and username) would show at the bottom of each forum. Otherwise, wouldn't there be NO usernames displayed?
Anyway, if so, then to display this feature would be done as you said:
From ACP>Users and Groups>Manage User Groups>Edit Group (Administrator--or whichever group to edit)> then the following:
Example:
Online List Format [Prefix]
<b><span style='color:red'>[Administrator]
Online List Format [Suffix]
</span></b>
To place the bold, red, admin feature in the statistics section (where the online Admin and any other online members is displayed), you would enter the html code you mentioned. Although, I have not gotten that part to work yet--still trying! Does it matter exactly WHERE the html code is entered in the html portions?
Skins and Templates>HTML Templates>Manage HTML under "Template: Invision Power Board Template Set">Board Index Sections>Edit Single under "Board Stats: Posts, Topics, etc Row" _________________
Admin: PLEASE RESPOND! |
|
| Back to top |
|
|
confusedabit Advanced Member
Joined: 28 Feb 2005 Posts: 457 Location: USA
|
Posted: Tue Aug 09, 2005 1:18 am Post subject: |
|
|
|
Again, to review, I could be as my username states with my previous post: confusedabit LOL!  _________________
Admin: PLEASE RESPOND! |
|
| Back to top |
|
|
|
|