[Mod] Extra ACP Link

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[Mod] Extra ACP Link

Post by RobinLinde »

I have made a mod that displays a extra link to the ACP

Download:
Extra_ACP_link_0_1.zip
Support Forum:
http://robinlin.tk/viewforum.php?f=10

[anipro]180,90[/anipro]

Screenshots:
Mod.png
You do not have the required permissions to view the files attached to this post.
Last edited by RobinLinde on 26 Jan 2012, 17:58, edited 2 times in total.

[Mod] Extra ACP Link

Post by martin123456 »

It dont look nice there.

try this one lol

Open /styles/yourstyle/index_body.html.
Find:

Code: Select all

<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
Add after:

Code: Select all

<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
credits to Vox Populi

source viewtopic.php?f=34&t=1461

the above code put the acp link under your avatar on the welcome box mod ;)
Last edited by martin123456 on 22 Jan 2012, 14:23, edited 2 times in total.

[Mod] Extra ACP Link

Post by FTH »

it's better to do that

Find :

Code: Select all

<li class="icon-ucp"><!-- IF U_ACP --><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></li>
Replace with :

Code: Select all

<!-- IF U_ACP --><li class="icon-ucp"><strong><a href="{U_ACP}">{L_ACP}</a></strong></li><!-- ENDIF -->

[Mod] Extra ACP Link

Post by martin123456 »

edited my last post as its for the welcome box mod ;) nice n tidy

[Mod] Extra ACP Link

Post by RobinLinde »

FTH wrote:it's better to do that

Find :

Code: Select all

<li class="icon-ucp"><!-- IF U_ACP --><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></li>
Replace with :

Code: Select all

<!-- IF U_ACP --><li class="icon-ucp"><strong><a href="{U_ACP}">{L_ACP}</a></strong></li><!-- ENDIF -->
I think that i do that in version 1.0.0

[Mod] Extra ACP Link

Post by Jessica »

I use a similar one that shows the ACP in the header, but it's at the left. looks better at the left instead