Re: [Phpns-team] [Question #50110]: next and previous news entry link?

2008-11-03 Thread dorkass
Question #50110 on phpns changed:
https://answers.launchpad.net/phpns/+question/50110

dorkass confirmed that the question is solved:
Thanks alecwh, that solved my question.

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp


Re: [Phpns-team] [Question #50110]: next and previous news entry link?

2008-11-03 Thread dorkass
Question #50110 on phpns changed:
https://answers.launchpad.net/phpns/+question/50110

Status: Answered => Solved

dorkass confirmed that the question is solved:
Oh wow, that's awesome, thanks for the quick response. That was
incredibly simple, I should have thought of that. I'm gonna play around
with this some This could end up being accidentally the best
webcomic script out there dude.

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp


Re: [Phpns-team] [Question #50110]: next and previous news entry link?

2008-11-03 Thread alecwh
Question #50110 on phpns changed:
https://answers.launchpad.net/phpns/+question/50110

Status: Open => Answered

alecwh proposed the following answer:
You can do this through pre-include variables, not through templates.
Use these:

$phpns['items_per_page'] = 1;
$phpns['category'] = CAT_ID; //(edit this with the category id)

Then, in the templates, you can just edit out the pagination numbers,
and just leave the previous and next buttons.

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp


[Phpns-team] [Question #50110]: next and previous news entry link?

2008-11-03 Thread dorkass
New question #50110 on phpns:
https://answers.launchpad.net/phpns/+question/50110

Hey. Great script by the way. This could be like everything I've been looking 
for in a CMS. I've looked through the manual several times and played with the 
templates and I'm havin trouble with somethin that should be pretty simple.  I 
need to have like one news post per 'page' and have a next and previous link 
available to navigate to the next and previous news post in that category. The 
links need to be dynamic. I'm essentially planning to use phpns as a webcomic 
script, through the templates. If there's no way to do next and previous 
through templates I'll just use php, but I figured there was some way to do 
this. Thanks.

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

___
Mailing list: https://launchpad.net/~phpns-team
Post to : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp