Jump to content
xisto Community
Misanthrope

Adding Second Page Of Cutenews To My Site How do I do this?

Recommended Posts

I'm using Cutenews on my website. I forgot to mention in my last post on this topic that Cutenews is news system that can be integrated into an existing website and can function like a blog. Well, I recently integrated cutenews into an existing site, and I'm wondering how I get the older news to show up on another page.For example, I'm using cutenews on my main index page. At the bottom of the page I'd like to put a link that says, "old news," and have that page open up into a new page of my older news/blogs that people can still post comments on. What would you suggest as the easiest way to do this? A point by point instruction would be most appreciated!Thanks in advance for your help!

Share this post


Link to post
Share on other sites

Try this code (available through News Integration Wizard)

 

<?PHP$number=1;include("/your_home_directory/cutenews_directory/show_news.php");?>
The $number=1 means to show ONE entry per page. If you set it to 5, FIVE entries per page. This will automatically show pagination at the bottom of the entry. By default, the latest will show first unless you add $reverse=TRUE;

 

News Integration Wizard should guide you through how you want to present your page.

 

HINT: you can modify your template under NEWS PAGINATION to allow your desired phrase to navigate back and forth.

 

<p align="center">[prev-link]<< Previous[/prev-link] {pages} [next-link]Next >>[/next-link]</p>
Change << Previous and Next >> to however you want to phrase them.

Share this post


Link to post
Share on other sites

Sorry Buff, the $number include seems straight forward enought, but I'm still confused on "pagination." Could you write out what specific code I'm supposed to put into the News Pagination? Or, just whack me upside the head and maybe that will knock some sense into me. What I'm trying to do is show 6 (or whatever) posts on the homepage, then have a link at the bottom of that page that will link to "old news." Seems easy enough to do but I'm not having any luck so far. Thanks again! :P Forget the above the question, Buff. I finally figured it out. Guess it was so easy I overcomplicated it. Thanks again for recommending this excellent tool!

Edited by Misanthrope (see edit history)

Share this post


Link to post
Share on other sites
How do I make a second page?Adding Second Page Of Cutenews To My SiteFor example I have my index*com page and I made a second page(with kompozer) which is a privacy policy page so I wanted to look like this... http://forums.xisto.com/no_longer_exists/(.)com/privacy policy...What exacly is the procesure to this...Do I make a folder inside the website folder title it private policy then add the private policy html inside that folder and name it index??...Help will be gladly appreciated...-question by Victor

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.