Location of the toolbar in the template
2 posters
Page 1 of 1
Location of the toolbar in the template
Hello I would like to change the link for the admin panel with a custom HTML page i created, i have successfully changed the link at the bottom of the home page vie overall_footer. Is it possible to change the link here in the picture?
thank you for any help!
thank you for any help!
Re: Location of the toolbar in the template
Hello @FrOsTyXi,
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below :
Replace /YOUR_HTML_PAGE by the URL of your HTML page.
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below :
- Code:
$(function() {$(function() { $('#fa_menu a[href*="/admin"]').attr('href','/YOUR_HTML_PAGE') })});
Replace /YOUR_HTML_PAGE by the URL of your HTML page.
Similar topics
» viewcomments_body template location help
» Changing button location
» Url goes to different location
» Shoutbox location
» Changing button location
» Changing button location
» Url goes to different location
» Shoutbox location
» Changing button location
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum