Moderator code help

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
Candyman
BBCoder I
BBCoder I
Posts: 4
Joined: 10 Mar 2010, 17:37

Moderator code help

Post by Candyman »

Hi all :)

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 -->
To display the MCP button the code is

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 -->
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

Code: Select all

<!-- IF U_MCP -->
command?

Thanks in advance 8-)
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 815
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Moderator code help

Post by Steve »

What pages does the moderator control panel link show up on ? none at all ?
Because the moderator control panel link only shows on pages through out the forum if a moderator would need to moderate.
for eg,index page,viewforum and viewtopic etc
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
Locked