File Search Locations
Some of the TextCMS plugins search for media files (images, video, audio, css etc...). They usially search in the following order:
- If a plugin is used in an article, it will search in the same location as the article file
- If a plugin is used in an article, it will also search in the _(article_name) subfolder. For example, if your article is named "test" (article file is "_articles/test.art"),
it will search in folder "_articles/_test"
- If a plugin is used in a module, it will search in the same location as the module file
- If a plugin is used in a module, it will also search in the _(module_name) subfolder. For example, if your module is named "test" (module file is "_modules/test.mod"),
it will search in folder "_modules/_test"
- If a plugin is used in an area, it will search in the same location as the area file
- If a plugin is used in an area, it will also search in the _(area_name) subfolder. For example, if your area is named "top" (area file is "_area/top.mod"),
it will search in folder "_areas/_top"
- If a plugin is used in a template, it will search in the same location as the template file
- if a plugin is used in a template, it will also search in the _(template_name) subfolder. For example, if your template is named "test" (template file is "_templates/test.tpl"),
it will search in folder "_templates/_test"
- it will also search in "_media" folder of your web site