Notifications visible when FM Toolbar is hidden
3 posters
Page 1 of 1
Notifications visible when FM Toolbar is hidden
Hello. I managed to move the notification part from the fm toolbar to my menu bar. Nut now, if i hide the fm toolbar it goes away. Is there anyway i can show it up when fm toolbar is hidden?
Before i hide the FM Toolbar:
After i hide the FM Toolbar:
Forum address: http://informationforum.forumgreek.com/forum
Forum Version: PunBB
Before i hide the FM Toolbar:
After i hide the FM Toolbar:
Forum address: http://informationforum.forumgreek.com/forum
Forum Version: PunBB
Re: Notifications visible when FM Toolbar is hidden
up
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Notifications visible when FM Toolbar is hidden
Hello Marios94 ,
Doing this will be difficult. Firstly the reason why the notifs also hide when you hide the toolbar is because #fa_toolbar is the parent of the notifs. If you remove the parent you'll remove the children as well.
You would have to do something similar to appending its contents to elements on your forum.
For example :
I append the notifications to my navbar, and then apply some CSS :
being the result :
However, since the notif list is also a child of the toolbar it would be removed if you tried to hide it. So you would also have to append the notif list to another element.
You could also try hiding the toolbar through position tricks, and then moving the elements you want onto the visible range of the forum.
Doing this will be difficult. Firstly the reason why the notifs also hide when you hide the toolbar is because #fa_toolbar is the parent of the notifs. If you remove the parent you'll remove the children as well.
You would have to do something similar to appending its contents to elements on your forum.
For example :
- Code:
jQuery(window).load(function() { jQuery('#fa_notifications').appendTo('.navbar'); });
I append the notifications to my navbar, and then apply some CSS :
- Code:
#notif_list {
left:89.7% !important;
top:420px; !important;
}
#fa_notifications {
color:#fff;
font-weight:bold;
cursor:pointer;
}
being the result :
However, since the notif list is also a child of the toolbar it would be removed if you tried to hide it. So you would also have to append the notif list to another element.
You could also try hiding the toolbar through position tricks, and then moving the elements you want onto the visible range of the forum.
Re: Notifications visible when FM Toolbar is hidden
Ok so i don't want to remove all. I want to display: none this part
Is there a way to do that?
Is there a way to do that?
Re: Notifications visible when FM Toolbar is hidden
To remove that copyright :
Administration Panel > Misc > Toolbar > Configuration > Modify the copyrights
Then remove the text, url, image.
Administration Panel > Misc > Toolbar > Configuration > Modify the copyrights
Then remove the text, url, image.
Re: Notifications visible when FM Toolbar is hidden
You can not change that without using credits. If you do it without using credits, you will be breaking the Terms of Service agreement.
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: Notifications visible when FM Toolbar is hidden
can't i hide the search and share parts from the fm toolbar so i can view only the Forumotion, Welcome and notification parts?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Notifications visible when FM Toolbar is hidden
Add this to your CSS :
- Code:
#fa_search, #fa_share { display:none !important; }
Re: Notifications visible when FM Toolbar is hidden
I mean about what SLGray said..SLGray wrote:You can not change that without using credits. If you do it without using credits, you will be breaking the Terms of Service agreement.
Am i aloud to do what you told be without buying credits?
Re: Notifications visible when FM Toolbar is hidden
You can change everything except the image and the link to Forumotion. You can change those with credits.
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: Notifications visible when FM Toolbar is hidden
I never said i wanted to change them. I only wanted to hide them with the css code (display:none) and i asked if i am allowed to do that, so i don't have to use 2 menubars.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Notifications visible when FM Toolbar is hidden
I am talking about the image and the link to Forumotion to the left of the search bar. You can not hide those items with code. You can only edit them with credits.
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: Notifications visible when FM Toolbar is hidden
Ok solved! Thank you both! I will try tomorrow to fix all issues!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» Notifications not appearing in drop down menu on toolbar, but they appear on Notifications page
» Hidden messages visible for Administrators only
» Hidden messages visible for Administrators only
» Notifications without displaying toolbar
» Notifications bar not visible
» Hidden messages visible for Administrators only
» Hidden messages visible for Administrators only
» Notifications without displaying toolbar
» Notifications bar not visible
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum