Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
(2014-10-28, 01:37 PM)Eldenroot Wrote: - option to set end date
Sounds good, probably I'll add it sometime
(2014-10-28, 01:37 PM)Eldenroot Wrote: - hot to add a gradient background? I tried it in css but no success
Try adding the background as background color. The value of the background field is added as "background: {value};".
(2014-10-28, 01:37 PM)Eldenroot Wrote: There is a little bug - when you disable "Show the Announcement global?" -> this announcement is moved under the navigation, why? I wanna leave it on the top
That's not a bug. If you use a global announcement the "header" template is used (where the navigation is also set). If you disable the global thing the "index" template is used - which is after the navigation was added.
Support PMs will be ignored!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
But it supports HTML
Support PMs will be ignored!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
The code should be easy. Simply set a new cookie with a comma seperated list of announcement id's that are dismissed and check that cookie before displaying. Feel free to create a PR on GitHub as I don't have the time for it atm.
Support PMs will be ignored!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
I can't see anything wrong, just installed it on a fresh installation. Are you sure it's correctly uploaded, activated and the plugin system itself is activated?
Support PMs will be ignored!