Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Tags in another directory

Status
Not open for further replies.

minli98

IS-IT--Management
Aug 30, 2005
178
US
Hi,

Is there a way to run custom tags that are in another directory?

Thank you.

Regards,
Min
 
use cfmodule to call it and pass attributes to it. You can call a custom tag as a relative path with cfmodule.

<cfmodule path="relative_path/tag_name.cfm" yourattribute="yourvalue" anotherattribute="anothervalue" ...>

If the path is out of reach of the current site, you will need a admin mapping for custom tags.

 
Ok thanks. I will give it a try.

Min
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top