Hi there everyone,
I have found this plug-in: http://www.cerdmann.com/thumb/ and it really cool but how do I make it to work with the CMS? I have tried to put everything as for a normal module but it just won't work correctly within the CMS.
Anyone that knows?
Thanks / Gnolen
How transfer a smarty-tag to work in CMS?
Re: How transfer a smarty-tag to work in CMS?
Throw the file in /lib/smarty/plugins/. It should pick right up from there.
Re: How transfer a smarty-tag to work in CMS?
Hey Wishy....
Thanks! I had this problem for 2 minutes and 19 seconds!
)
Thanks! I had this problem for 2 minutes and 19 seconds!

Re: How transfer a smarty-tag to work in CMS?
Sorry. I'll try harder next time. 

Re: How transfer a smarty-tag to work in CMS?
I use a my directory (/myplug) and add:wishy wrote: Throw the file in /lib/smarty/plugins/. It should pick right up from there.
$smarty->plugins_dir = array(SMARTY_DIR, "/myplug");
Wishy, is possible to add a $config['other_plug'] therefore it's simple update a new version of cmcms?
Bye
Re: How transfer a smarty-tag to work in CMS?
I don't see why not. However, I am seeing that plugin loading is one of the slowest things, so I'd like to minimize the number of directories loaded if possible.
I can play with it, though.
I can play with it, though.