Welcome on Index Snippet ACP Access
Posted: 24 Oct 2011, 14:58
Stoker's Welcome on Index must be installed for this snippet.
Since I don't use any Subviler type styles, this is for Prosilver but am sure it will work the same way or close in Subsilver.
It's quite simple in nature. I don't like to scroll to the bottom of the page all the time to access the ACP so here is what I have done:
Open /styles/yourstyle/index_body.html.
Find:
Add after:
Refresh template and clear the cache.
As admin when you login you should get something like this:
Since I don't use any Subviler type styles, this is for Prosilver but am sure it will work the same way or close in Subsilver.
It's quite simple in nature. I don't like to scroll to the bottom of the page all the time to access the ACP so here is what I have done:
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 -->
As admin when you login you should get something like this: