XF 1.1 Notices

Welcome to a new series of Have You Seen videos, demonstrating some of the new features and improvements to come in XenForo 1.1.

First on the list: Notices.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
http://vimeo.com/27033663
 
I want to display a notice on all Sites, except on page.
Is there another way insted of activating all other nodes in the positive list?
 
Two of my first notices I put up on my site. I'm a rookie with HTML and CSS...so just something simple. :oops:

Notice1.webp


Notice2.webp
 
Maybe start a thread "examples of Notices and their .html" ?
Post your awesome notices (with the code ) for all to enjoy.

Certainly the Style makers need to make styled notices as well !

Then I'm sure they will post the html/css template of notices if they feel obliged to submit their custom notices. Would they not?
 
Page Criteria -> Content Template is: forum_list

How can I find out which template to edit?
Using your browser, view the page source and look for a line of code near the top of the page which begins
<div id="content" class="; the class is the name of the template. So for the main forum page, the line of code is:
<div id="content" class="forum_list">, which makes the template forum_list.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181112
 
Page Criteria -> Content Template is: forum_list

How can I find out which template to edit?
Using your browser, view the page source and look for a line of code near the top of the page which begins
<div id="content" class="; the class is the name of the template. So for the main forum page, the line of code is:
<div id="content" class="forum_list">, which makes the template forum_list.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181112

Spot on Brogan. Thanks (y)
 
FWIW, this was what I threw together for the demo. The inline styles would be moved to classes if I could be bothered.

View attachment 20461

View attachment 20462


Any idea why my text appears Under the background image instead of over it?
Thanks,
Steve

<img src="/images/giftcard.jpg" style="display:block; width:100%" title="Disney Forum giveaway"/>

<div class="creation1" style="position:absolute; top:0, left:0; color:white; font-size: 11px; height:100%; width:200px">
<div style="padding:10px">

Enter to win a $50 Disney Gift Card
Become a Member Now. It's FREE

</div>
</div>
 
Page Criteria -> Content Template is: forum_list

How can I find out which template to edit?
Using your browser, view the page source and look for a line of code near the top of the page which begins
<div id="content" class="; the class is the name of the template. So for the main forum page, the line of code is:
<div id="content" class="forum_list">, which makes the template forum_list.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181112

good to know, thanks!

besides "forum_list", is there a chance you could list certain templates or which templates are regularly used for notices ?
Just to better understand how this works.....

For example:
How do I put a Notice into the "Register-page" (domain.com/register) only ?
 
Digital Doctor said:
Maybe there should be an official "Support Thread" for Notices ?​
This is just HTML and CSS, which has nothing to do with notices.
In this particular instance, it just needs to be set as a background image using a CSS class.

This thread is the "What are Notices?" thread. A brief video about what they are.

Deploying Notices effectively and the implications of Notices for your forum are much harder concepts to understand. The extremely innovative Xenforo notices is breaking new ground. Webmasters will need more information and help to use this powerful feature. I think Notices are so important, they deserve a subforum to effectively educate and show with examples how powerful they could be. It would be a go to location for discussion about Notices.

It is entirely impossible for you to write one entry in the help manual to accomplish the broader goal of helping admins with Notices.
 
Top Bottom