This site has been archived. To learn more about our current products Ibexa Content, Ibexa Experience, Ibexa Commerce head over to the Ibexa Developer Portal
Monday 14 February 2011 9:36:22 am
Very nice tutorial, thank you.
I wanted to point out that since eZ 4.2 you can use "lib" directory within your extension, for which the Apache Rewrite rules pass through all request. This allows external libraries, which often combine js and css code and images, to be kept together in this directory.
Saturday 26 February 2011 11:29:27 am
I need some help to make it work.
First problem:
no .css and .js were loaded until I changed this line in contentslider.tpl :
{ezscript_require( array('ezjsc::jquery.js','jquery.jcarousel.min.js', 'jquery.pikachoose.js') )}
Now I can see .js in the source, but carousel and links don't work, I only see one main photo and bottom small photos. Can you give me some more tips, and a more detailed example of the slide class?
Thanks Thiago!
Saturday 26 February 2011 2:40:58 pm
I need some help to make it work.
First problem:
no .css and .js were loaded until I changed this line in contentslider.tpl :
{ezscript_require( array('ezjsc::jquery.js','jquery.jcarousel.min.js', 'jquery.pikachoose.js') )}Now I can see .js in the source, but carousel and links don't work, I only see one main photo and bottom small photos. Can you give me some more tips, and a more detailed example of the slide class?
Thanks Thiago!
Here's the zip of the extension I'm using on my site: http://ezextensions.googlecode.com/files/contentslider.zip
Friday 01 April 2011 3:41:09 pm
Thanks Thiago,
I have successfuly incorporated the contentslider in my website. I am unable to use it for other classes like articles. But thats ok if only i could hyperling the images so that when clicked the image takes u to the relevant article. I have seen that your is working here. Kindly assist me with this.
Thanks in advance
Wednesday 01 June 2011 1:57:22 pm
How to use it with ezwebin:
{def $valid_nodes = fetch( 'content', 'list',hash( 'parent_node_id', slide_images_folder_id ))} ... {def $myblockid=concat('myblockid',rand( 1, 1000 ))}
Replace $block.id with $myblockid. I know it's a very noob tip, but I received an email asking me about how to adapt the code..
Modified on Friday 03 June 2011 12:04:36 am by Thiago Campos Viana
You must be logged in to post messages in this topic!