Hello. I installed N-13 News and posted my first article; when I tried to edit it - by going to my site skyrose.sharkserve.com/news - I saw my entry on an empty page (meaning no CSS, no PHP, no images; just my entry text in Times New Roman font). Did I miss some step? Thanks since now for helping.
sasha wrote at 2012-03-14 22:23:11
Hello. I installed N-13 News and posted my first article; when I tried to edit it - by going to my site skyrose.sharkserve.com/news - I saw my entry on an empty page (meaning no CSS, no PHP, no images; just my entry text in Times New Roman font). Did I miss some step? Thanks since now for helping.
I just had a look at your site and I think you've figured it out on your own. Just for future reference in case anyone reads this thread.
To edit your articles - http://example.com/news/admin.php
To include the news system into your own site design/layout, use the following code
<?php
include 'news/index.php';
?>
You can find a full list of variables you can use when integrating into your design here http://code.google.com/p/n-13news/wiki/Integration
Got that. Thank you for helping me so fast, Chris. :)