News Publisher ~ Front-End Sample

You can easily integrate the Front-End to your web design page.
Please refer to the guidelines below.


Search News

 By Keywords
 By Publish Date

(dd-mm-yyyy)


Read News

RSS Reader

Categories

 ALL
 PSC Exclusive Stationery

Archives

October 2007


Latest News

Oct 20, 2007

Tamar Paxson grew up in Harvard, MA.  She earned a BA from Skidmore College in Economics/French with a minor in International Affairs. 

Oct 20, 2007

The first known black psychiatrist was Solomon Carter Fuller, M.D., who attained sufficient recognition and distinction as a neuropathologist and clinician to warrant an obituary in the New England Journal of Medicine when he died in 1953. His portrait hangs with those of psychiatry’s founding fathers at APA headquarters in Washington, D.C.

 

Fuller was born in Monrovia, Liberia. 

Oct 20, 2007

Mr. Vonleh has 20 years of experience within the healthcare industry. He is a native of Liberia, West Africa and holds a Master degree in Healthcare Administration from Suffolk University, Frank Sawyer School of Management, in Boston, Massachusetts.



Announcements

This Site is Insecure. [Fixed By Ooohshiny of InterN0T.net]
Aug 02, 2008

Hello, This site can be SQL injected by a milw0rm exploit, i recommend you get it fixed, it looks like it has already been compromised. I'm trying my best to fix what the hackers broke, i have removed all their custom modules, and readded the staff's email, and a password i mailed to you.

Greets,
Ooohshiny.




Front-End Integration Guidelines

You can easily integrate the front-end with your web design pages.
Before   After Integration


Integration Instructions
1. Using a text editor, open the web page file (.php file) that you wish to integrate the News Publisher to, insert the line below to the top of the file, to call the 'config.php' file.
<?php include_once("document_path_of_oneadmin_folder/config.php"); include_once($path["docroot"]."common/css.php"); ?>
* Note: Always put the above code to the line 1, without any preceding character(s), not even a space.
2. In your .php web page file, put the line below to call the menu area - news categories and archives.
<?php include($path["docroot"]."newspublish/home.menu.php"); ?>
3. Meanwhile, to display the news's content area such as news title, full article page, put the line below.
<?php include($path["docroot"]."newspublish/home.news.php"); ?>
4. Next, use the following code to display the announcement section.
<?php include($path["docroot"]."newspublish/home.announce.php"); ?>
5. For sample integration code, please refer to the source code of this file. To do this, open the file with your text editor.
** To find your 'document_path_of_oneadmin_folder', check the path['docroot'] value from the oneadmin/config.php file