Contributor Page:
Upload contributors.php and upload it to your forums root directory
Add the template 'CONTRIBUTORS'
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[contribs]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>$vbphrase[contribs]
</td>
</tr>
</thead>
<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>$vbphrase[contribs]</legend>
<div style="padding:$stylevar[formspacer]px">
<div>$contrib_bit</div>
</div>
</fieldset>
</div>
</div>
</td>
</tr>
</tbody>
</table>
$footer
</body>
</html>
Add the template 'contrib_bit'
Code:
<a href="member.php?$session[sessionurl]userid=$contributors[userid]">$contributors[username]</a>
<br />
Edit template 'footer'
Find:
Code:
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>
Above, add:
Code:
<a href="contributors.php">Contributors</a> -
Add phrase:
Quote:
varname: contribs
text: Contributors
|