Quote:
Originally Posted by quasan
just add
to the form in the "cyb_topstats_php" template
|
Can you tell me where to add that?
This is what is in my cyb_topstats_php:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - <phrase 1="$resultsnr">$vbphrase[cyb_top_x_stats]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr valign="top" class="alt1">
<if condition="$canviewmore">
<td align="$stylevar[left]" width="100%">
<form action="" id="cybstatsresnum" name="cybstatsresnum" method="post"><div class="smallfont">
<phrase 1='<br /><select id="resultsnr" name="resultsnr" tabindex="1" onchange="cybstatsresnum.submit();">$resultsnrsw</select>'>$vbphrase[cyb_afs_show_x_results]</phrase> <input type="submit" class="button" value="$vbphrase[cyb_afs_results_update]" accesskey="s" /></div>
</form>
</td>
<else />
<td width="100%" align="center">$vbphrase[cyb_disabled]</td>
</if>
<td align="center">$forumjump</td>
</tr>
</table>
<if condition="$canviewmore"><br />$cybtopstats</if>
<br />
$footer
</body>
</html>
as my cyb_topstats_php DOES NOT INCLUDE:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />

(be gentle, please ... I'm really new at this ... LOL).