Hi
First of all, great script.
I am trying to use this, i have install it and include it to page
Code:
<?php $cat = "Category name"; include 'news/index.php'; ?>
here is test site http://www.almennt.com/prufusida/test2/test.php
I have create new category and made new news, when i enter "preview", nothing happens at top, when i enter "Post" it goes in, but does not show on the test page.
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Hi Ofi,
The code you are using to include your news. You first must edit it slightly so it matches your own information. For example the
Code:
$cat = "Category name";
you would change this to match a category that you've created in the script. If you haven't created any categories then simply remove that line. Or alternatively you can change it to display all categories
<?php $cat = "prufa"; include 'frettir/index.php'; ?>
I have create 1 catagory called prufa, when i try preview, nothing happen, post i write and images dont show up, only Title in post, see here http://www.almennt.com/prufusida/test2/test.php