Yeah I ended up going with that. The list works exactly as we need it - the
only additional thing the user would have to do is reference the list where
the pages sit. But that actually ads more flexibility to the functionality
so worked out for the best :)

Thanks for your help Jian!




On Wed, Mar 27, 2013 at 4:09 PM, Jian Huang <[email protected]>wrote:

> Hi Daniel,
>
> Instead of using navigation manager and a render area to output the
> content of the following pages as part of the body, see if using a list
> would still meet the user requirements.
>
> -Jian
>
>
> On Wednesday, March 27, 2013 9:05:43 AM UTC-4, Daniel Petroff wrote:
>
>> Thanks!
>>
>> Any suggestions on how I can do this?
>>
>> Sent from my iPhone
>>
>> On 27 Mar 2013, at 12:59, Jian Huang <[email protected]> wrote:
>>
>> Hi,
>>
>> Cat key can't be returned by rendertag...
>>
>> Sent from my iPhone
>>
>> On Mar 27, 2013, at 8:50 AM, Daniel Petroff <[email protected]> wrote:
>>
>> Hi All
>>
>> I am having some trouble with pulling Keywords from a page using
>> navigation manager. I am using a foreach loop to go through the sub-pages
>> and pull up the URL, Headline, a standard field, and (this is where I am
>> having trouble) the keywords.
>>
>> I am pasting the code at the end of the post. Everything works except <%!!
>> Store:SubIndex.Page.**GetElementByName(inf_Keywords)**.GetHtml() !!%>
>> It returns nothing...
>> Keywords are assigned to the page and I tried both .GetHtml() and .Value
>> and neither works.
>> Ultimately what I would like is another (nested) foreach loop to go
>> through the keywords and generate some markup for each keyword but first I
>> need to be able to read them and I cannot seem to be able to do that.
>>
>> Is there a direct page property I can access like .Headline? Or am I
>> missing anything else? Any help would be appreciated!
>>
>> <reddot:cms>
>> <if>
>> <query valuea="Context:CurrentIndex.**Id" operator="=="
>> valueb="Context:LastIndex.Id">
>> <foreach itemname="SubIndex" object="Context:CurrentIndex.**SubIndexes">
>> <htmltext>
>> <a href="<%!! Store:SubIndex.GetUrl() !!%>">
>> <h3><%!! Store:SubIndex.Headline !!%></h3>
>> <p><%!! 
>> Store:SubIndex.Page.**GetElementByName(stf_**MetaDescription).GetHtml()
>> !!%></p>
>> <%!! Store:SubIndex.Page.**GetElementByName(inf_Keywords)**.GetHtml() !!%
>> >
>> </a>
>> </htmltext>
>> </foreach>
>> </query>
>> <query type="else">
>> <htmltext>
>> <navigation:nextlevel>
>> </htmltext>
>> </query>
>> </if>
>> </reddot:cms>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "RedDot CMS Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reddot-cms-use...@**googlegroups.com.
>> To post to this group, send email to reddot-c...@googlegroups.**com.
>>
>> Visit this group at http://groups.google.com/**
>> group/reddot-cms-users?hl=en<http://groups.google.com/group/reddot-cms-users?hl=en>
>> .
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>> .
>>
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "RedDot CMS Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reddot-cms-use...@**googlegroups.com.
>> To post to this group, send email to reddot-c...@googlegroups.**com.
>>
>> Visit this group at http://groups.google.com/**
>> group/reddot-cms-users?hl=en<http://groups.google.com/group/reddot-cms-users?hl=en>
>> .
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>> .
>>
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "RedDot CMS Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to