Difference between revisions of "Extensions:Navbar News Notif"

From Lorekeeper Wiki
Jump to navigation Jump to search
(create page)
Tag: 2017 source edit
 
m (Added updating to v2 link)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Navbar News Notif|desc=Changes the 'new news' message to an indicator in the nav bar.|auth=Junijwi|status=stable|github={{Github|user=junijwi|branch=navbar-news-notif}}|migration=no|package=no|modified-main=yes}}
<!-- Put a short summary of your extension here! -->
+
This extension removes the 'new news' message notif box and replaces it with a bell icon and a recoloring of the news link in the navbar.
 +
 
 +
IMAGE: [https://i.gyazo.com/5a7f00b3e665e927b71cfd7ecbd75246.png News Notif]
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the branch and push!
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
May need to wiggle this code if you moved News anywhere.
 +
 
 +
Also, you can change the fontawesome icon used for the notif, as well as the color (change the color class using bootstrap's color classes, or set color in the style of the div).
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
Feel free to @ me in the discord (Juni#0448) for any issues.
 
== See Also ==
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
+
* [[Updating:_to_2.0.0]]

Latest revision as of 10:10, 25 March 2024

Navbar News Notif
Description Changes the 'new news' message to an indicator in the nav bar.
Author(s) Junijwi
Status stable
Github navbar-news-notif
LK Version Unspecified
Is part of LK v2 (modified-main)



This extension removes the 'new news' message notif box and replaces it with a bell icon and a recoloring of the news link in the navbar.

IMAGE: News Notif

Installation

Pull the branch and push!

Configuration

May need to wiggle this code if you moved News anywhere.

Also, you can change the fontawesome icon used for the notif, as well as the color (change the color class using bootstrap's color classes, or set color in the style of the div).

Usage

Troubleshooting

Feel free to @ me in the discord (Juni#0448) for any issues.

See Also