           ***** Simple News Scroller Side Panel *****
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* AUTHOR : ANKUR THAKUR
* WEBSITE : ankurthakur.co.cc

As the Name explains everything to you, this is a Side Panel which will Display Latest 5 news
 as a Down-Up Sliding News with showing News Subject, News Category link and the User who submitted the News.

##### INSTALLATION #####

>> Copy the simple_news_scroller_side_panel folder to your infusions folder in the root of your PHP-Fusion portal.
>> Login as Super Administrator and go to the Admin Panel -> System Admin -> Panels,
   and Click the ADD PANEL link.
>> Name the Panel to suitable Name and then select the Panel by File Name with simple_news_scroller_side_panel.
>> Now Add this panel and ENABLE it.

DONE !!! :)

##### Want to Show More News ?????

In case you want to show more that 5 News, then you need to change it in the simple_news_scroller_side_panel.php

>> Find this Line :

$result = dbquery("SELECT tn.*, tc.*, user_id, user_name FROM ".DB_NEWS." tn LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") AND news_draft='0' ORDER BY news_sticky DESC, news_datestamp DESC LIMIT 0,5");

>> You will find that at the End of line, there is DESC LIMIT 0,5
>> Change 5 to any number of news you want.

##### DEMO WEBSITE #####

http://ankurthakur.co.cc/fusion/viewpage.php?page_id=1

This is my website.

>> At the Left Side, you will see the panel.