Matt,

You can set request.navid and this should position your menu assuming
you're using the genericNav menu code.

A couple of quick ways to do this:
1. Simple
Create a news archive page with your new publishing rule, set the
navalias to newsarchive,
Then in your news display webskin, <cfset request.navid.newsarchive>
That enable the navigation to display all news items with the news
archive node highlighted as active

2. Slightly More Complex
Add a new property to your news content type - extend the dmNews to
your project
<cfproperty ftseq="10" ftwizardStep="General Details"
ftfieldset="Navigator" name="navNavigator" type="string" hint="News
Navigator." required="no" default="" fttype="navigation" ftlabel="Site
Tree Home"
        ftalias="subjects" ftselectmultiple="0"
        fthelptitle="Content Location"
        fthelpsection="Use the News Navigator to set the content
placement." />
Then your content admin users will be able to select a navigation node
to be the news item home
Then in your news display webskin, <cfset request.stobj.navNavigator>
That enable the navigation node selected in the news admin will be
highlighted as active in the menu.

Chris.

On Oct 15, 3:06 pm, Matthew Prose <matthew.pr...@gmail.com> wrote:
> I am a little confused about the News rule.  I added a news rule to  
> one of my pages, which works well for the teaser copy and image.  
> However when I click read more it takes me to the home page to display  
> the full article.
>
> How do you choose what page you want the full article to reside on?
>
> Thanks
> Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@googlegroups.com
To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to