Hi all.
I'm working on my new portfolio, with Joomla! 3.2.3 and Seblod 3.3.2.
I want to display a list of a content type (portfolio_project), and render them as a list in a slider with this script : http://www.idangero.us/sliders/swiper/.
I've created a list module, and that's fine.
But to use my Jquery plugin I need to remove the <div> around each item (I need a specific class on the first child div).
They're set in the /plugins/cck_storage_location/joomla_article/tmpl/item.php file.
For the moment I've made a hack on the file, and it work fine.
But I'd prefer to override the file, to keep the possibility to upgrade Seblod later.
But I can't find the proper way to do it !!
is it :
[my_template]/html/plugins/cck_storage_location/joomla_article/tmpl/item.php ?
[my_template]/html/plugins/cck_storage_location/joomla_article/item.php ?
[my_template]/html/plugins/cck_storage_location/item.php ?
[my_template]/html/plugins/item.php ?
or
[my_template]/html/cck_storage_location/joomla_article/tmpl/item.php ?
[my_template]/html/cck_storage_location/joomla_article/item.php ?
[my_template]/html/cck_storage_location/item.php ?
[my_template]/html/item.php ?
I've tried them all, but it doesn't seems to work :(
Do I miss something ?
Can anyone give me advice on this problem ?
Are cck_plugin override possible ?
Thanks for help, and have a good day
Jonathan