Page 2 of 2

Re: Cool 3D Slider with News or Gallery Module

Posted: Sat Jan 08, 2011 5:42 pm
by uniqu3
Hi,

the Gallery version can be found here: http://www.i-do-this.com/blog/13/Piecem ... ery-module should be easy to understand how it could work with News module. Unfortunately i am a bit under deadline pressure, so i might update the post some time later.

Re: Cool 3D Slider with News or Gallery Module

Posted: Sat Feb 05, 2011 7:07 pm
by uniqu3
@selcet

I think it's the best if you ask developer of Piecemaker http://www.modularweb.net/#/en/piecemaker ;) and i didn't have a chance to try v2 yet.

Re: Cool 3D Slider with News or Gallery Module

Posted: Sun Jun 19, 2011 4:44 am
by klendino
Hi

I tried to follow this turtorial but can't seem to make it work:

These are the errors I get:

{Gallery dir=$page_alias template='Piecemaker'}

I get error: string(162) "Smarty error: [in content:content_en line 3]: syntax error: unrecognized tag: Gallery dir=$page_alias template='Piecemaker' (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 3]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"

{Gallery dir='projects' template='Piecemaker'}

I get message: You need to upgrade your Flash Player to version 10 or newer.

However I know for sure Flash Player is installer correctly (as I can view the slider on the demo page)

I'm using CMSMS 1.9.4.2 and all modules are up to date.

Any suggestions as what is wrong here, or what did I ommit?

Let me know!

Re: Cool 3D Slider with News or Gallery Module

Posted: Tue Sep 04, 2012 1:19 pm
by pgingao
Hello, I've searched and made a lot of trial and error but I can't put supersizer to work with companydirectory module. This is what I have on my template:

{if $entry->logo_location ne ''}
{supersizer path=$entry->logo_path width='180' striptags='true'}
{/if}

and it returns:

There is a path issue with the orginal image!
Does this look right?
Path:/Users/paulo/work/wamp/www/sosco/cmsms/localhost:8888/sosco/cmsms/uploads/companydirectory/id1/img175_1.jpg

The path is wrong I can tell, only the bit "localhost:8888/sosco/cmsms/uploads/companydirectory/id1/img175_1.jpg" is right and I can see that image if I paste it directly on my browser address bar.
Also, the code <img src="{$entry->logo_path}" /> shows the image correctly!

What am I doing wrong?

Thanks in advance.

Paulo

Re: Cool 3D Slider with News or Gallery Module

Posted: Tue Sep 04, 2012 1:23 pm
by uniqu3
It's been long time since i last used supersizer, but have a look at supersizer wiki, isn't there a param to allow full url as image path?
Not sure.
Or try CGSmartImage module.

Re: Cool 3D Slider with News or Gallery Module

Posted: Tue Sep 04, 2012 1:55 pm
by pgingao
Many thanks!

CGSmartImage works and its much, much better.

Sorted!

Paulo
uniqu3 wrote:It's been long time since i last used supersizer, but have a look at supersizer wiki, isn't there a param to allow full url as image path?
Not sure.
Or try CGSmartImage module.