[Mod] Extra ACP Link
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
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
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:
Download: Support Forum:
http://robinlin.tk/viewforum.php?f=10
[anipro]180,90[/anipro]
Screenshots:
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
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, 14: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 -->
[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 -->
[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