Quote:
ok i changed it and the link is right but there isn;t ne pop ups or nething when i click on it. i have added the code in misc.php
|
HUGE mistake on my end. HUGE. I forgot to show you what templates to add... lol. That's pretty sad of me. Without the templates, nothing should show up, so here they are:
TEMPLATE 1:
NAME: clanusers
CONTENT:
Code:
<html>
<head>
<title>$bbtitle Clanusers?</title>
$headinclude
<script language="Javascript">self.focus();</script>
</head>
<body>
<table cellpadding="10" cellspacing="0" border="0" bgcolor="{pagebgcolor}" width="100%"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" width="100%">
<tr>
<td colspan="2" bgcolor="{categorybackcolor}"><normalfont color="{categoryfontcolor}"><b>Total Users: $allusertotal</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%"><smallfont color="{tableheadtextcolor}">User</smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}">Posts</smallfont></td>
</tr>
$clanuserlist
<tr>
<td bgcolor="{tableheadbgcolor}" colspan="2" align="center">
<a href="javascript:self.close();"><smallfont color="{tableheadtextcolor}">[ Close Window ]</smallfont></a>
</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
TEMPLATE 2:
NAME: clanusersbit
CONTENT:
Code:
<tr>
<td bgcolor="$backcolor">
<normalfont>
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$clanusers[userid]" target="_blank">$clanusers[username]</a>
</normalfont></td>
<td bgcolor="$backcolor"><normalfont>$clanusers[posts]</normalfont></td>
</tr>
It should be fixed if you do that.
Quote:
I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.
|
Okay, this shouldn't take long.
NOTE: remember to change all of the "java script" things to "javascript". That's pretty annoying, isn't it.