i have been wanting to do something similar myself, and I thought I came across something like:
login.cfm?ud=<MYUD> i.e, the login form checks for "url.ud". My solution would be to have a page, say /go/login, that forwards to /farcry/core/webtop/login.cfm?ud=<myUD> using RewriteRule in .htaccess (or similar for IIS). That way all the user sees is /go/login, yet things work correctly, showing your login. You would still be able to login normally in /farcry/core/webtop/login.cfm. Also, I think you should be able to set the default UD in the Config section.Of course this all assumes FC5, since that's all I've looked at. Don't know if I understood your question correctly, but I hope that helps. Tomek On Tue, Sep 30, 2008 at 11:34 PM, AJ Mercer <[EMAIL PROTECTED]> wrote: > Has any one created their own UD? > I have created one and it works fine > > What I am working on now however, is to get my login page to show rather > than the farcry login - with the dropdown list of UD options > When my UD is selected, it goes to my page; I want this page to show for > the website > And the farcry one for webtop > > > I have made some hacks to farcry to make it do what I want > http://bugs.farcrycms.org/browse/FC-1524 > > But would be interested to hear what others have done. > > > -- > AJ Mercer > Web Log: http://webonix.net > > > Once you come to the realisation that everyone is crazy, > You will never be surprised or disappointed ever again. > AJM 2008 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
