Cybernetec,
1.
Why you don't replace (I checked it works in this way)
Code:
value=\"Reset Acceptance Status For All Members\"
with this one
Code:
value=\"$vbphrase[cybfrules_resetall]\"
+
Code:
<phrase name="cybfrules_resetall" username="Cybernetec"><![CDATA[Reset Acceptance Status For All Members]]></phrase>
2.
This one code:
Code:
<optioncode><![CDATA[
<a href=\"../misc.php?do=cfrresetall\"><input type=\"submit\" name=\"cyb_reset_all\" value=\"Reset Acceptance Status For All Members\" /></a>]]></optioncode>
Doesn't work in IE 7.*.
Works in Opera 9.* and in FireFox 2.*
[S]
Why you not to use something like:[/S]
[S]
Code:
<optioncode><![CDATA[
<form method=\"GET\" action=\"misc.php\">
<input type=\"submit\" name=\"cyb_reset_all\" value=\"$vbphrase[cybfrules_resetall]\"><input type=\"hidden\" name=\"do\" value=\"cfrresetall\">
</form>]]></optioncode>
[/S]
[S]This one works
everywhere, I checked.[/S]
[S]
3.
Also when I press this button in Opera or Firefox an "empty" page is opened (with out any information).
Attachment 71405
When to open URL by hands I get the same "empty" page.
Code:
http://my.forum.123/admincp/misc.php?do=cfrresetall
In other words "Reset acceptance status for all registered members" doesn't work...[/S]