Viewer URLs Problem
9 posts by 5 authors in: Forums > CMS Builder
Last Post: August 22, 2009 (RSS)
By ThreeTree - August 18, 2009
Re: [ThreeTree] Viewer URLs Problem
By Kenny - August 18, 2009 - edited: August 18, 2009
This setting found under General Settings.
You can normally replace #setThisInAdminMenu with just a /
Let us know if that doesn't work.
Kenny
Re: [sagentic] Viewer URLs Problem
By Dave - August 18, 2009
The idea was to make it easy for people to find where to edit it, but maybe having it do what 90% of the people would want anyways would be a better default.
Thoughts?
interactivetools.com
Re: [Dave] Viewer URLs Problem
By ThreeTree - August 19, 2009
I prefer the "/" rather than #set as a default. But think the issue is my confusion regarding how these pieces work together.
Re: [ThreeTree] Viewer URLs Problem
By Chris - August 19, 2009
The "View Website >>>" link only links to a single page, but it is possible to get to a section's List Page URL by clicking the Preview button on the section's record list page.
Hope this helps! :)
Chris
Re: [chris] Viewer URLs Problem
By ThreeTree - August 19, 2009
Re: [ThreeTree] Viewer URLs Problem
By Donna - August 21, 2009
The viewer URL's are used by the pages themselves. The "link" code to the detail page (and the "back" buttons as well) use those links to know where to go. :)
--
support@interactivetools.com
Re: [Donna] Viewer URLs Problem
By ThreeTree - August 21, 2009
Re: [ThreeTree] Viewer URLs Problem
By Chris - August 22, 2009
If you never use $record['_link'] for a section, then there's no need to specify Detail Page Url. If you never use $sectionMetaData['_listPage'], then there's no need to specify List Page Url.
The only time a single record section's Detail Page Url would be used would be if you explicitly loaded its record on another page and added a link to it with $record['_link'].
Chris