MyNews Usage

To include news on any page copy and paste the following code.

<?php

include("news.php");

news();

?>

Remember, the include must be the full path to the location of the news.php file located in the mynews directory. So if your going to add news a page outside of the directory. the code would look like this.

<?php

include("mynews/news.php");

news();

?>

 

News Active

News active is a feature which prevents new news from being displayed right away. This gives the admin or a mod a chance to view the news and see if any changes need to be made. Only a user part of the admin or mod group has the access to make news active.

To make the news active you have select edit on the news article.