silverbeetle
Technical User
hi all
i'm trying to use a few simple custom tags in my project but only seem to be getting headaches from them...
i can get them working fine locally, but as soon as i upload them to my site i have problems with mappings because i don't have access to the administrator to create my own.
I was using cfmodule to use custom tags with a root relative path address so my code can be moved and re-used easily. Does anyone have any suggestions as to how i can achieve this without using relative pathing or is it not possible without having mappings set up?
This is my cfmodule code if it matters:
<cfmodule Template="/customtags/dsp_tabletitle.cfm" tabletitle="Add a new item">
Thanks, i'm probably going about this all wrong so please enlighten me
Chris ------------------
i'm trying to use a few simple custom tags in my project but only seem to be getting headaches from them...
i can get them working fine locally, but as soon as i upload them to my site i have problems with mappings because i don't have access to the administrator to create my own.
I was using cfmodule to use custom tags with a root relative path address so my code can be moved and re-used easily. Does anyone have any suggestions as to how i can achieve this without using relative pathing or is it not possible without having mappings set up?
This is my cfmodule code if it matters:
<cfmodule Template="/customtags/dsp_tabletitle.cfm" tabletitle="Add a new item">
Thanks, i'm probably going about this all wrong so please enlighten me
Chris ------------------