I decided to "test a theory" and found a very simple solution for this. I currently use Announcement Centre 1.1.3 on my forum and show same text to all users. Anyway, in order not to show the box when no announcements. In your overall_header or wherever you have the box to show,baloo wrote:4. I noticed that if I selected announcements on, it puts the block there even if there is no announcement. Is it possible to have it not show the block if it doesn't have an announcement to make ?
change
Code: Select all
<!-- INCLUDE announcement_centre.html -->
Code: Select all
<!-- IF ANNOUNCEMENT_ENABLE and ANNOUNCEMENT_TEXT -->
<!-- INCLUDE announcement_centre.html -->
<!-- ENDIF -->