On 29/08/06, Mkruger <[EMAIL PROTECTED]> wrote: > > ok.. I did that. What do I do next? I want to cause the news item in > question to appear in my display page on the right hand side bar. I know I > need something like <con:container objectid="..." > or <con:container > label="..." /> But my attempts all fall short. >
Mark, Excuse me if I'm telling you something you already know, but I just wanted to go through this step by step. You have a page of HTML content in the admin of your farcry site, with the display type of say "standard page". In the dmHTML folder you have a layout called displaypageStandard.cfm, which has <!--- @@displayname: Standard Page ---> somewhere at the top of that template. This is your page layout with your left content area and right hand side bar html. In the right hand side bar you need a call to the containers tag to create a container. This will look something like this : <con:container label="RightSideBar"> On the front of the site, go to your html page and show design using the menu and follow Steve's instructions. When you've added your news items to this container and organised them the way you want to, close the pop-up and switch back to normal display mode. You should now see your selected news items in your right hand bar. You will need a display method for your news items that will work in your right hand side bar. Does that help at all? Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
