On 01/11/2007, tilespace <[EMAIL PROTECTED]> wrote:
>
> For example:
> We create an HTML page. We have a link that needs to go to another
> page that we've created. We click on the "Insert/Edit Link" button in
> TinyMCE and we choose the appropriate page in the dropdown. We click
> the "Save" button and approve the new page. When we pull the site up,
> go to our new page and click on our link, we still have
> "objectid=23432kljlk23;kjj;234lk2jk34l2j3lk4;jlk32432". Do we need to
> modify the core files? If so, which ones?

You need to associate the appropriate navigation links with your HTML page
and then use the Farcry icon in the editor to select the navigation link you
want to add.  There should be a display option to insert a friendly URL for
the selected navigation item.

The other issue that we have is that we now have many (8+) custom
> modules/types with many (50+) items in each. We need to be able to
> link to more than a few of these individual items throughout the site
> but these also don't show up when we click on "Insert/Edit Link". Do
> we need to also modify the core files for this functionality? And, if
> so, which ones?


You need to extend the dmHTML type to allow you to associate more types with
your html pages.  You actually only need up extend the dmhtml property
aObjectID by copying the existing one and adding your types to the ftJoin
attribute. You'll also need to add insertHTML_blah.cfm webskin files for
each of your data types, so that the farcry tool will know how to insert
links to your custom types.

There should never be any need to meddle with the core code - everything is
extendible. ;)

I hope that helps point you in the right direction.

Regards

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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to