Moderator code help
Posted: 21 Apr 2010, 14:43
Hi all
To display the ACP button the code line is
To display the MCP button the code is
My question is this.
If i use these codes to display the button elsewhere only the ACP button shows up, the code that works the MPC button does not work?
What other piece of code is required in order to display the MCP using the
command?
Thanks in advance
To display the ACP button the code line is
Code: Select all
<!-- IF U_ACP --><span class="gensmall"> <a href="{U_ACP}"><b><font size=2 color=black>{L_ACP}</font></b></a> </span><br /><!-- ENDIF -->
Code: Select all
<!-- IF U_MCP -->
<div id="pageheader">
<p class="linkmcp"><center> <a href="{U_MCP}"><b><font size=2 color=black>{L_MCP}</font></b></a> </center></p><!-- ENDIF -->
If i use these codes to display the button elsewhere only the ACP button shows up, the code that works the MPC button does not work?
What other piece of code is required in order to display the MCP using the
Code: Select all
<!-- IF U_MCP -->
Thanks in advance