Problem with Viewing Page When all Titles are Listed

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 1, 2010   (RSS)

By invisions - February 1, 2010

Hello. About a week ago I got help to have all Titles in a Section listed on a Page. I have done this, and it works.

However, when I click on one of the titles listed on the page so I can view that article, an error comes up saying:

Set Detail Page Url for this section in: Admin > Section Editors > Viewer Urls

Currently I have nothing set for Detail Page URL. I did set something before, but if I use any page for the Detail Page URL, I am told the page does not exist.

Here is the code I am using to list all titles on a page:
<?php foreach ($water_wastewaterRecords as $record): ?>
<a href="<?php echo $record['_link'] ?>"><?php echo $record['title'] ?></a>
<br/>
<hr/>
<?php endforeach ?>

Can someone please tell me what I am doing wrong? When I click a record, I would like the full article displayed.

You can view the page with all records listed by going to:
http://clients.taoti.com/eaest/http://clients.taoti.com/eaest/featured_projects_federal_list.php

Please response soon about this.

Thank you.
Daniel Pegues
invisionshosting.com

Re: [invisions] Problem with Viewing Page When all Titles are Listed

By invisions - February 1, 2010

And, how do I create a newsDetail.php page, and what code do I put in this page so that it knows to load the content when the title is clicked?
Daniel Pegues
invisionshosting.com