The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum Staff List.

4 posters

Go down

Forum Staff List. Empty Forum Staff List.

Post by Guest October 21st 2014, 10:03 pm

Hey guys. Is it possible to make a forum staff list which lists moderators. If so can you please tell me how to add one. I want it like a Memberlist but instead the only people who are listed are the staff. 


If so how do I get it like this!?:  http://prntscr.com/4yeu9e


Also instead of saying Website at the end it ways Rank and has there rank there.


(Note: These are not staff, there just forum members, but I want a page were there replaced with staff.)


THANKS! Very Happy

-Luke
avatar
Guest
Guest


Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Ramdaman October 21st 2014, 10:05 pm

You'll need an HTML page for that.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Guest October 21st 2014, 10:07 pm

Ramdaman wrote:You'll need an HTML page for that.
Uh oh, HTML is something I'm not good at, since your a member of my forum can you help me. Sad
avatar
Guest
Guest


Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Ramdaman October 21st 2014, 10:09 pm

Yes, I'll start the coding.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by _Twisted_Mods_ October 21st 2014, 10:11 pm

just click on the legend at the bottom of your homepage of the group you want to see member of
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Guest October 21st 2014, 10:12 pm

Ramdaman wrote:Yes, I'll start the coding.
Thank you! These are the staff members of my forum, just add the ranks to the Rank section. Click them to see there id links if needed and there rank from there. Thx! http://prntscr.com/4yez7r
avatar
Guest
Guest


Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Ramdaman October 21st 2014, 10:35 pm

Alright, use this code at your Administration Panel => Modules => HTML and JavaScript => HTML Pages Management

Create a new page with HTML

Enter this code:
Code:
<html>
<head>
<title>Forum Staff List</title>
<style type="text/css">
.fsltable {
border: solid 2px #000000;
}
</style>
</head>

<body>
<table class=fsltable>
<tbody>Forum Staff</tbody>
<tr><td>Username</td></tr><br>
<tr><td>Username</td></tr><br>
</table>
</body>
</html>

You can edit "Username" with your staff.

This is how you do it:

Code:
<a href="PROFILE-LINK">Username</a>

If you want the text to be styled, tell me which size, color, font, etc you want for it.
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Ramdaman October 28th 2014, 12:40 am

I've made modifications for this if you still need it. This will include all staff members in one box as shown in the picture.
Code:
<html>
<head>
<title>Forum Staff List</title>
<style type="text/css">
.fsltable {
border: solid 2px #000000;
}
</style>
</head>

<body>
<table class=fsltable>
<tbody>Forum Staff</tbody>
<tr><td><a href="PROFILE-LINK">Username</a><br>
<a href="PROFILE-LINK">Username</a><br>
<a href="PROFILE-LINK">Username</a><br></td></tr>
</table>
</body>
</html>

To add more people, just copy and add this in a new line:
Code:
<a href="PROFILE-LINK">Username</a><br>

Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Ape October 28th 2014, 2:49 am

Do you want something like this CLICK HERE!!?


Forum Staff List. Left1212Forum Staff List. Center11Forum Staff List. Right112
Forum Staff List. Ape_b110
Forum Staff List. Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Forum Staff List. Empty Re: Forum Staff List.

Post by Mati October 28th 2014, 2:49 pm

Luke Spike wrote:Hey guys. Is it possible to make a forum staff list which lists moderators. If so can you please tell me how to add one. I want it like a Memberlist but instead the only people who are listed are the staff. 


If so how do I get it like this!?:  http://prntscr.com/4yeu9e


Also instead of saying Website at the end it ways Rank and has there rank there.


(Note: These are not staff, there just forum members, but I want a page were there replaced with staff.)


THANKS! Very Happy

-Luke

Hello,

You want this in an HTML code or BBCode? You can create a new topic to have the staff list or create a HTML page for this so is up to you...

I can code a nice one for you if you want me too...
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum