Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support News not showing
Ofi
Posted on 02 Jul 2008, 02:49:45

Access: Member
Total Posts: 3
Joined: 2008-07-02

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.

thx
#270
Chris
Posted on 02 Jul 2008, 21:19:05

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

Code:
<?php
$cat 
= 'all';
include 
'news/index.php';
?>
#272
Ofi
Posted on 03 Jul 2008, 01:09:03

Access: Member
Total Posts: 3
Joined: 2008-07-02

Hi Chris

I have edit as you said

Code:
<?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



#273
Network-13.com © 2013