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 And Categories Help
Amoss
Posted on 15 Oct 2008, 04:56:16

Access: Member
Total Posts: 2
Joined: 2008-10-15

First off, I have to say that I love your scripts, I wish all the other CMS or News publishing systems were easy as yours to integrate and operate.

Ok, the categories, can we make an unlimited amount of categories or is there a limit?

Also, Is it possible to show only a specific news on one page for a certain category?

For Example:

------------
My Page:
------------

-Embedded Video - My own content-

-----------

n-13 news(Category - "Action Movies")

(News #4) - displays only the 4th news posted, NO links to any other news.
(ie: News would be: COMMENT ON THE VIDEO)




comments (4)

(Displays all comments)

(Add Comment Form)

-----------

End Page


So if I was to put a Category Include on one page
and the same Category Include on a different page

both pages will show a specific news.

is there a like php include for which News I want to show? ( www.YOURSITE.com/?id=X)

I basically want to use it as a 'commenting system' so all of my pages can have
different comments.

or I guess I have to do it the tiring way and a create a new categories for every page
on my website. -_-



and I'm really looking forward to the next version, can't wait for the User Registration!


EDIT:

Also, is it possible to put a ADD COMMENT FORM in the NEWS part of the template?

and in the future
it would be great if we could display the statistics:
# of users, articles, categories, news, etc.
on the main page website.
#445
Last edited by Chris at 2008-10-15 05:57:55 Reason:
Chris
Posted on 15 Oct 2008, 05:57:07

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Hey Amoss,

No limit to the amount of categories.

As for showing a specific post, you can do this by making a small change to index.php, around line 28~ you'll see this

Code:
$id = $_GET['id'];

change that to

Code:
if(!$id){
$id = $_GET['id'];
}

then when including your news specify the ID of the post you want to show

Code:
<?php
$id = '3';
include 'news/index.php';
?>

As for displaying stats, this should be fairly easy to do, I'll add that to the list of things that'll be added to he next version
#447
Amoss
Posted on 21 Oct 2008, 02:24:09

Access: Member
Total Posts: 2
Joined: 2008-10-15

Thanks so much Chris, it works terrific.

I was just wondering, I already have a forum on my site (SMF, simple machines forum),
when the new n-13 version comes out with the user registration, would it be possible to link the n-13 accounts with the forum accounts so users don't have to register twice or is it like virtually impossible?
#449
Chris
Posted on 24 Oct 2008, 13:33:58

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

While it certainly would be possible, it'd involve a lot of work, something I don't really have time to do I'm afraid :sad2:
#457
Network-13.com © 2013