Can I somehow add "Notifications" to the navbar?
4 posters
Page 1 of 1
Can I somehow add "Notifications" to the navbar?
Hello,
In the top right corner of this forum there is box reading "Notifications", showing if someone liked your posts and such.
Can I add this feauture to my forum, but place it in the navbar instead?
phpBB3
Thanks!
In the top right corner of this forum there is box reading "Notifications", showing if someone liked your posts and such.
Can I add this feauture to my forum, but place it in the navbar instead?
phpBB3
Thanks!
Last edited by Friendly Toucan on March 4th 2023, 9:29 pm; edited 1 time in total
Re: Can I somehow add "Notifications" to the navbar?
hello
to add notifications you must activate the toolbar from the admin panel
you can not put notifications in the navbar it is not allowed you would be breaking the TOS and copyright if you try and use it in any other way without the toolbar.....the toolbar is copyrighted
to add notifications you must activate the toolbar from the admin panel
you can not put notifications in the navbar it is not allowed you would be breaking the TOS and copyright if you try and use it in any other way without the toolbar.....the toolbar is copyrighted
TonnyKamper likes this post
Re: Can I somehow add "Notifications" to the navbar?
I see, I see...
Are there any other ways to do something similar? The one big thing I would like, is for members to be notified when their posts are liked.
Thanks.
Are there any other ways to do something similar? The one big thing I would like, is for members to be notified when their posts are liked.
Thanks.
Re: Can I somehow add "Notifications" to the navbar?
@Friendly Toucan that already happens with the toolbar, otherwise it is not possible to do it without a server
Re: Can I somehow add "Notifications" to the navbar?
@Niko
Yes, I know, I just don't like the way it would look by default.
What about putting the entire toolbar below the navbar? Is that an option? Or can it not be modified at all?
Thanks.
Yes, I know, I just don't like the way it would look by default.
skouliki wrote:you would be breaking the TOS and copyright if you try and use it in any other way without the toolbar.....
What about putting the entire toolbar below the navbar? Is that an option? Or can it not be modified at all?
Thanks.
Re: Can I somehow add "Notifications" to the navbar?
Im sorry not possible
As for the design you can change it
Here are some tutorials
https://help.forumotion.com/t137076-personalize-the-entire-toolbar-with-css?highlight=Toolbar
https://help.forumotion.com/t142706-modify-or-translate-the-toolbar-texts?highlight=Toolbar
https://help.forumotion.com/t143135-choose-what-links-to-display-in-the-toolbar-menu?highlight=Toolbar
As for the design you can change it
Here are some tutorials
https://help.forumotion.com/t137076-personalize-the-entire-toolbar-with-css?highlight=Toolbar
https://help.forumotion.com/t142706-modify-or-translate-the-toolbar-texts?highlight=Toolbar
https://help.forumotion.com/t143135-choose-what-links-to-display-in-the-toolbar-menu?highlight=Toolbar
Re: Can I somehow add "Notifications" to the navbar?
Hello,
I assume it's allowed to use all the codes listed in that thread, like this one:
I also assume because it's possible to change the color of the toolbar in the admin panel, that it's allowed to use this code:
... To make the background transparent. Is this correct?
Thanks.
skouliki wrote:As for the design you can change it
Here are some tutorials
https://help.forumotion.com/t137076-personalize-the-entire-toolbar-with-css?highlight=Toolbar
I assume it's allowed to use all the codes listed in that thread, like this one:
- Code:
#fa_search { display:none !important }
I also assume because it's possible to change the color of the toolbar in the admin panel, that it's allowed to use this code:
- Code:
#fa_toolbar {
background-color: transparent;
}
... To make the background transparent. Is this correct?
Thanks.
Re: Can I somehow add "Notifications" to the navbar?
OK.
I have also seen a lot of topics about putting the toolbar at the very bottom of the forum, which seems to be allowed.
What about adding this, to not put it at the very bottom, but still a bit further down:
Is using this also allowed?
Thanks.
I have also seen a lot of topics about putting the toolbar at the very bottom of the forum, which seems to be allowed.
What about adding this, to not put it at the very bottom, but still a bit further down:
- Code:
#fa_toolbar {
position: absolute;
margin-top: 250px;
}
Is using this also allowed?
Thanks.
Re: Can I somehow add "Notifications" to the navbar?
As long as you do not hide it with coding or remove the copyrights, you will be ok.
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.
TonnyKamper likes this post
Re: Can I somehow add "Notifications" to the navbar?
Problem solved & topic archived.
|
Similar topics
» Notifications not appearing in drop down menu on toolbar, but they appear on Notifications page
» Notifications
» Not getting any notifications
» Avatar in notifications
» Need to log in again to see notifications
» Notifications
» Not getting any notifications
» Avatar in notifications
» Need to log in again to see notifications
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum