Xen Notices [Deleted]

Doesn't sound like it would really do anything to help you.

This is the feature list:

Feature Summary
  • Permission controlled management of notices on the front end
  • Edit your notice content with a proper HTML editor, powered by Redactor
  • Additional tokens for replacement inside notices including {board_url}, {board_title}, {page_title} and more
  • Easy custom styling of floating notices using the XenForo colour picker
  • Display a floating notice every day showing "Today's Birthdays"
  • Automatic notice reset system. Allow your notices to be automatically reset every X (hours|days|weeks|months)
 
When I make someone a forum moderator, the "Notices" tab appears in the user bar at the top of the page although no permissions to "view" are set. When the user then clicks on the tab he gets the "You do not have permission to view this page or perform this action." -Error... The tab should not appear at all if view permission is not set/revoked.
 
any chance, perhaps, maybe, possibly, god willing to add the ability to import/export the notices? As @optrex stated that he has a large amount of html/fontAwesome code as I do spread across approx 40+ notices involving custom "rank up" notifications. Would like the ability to export these so then I don't have to setup each one individually again when 2.0 comes out ;)
 
Last edited:
hi

i already installed the xen notices addon.
but where can i find the xen notice link?
i only see the original LIST NOTICES link in admin page and
there is no xen notices link in the admin page.

thanks
 
Unfortunately styling for block notices is restricted to manually adjusting CSS.

The main reason for this is because of the panel scroller styling and all notices by default sharing the same container. There was never a solution I was happy with so ultimately I restricted the easy styling options to floating notices only.
 
Unfortunately styling for block notices is restricted to manually adjusting CSS.

The main reason for this is because of the panel scroller styling and all notices by default sharing the same container. There was never a solution I was happy with so ultimately I restricted the easy styling options to floating notices only.
I figured as much. Any chance you might be able to tell me how to change the color via css?
 
Each notice has a notice ID, and each notice has a unique class name based on that ID.

Code:
.Notice.notice123
{
    // css here
}

Something like that, added to EXTRA.css. You may need to actually target some of the inner elements to change some of the styling you need.
 
Would it be possible to make it so that only specific usergroups be included in the Birthdays notice?

Thanks!
 
I can bear it in mind for the future, but currently it pulls users from the same function as the block displayed on the Notable Members page.
 
Each notice has a notice ID, and each notice has a unique class name based on that ID.

Code:
.Notice.notice123
{
    // css here
}

Something like that, added to EXTRA.css. You may need to actually target some of the inner elements to change some of the styling you need.
Sadly that's a little above my paygrade. I appreciate you taking the time to try and help.
 
You could post in the Styling and Customizations forum. It really is just a general styling thing, and independent of this add-on. Styling notices is something you've always been able to do with CSS; there might even be some threads around that might help.
 
i registered in xenresources.com now how do i get it for free (as mentioned in description of add on)
tnx
How to download Xen Notices
Xen Notices is completely free to existing Notifications users, but the distribution of the add-on is moving to Xen Resources. To claim your free Xen Notices licenses, you will need to register at Xen Resources, and click the "Claim License" button (just above the Add to Cart button).

You will need your FetchApp order number and the email address it was sent to. You will have been sent an email with these details a fairly large number of times. The email subject will be similar to "Downloads for Order 854450387174967" and the email will be sent from notifications@fetchapp.com.

Once you populate your order number and email address, the license will be automatically assigned to you. If you are unable to for whatever reason, then start a conversation with me with as many details as possible.
^
Make sure to message @Chris D and not me :P
 
How to download Xen Notices
Xen Notices is completely free to existing Notifications users, but the distribution of the add-on is moving to Xen Resources. To claim your free Xen Notices licenses, you will need to register at Xen Resources, and click the "Claim License" button (just above the Add to Cart button).

You will need your FetchApp order number and the email address it was sent to. You will have been sent an email with these details a fairly large number of times. The email subject will be similar to "Downloads for Order 854450387174967" and the email will be sent from notifications@fetchapp.com.

Once you populate your order number and email address, the license will be automatically assigned to you. If you are unable to for whatever reason, then start a conversation with me with as many details as possible.
^
Make sure to message @Chris D and not me :p
How to FetchApp order number ?
any video that can help me or guide me with complete cycle of getting and downloading it?
Any other notice system you know in xenforo ?

tnx
 
Back
Top Bottom