Add an announcement in the topics in a specific category - Xenforo 2

Add an announcement in the topics in a specific category - Xenforo 2

UnstucK

Administrator

Staff member
Vip Member
Reputation: 100%
Reaction score
48
Points
55
In this tutorial I will show you how to add a warning message in your topics in a specific category.

1- In your Cpanel / Forum / Custom Discussion Fields

Add an announcement in the topics in a specific category-1.png


2- Click on: Add a field
3- Fill in the fields:

Add an announcement in the topics in a specific category-2.png


4- In Options for text fields check None

5- Select your choice of field , I chose Radio buttons

Add an announcement in the topics in a specific category-3.png


6- In the possible choices put at your convenience.

7- In General options select the groups that will see the warning message.

Add an announcement in the topics in a specific category-4.png


8- Then in Display HTML Value put your HTML code and save.

Here is my code:

Code:
<div classe="annonceThread">
    <p class="annonce"style="text-align: center; background: red; color: white;"><b><i class="fa fa-warning"></i> Attention</b> Societyfrenchmodding ou moi<br>
ne sera tenu responsable en cas de brick de votre console ou de disfonctionnement !</p></div>

For the message to appear, click on More options and select your choice.

Add an announcement in the topics in a specific category-5.png


Result :

Add an announcement in the topics in a specific category-6.png
 
Last edited:
Back
Top