News:

Create A Forum Installed

Author Topic: [Reqeust] Staff Page  (Read 1686 times)

0 Members and 1 Guest are viewing this topic.

Offline elevationrp

  • Newbie
  • *
  • Posts: 24
  • Karma: 0
    • View Profile

Badges: (View All)
Combination Level 2 Topic Starter
[Reqeust] Staff Page
« on: August 16, 2011, 09:31:54 pm »
Hi, I would really like a staff page for my forums. All I need to the html code to list with members are in which staff group. The staff groups I have are E-RP Founder, Administrators and Moderators. If someone could do this, it would be much appreciated.


Many thanks,


E-RP

Share on Facebook Share on Twitter


Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: [Reqeust] Staff Page
« Reply #1 on: August 16, 2011, 09:46:11 pm »
Code: [Select]
<p style="text-align: center;">&nbsp;</p>
<table style="text-align: center; margin-left: auto; margin-right: auto; height: 88px;" border="3" width="641">
<tbody>
<tr>
<th><strong>Administrators</strong></th><th><strong>Email</strong></th><th><strong>PM</strong></th>
</tr>
<tr>
<td style="text-align: center;"><a href="PROFILE URL">USERNAME</a></td>
<td style="text-align: center;"><a href="mailto:EMAIL ADDRESS">EMAIL ADDRESS</a></td>
<td style="text-align: center;"><a href="PM URL">PM</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;">&nbsp;</p>
<table style="text-align: center; margin-left: auto; margin-right: auto; height: 88px;" border="3" width="641">
<tbody>
<tr>
<th><strong>E-RP Founder</strong></th><th><strong>Email</strong></th><th><strong>PM</strong></th>
</tr>
<tr>
<td style="text-align: center;"><a href="PROFILE URL">USERNAME</a></td>
<td style="text-align: center;"><a href="mailto:EMAIL ADDRESS">USER EMAIL</a></td>
<td style="text-align: center;"><a href="PM URL">PM</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;">&nbsp;</p>
<table style="text-align: center; margin-left: auto; margin-right: auto; height: 88px;" border="3" width="641">
<tbody>
<tr>
<th><strong>Moderators</strong></th><th><strong>Email</strong></th><th><strong>PM</strong></th>
</tr>
<tr>
<td style="text-align: center;"><a href="PROFILE URL">USERNAME</a></td>
<td style="text-align: center;"><a href="mailto:EMAIL ADDRESS">USER EMAIL</a></td>
<td style="text-align: center;"><a href="PM URL">PM</a></td>
</tr>
</tbody>
</table>

Your topic either belongs to Suggestions board if you want it to be built into CaF or Codes support if you wanted a code
« Last Edit: August 16, 2011, 09:59:51 pm by xboi209 »
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

Offline elevationrp

  • Newbie
  • *
  • Posts: 24
  • Karma: 0
    • View Profile

Badges: (View All)
Combination Level 2 Topic Starter
Re: [Reqeust] Staff Page
« Reply #2 on: August 16, 2011, 10:27:11 pm »
Okay, thankyou so much pal for this, its appreciated!

Offline humza ali

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter Level 1 10 Posts
Re: [Reqeust] Staff Page
« Reply #3 on: August 21, 2011, 01:08:11 am »
Can you explain to me what it does :O

Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: [Reqeust] Staff Page
« Reply #4 on: August 22, 2011, 01:51:59 am »
You put it in somewhere where it supports html for an example the Ezportal page manager. It's just a staff page to list the staff members and their contact info
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: [Reqeust] Staff Page
« Reply #5 on: September 04, 2011, 05:33:23 pm »
Hey I just found out you can email people in your forum itself.
Replace this:
Code: [Select]
<td style="text-align: center;"><a href="mailto:EMAIL ADDRESS">USER EMAIL</a></td>With this:
Code: [Select]
<td style="text-align: center;"><a href="http://FORUM.createaforum.com/index.php?action=emailuser;sa=email;uid=X">USER EMAIL</a></td>Replace the X with the ID of the user
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
473 Views
Last post August 14, 2011, 10:51:32 am
by elevationrp
0 Replies
388 Views
Last post August 17, 2011, 01:42:30 pm
by Alex
1 Replies
347 Views
Last post June 05, 2014, 01:57:39 am
by CreateAForum
2 Replies
1331 Views
Last post January 31, 2016, 04:45:15 pm
by Lionel.M
1 Replies
178 Views
Last post May 28, 2020, 05:34:14 pm
by CreateAForum