I have made a mod that displays a extra link to the ACP
Download:
Support Forum:
http://robinlin.tk/viewforum.php?f=10
[anipro]180,90[/anipro]
Screenshots:
[Mod] Extra ACP Link
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
- RobinLinde
- BBCoder I
- Posts: 4
- Joined: 04 Dec 2011, 17:47
- BBCodes: 11
- Favourite MOD: phpBB Radio
- Contact:
[Mod] Extra ACP Link
Last edited by RobinLinde on 26 Jan 2012, 19:58, edited 2 times in total.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[Mod] Extra ACP Link
It dont look nice there.
try this one lol
Open /styles/yourstyle/index_body.html.
Find:
Add after:
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
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 -->
Code: Select all
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
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.
[Mod] Extra ACP Link
it's better to do that
Find :
Replace with :
Find :
Code: Select all
<li class="icon-ucp"><!-- IF U_ACP --><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></li>
Code: Select all
<!-- IF U_ACP --><li class="icon-ucp"><strong><a href="{U_ACP}">{L_ACP}</a></strong></li><!-- ENDIF -->
[sigimg]http://www.graphogames.fr/images/signat ... ybirds.png[/sigimg]
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
[Mod] Extra ACP Link
edited my last post as its for the welcome box mod nice n tidy
- RobinLinde
- BBCoder I
- Posts: 4
- Joined: 04 Dec 2011, 17:47
- BBCodes: 11
- Favourite MOD: phpBB Radio
- Contact:
[Mod] Extra ACP Link
I think that i do that in version 1.0.0FTH wrote:it's better to do that
Find :Replace with :Code: Select all
<li class="icon-ucp"><!-- IF U_ACP --><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></li>
Code: Select all
<!-- IF U_ACP --><li class="icon-ucp"><strong><a href="{U_ACP}">{L_ACP}</a></strong></li><!-- ENDIF -->
-
- 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
I use a similar one that shows the ACP in the header, but it's at the left. looks better at the left instead