Misanthrope 0 Report post Posted March 5, 2007 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
BuffaloHelp 24 Report post Posted March 5, 2007 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
Misanthrope 0 Report post Posted March 8, 2007 (edited) 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! 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 March 8, 2007 by Misanthrope (see edit history) Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 4, 2009 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