[Mod] Extra ACP Link

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
RobinLinde
BBCoder I
BBCoder I
Posts: 4
Joined: 04 Dec 2011, 17:47
BBCodes: 11
Favourite MOD: phpBB Radio
Contact:

[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
(32.36 KiB) Downloaded 171 times
Support Forum:
http://robinlin.tk/viewforum.php?f=10

[anipro]180,90[/anipro]

Screenshots:
Mod.png
Last edited by RobinLinde on 26 Jan 2012, 19:58, edited 2 times in total.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[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, 16:23, edited 2 times in total.
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[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 -->
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[Mod] Extra ACP Link

Post by martin123456 »

edited my last post as its for the welcome box mod ;) nice n tidy
User avatar
RobinLinde
BBCoder I
BBCoder I
Posts: 4
Joined: 04 Dec 2011, 17:47
BBCodes: 11
Favourite MOD: phpBB Radio
Contact:

[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
Jessica
BBCoder II
BBCoder II
Posts: 66
Joined: 26 Apr 2010, 01:26
BBCodes: 50
Favourite BBCode: spoilvtitle
Favourite MOD: AJAX Quick Edit
Location: Pennsylvania
Contact:

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