DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Create a Forum Codes and Support
*****************************************************
#Post#: 2283--------------------------------------------------
[Reqeust] Staff Page
DIR By: elevationrp
Date: August 16, 2011, 4:31 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
#Post#: 2284--------------------------------------------------
Re: [Reqeust] Staff Page
DIR By: xboi209
Date: August 16, 2011, 4:46 pm
---------------------------------------------------------
--- Code ---
<p style="text-align: center;"> </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;"> </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;"> </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>
--- End Code ---
Your topic either belongs to Suggestions board if you want it to
be built into CaF or Codes support if you wanted a code
#Post#: 2285--------------------------------------------------
Re: [Reqeust] Staff Page
DIR By: elevationrp
Date: August 16, 2011, 5:27 pm
---------------------------------------------------------
Okay, thankyou so much pal for this, its appreciated!
#Post#: 2345--------------------------------------------------
Re: [Reqeust] Staff Page
DIR By: humza ali
Date: August 20, 2011, 8:08 pm
---------------------------------------------------------
Can you explain to me what it does :O
#Post#: 2348--------------------------------------------------
Re: [Reqeust] Staff Page
DIR By: xboi209
Date: August 21, 2011, 8:51 pm
---------------------------------------------------------
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
#Post#: 2517--------------------------------------------------
Re: [Reqeust] Staff Page
DIR By: xboi209
Date: September 4, 2011, 12:33 pm
---------------------------------------------------------
Hey I just found out you can email people in your forum itself.
Replace this:
--- Code ---
<td style="text-align: center;"><a href="mailto:EMAIL
ADDRESS">USER EMAIL</a></td>
--- End Code ---
With this:
--- Code ---
<td style="text-align: center;"><a
href="
HTML http://FORUM.createaforum.com/index.php?action=emailuser;sa=email;uid=X">USER<br
/>EMAIL</a></td>
--- End Code ---
Replace the X with the ID of the user
*****************************************************
Page 1 of 1