hello it base of futur faq
"All view are be override but prefered flexicontent template solution if it possible.
all view are here :
Code:
components/com_flexicontent/views/.../tmpl/default.php
to creat an override view :
--copy components/com_flexicontent/views/myview/tmpl/default.php
--past on templates/mytemplate/html/com_flexicontent/myview/default.php
--modify it
now you can update without lost any modification
Tag example :
Create a template override for file
components/com_flexicontent/views/tags/tmpl/default.php
by copying the file to:
templates/mytemplate/html/com_flexicontent/tags/default.php
Search example :
Create a template override for file
components/com_flexicontent/views/search/tmpl/default.php
components/com_flexicontent/views/search/tmpl/default_error.php
components/com_flexicontent/views/search/tmpl/default_form.php
components/com_flexicontent/views/search/tmpl/default_results.php
by copying the file to:
templates/mytemplate/html/com_flexicontent/search/default.php
templates/mytemplate/html/com_flexicontent/search/default_error.php
templates/mytemplate/html/com_flexicontent/search/default_form.php
templates/mytemplate/html/com_flexicontent/search/default_results.php
Tips how to creat 2 views
you can use an other folder
templates/mytemplate/html/com_flexicontent/tags2/default.php
now use a external link in joomla menu
index.php?option=com_flexicontent&view=tags2"
do your return