Tool bar hidden
5 posters
Page 1 of 1
Tool bar hidden
Is there a code that will make the tool bar automatically hidden when people go on my website? (phpbb3)
Last edited by luiz1877 on December 10th 2013, 5:26 am; edited 1 time in total
Re: Tool bar hidden
Hi,
Do you want to deactivate it? I don't completely understand. Can you please explain yourself better? Thank you.
Do you want to deactivate it? I don't completely understand. Can you please explain yourself better? Thank you.
Re: Tool bar hidden
I wand it automatically down like the top img and dot like the img on the bottom when users go on the website
Re: Tool bar hidden
So you do not what guests to see it, only registered members?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Tool bar hidden
Hello luiz1877,
Try this in your Javascript:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management > Create a new script
Name: what you wish
Placement: In all the pages
Try this in your Javascript:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management > Create a new script
Name: what you wish
Placement: In all the pages
- Code:
$(window).load(function () { if (!document.getElementById('logout')) { jQuery('#fa_toolbar').remove(); }
});
Re: Tool bar hidden
Topic Solved & Archived.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» How do I create different hidden forums for different hidden groups?
» Tool Bar
» Backup tool
» Modifying the Tool Bar
» Tool Bar issues
» Tool Bar
» Backup tool
» Modifying the Tool Bar
» Tool Bar issues
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum