Page 1 of 1
[Mod] Extra ACP Link
Posted: 22 Jan 2012, 15:35
by RobinLinde
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
Posted: 22 Jan 2012, 16:09
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
[Mod] Extra ACP Link
Posted: 22 Jan 2012, 16:10
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
Posted: 22 Jan 2012, 16:19
by martin123456
edited my last post as its for the welcome box mod
nice n tidy
[Mod] Extra ACP Link
Posted: 22 Jan 2012, 16:56
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
Posted: 21 Mar 2012, 21:17
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