whose the admin and mod?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    support.myfreebulletinboard.com Forum Index // Invision (IPB) Support
View previous topic :: View next topic  
Author Message
tlance
Member


Joined: 27 Jul 2005
Posts: 19

PostPosted: Fri Jul 29, 2005 4:11 pm    Post subject: whose the admin and mod? Reply with quote
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
View user's profile Send private message
admin
Advanced Member


Joined: 16 Jul 2004
Posts: 2117

PostPosted: Fri Jul 29, 2005 4:39 pm    Post subject: Reply with quote
You can change this in groups management.
_________________
Please use the search function.
Back to top
View user's profile Send private message
LeonLanford
Advanced Member


Joined: 03 May 2005
Posts: 128

PostPosted: Fri Jul 29, 2005 4:50 pm    Post subject: Reply with quote
in ipb you must set it by yourself
_________________
my forum-->
Back to top
View user's profile Send private message
tlance
Member


Joined: 27 Jul 2005
Posts: 19

PostPosted: Fri Jul 29, 2005 7:02 pm    Post subject: Reply with quote
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
View user's profile Send private message
LeonLanford
Advanced Member


Joined: 03 May 2005
Posts: 128

PostPosted: Sat Jul 30, 2005 6:02 pm    Post subject: Reply with quote
yeah i meant like [Administrator] isn't it?
you must set it by yourself..
_________________
my forum-->
Back to top
View user's profile Send private message
tlance
Member


Joined: 27 Jul 2005
Posts: 19

PostPosted: Sat Jul 30, 2005 8:01 pm    Post subject: Reply with quote
LeonLanford wrote:
yeah i meant like [Administrator] isn't it?
you must set it by yourself..


Yeah, just like in your forum.
How do you set it?
_________________
My site: http://www.myfreebulletinboard.com/f/?mforum=freebies4me
Back to top
View user's profile Send private message
LeonLanford
Advanced Member


Joined: 03 May 2005
Posts: 128

PostPosted: Mon Aug 01, 2005 4:22 pm    Post subject: Reply with quote
i forgot, you may ask the admin for the details, i'll tell you if i remember Wink
_________________
my forum-->
Back to top
View user's profile Send private message
confusedabit
Advanced Member


Joined: 28 Feb 2005
Posts: 457
Location: USA

PostPosted: Tue Aug 02, 2005 6:15 pm    Post subject: Reply with quote
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
View user's profile Send private message Visit poster's website
admin
Advanced Member


Joined: 16 Jul 2004
Posts: 2117

PostPosted: Tue Aug 02, 2005 6:51 pm    Post subject: Reply with quote
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
View user's profile Send private message
tlance
Member


Joined: 27 Jul 2005
Posts: 19

PostPosted: Wed Aug 03, 2005 7:30 pm    Post subject: Reply with quote
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
View user's profile Send private message
admin
Advanced Member


Joined: 16 Jul 2004
Posts: 2117

PostPosted: Wed Aug 03, 2005 10:28 pm    Post subject: Reply with quote
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
View user's profile Send private message
tlance
Member


Joined: 27 Jul 2005
Posts: 19

PostPosted: Mon Aug 08, 2005 9:22 pm    Post subject: Reply with quote
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
View user's profile Send private message
admin
Advanced Member


Joined: 16 Jul 2004
Posts: 2117

PostPosted: Mon Aug 08, 2005 10:37 pm    Post subject: Reply with quote
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
View user's profile Send private message
confusedabit
Advanced Member


Joined: 28 Feb 2005
Posts: 457
Location: USA

PostPosted: Tue Aug 09, 2005 1:17 am    Post subject: Reply with quote
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
View user's profile Send private message Visit poster's website
confusedabit
Advanced Member


Joined: 28 Feb 2005
Posts: 457
Location: USA

PostPosted: Tue Aug 09, 2005 1:18 am    Post subject: Reply with quote
Again, to review, I could be as my username states with my previous post: confusedabit LOL! Shocked Very Happy
_________________




Admin: PLEASE RESPOND!
Back to top
View user's profile Send private message Visit poster's website
Post new topic   Reply to topic    support.myfreebulletinboard.com Forum Index // Invision (IPB) Support All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

alexisBlue v1.2 // Theme Created By: Andrew Charron // Icons in Part By: Travis Carden
Powered by phpBB © 2001, 2002 phpBB Group