Forum Staff List.
4 posters
Page 1 of 1
Forum Staff List.
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!
-Luke
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!
-Luke
Guest- Guest
Re: Forum Staff List.
Uh oh, HTML is something I'm not good at, since your a member of my forum can you help me.Ramdaman wrote:You'll need an HTML page for that.
Guest- Guest
Re: Forum Staff List.
just click on the legend at the bottom of your homepage of the group you want to see member of
Re: Forum Staff List.
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/4yez7rRamdaman wrote:Yes, I'll start the coding.
Guest- Guest
Re: Forum Staff List.
Alright, use this code at your Administration Panel => Modules => HTML and JavaScript => HTML Pages Management
Create a new page with HTML
Enter this code:
You can edit "Username" with your staff.
This is how you do it:
If you want the text to be styled, tell me which size, color, font, etc you want for it.
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.
Re: Forum Staff List.
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.
To add more people, just copy and add this in a new line:
- 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>
Re: Forum Staff List.
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!
-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...
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum