Does the Cakephp Media plugin work with Cakephp 2.0 ?
I have just downloaded the Media plugin and I don't know whether it works or not with Cakephp 2.0
You could try this fork on cake2 :
https://github.com/bmcclure/CakePHP-Media-Plugin
Which Cakephp Media plugin are you referring to? If it is this one: https://github.com/davidpersson/media then the answer would be no as stated in the readme. If you are referring to a different one, then please add the link.
UPDATE
Here is a behavior that may be what you are looking for:
https://github.com/jrbasso/MeioUpload
Related
I am using cakePHP 2.0 and I need a plugin for creating a background job. I came across CakeResque but requirement for that is cakePHP 2.1+ .Please suggest me the plugins that can help in this regards.
You can see the following tutorials
Background jobs with php and resque: part 6, integration into CakePHP
Im using alaxos Acl plugin for managing user roles and groups in my cakephp 2.6 project,the plugin use english as the default language, the problem i want to change it to the french language in my cakephp project, but i don't know how.
i added
Configure::write('Config.language', 'fre'); to the bootstrap.php of the plugin or the bootstrap.php of my main application but it didn't work.
Thanks in advance
You just made me realize that I always see my own plugin in English as well...
The point is that at some point (Internationalizing Your Application) the french code has changed from fre to fra but I've never updated the plugin.
Rename the folder plugins/Acl/Locale/fre to plugins/Acl/Locale/fra, and use Configure::write('Config.language', 'fr') and it should work.
I have a site on Joomla 2.5 with hikashop 1.5 and for recurring payment from eway payment gateway I have custom code on file /plugins/hikashoppayment/eway/eway.php, and this is working perfectly on my one live site www.clet.edu.au
Now I have another site on joomla 3.3 with hikashop 2.3 and I want to use same previous custom code for same file /plugins/hikashoppayment/eway/eway.php, so how can I integrate existing custom code in current site please help me how to do this for joomla 3.3 plugin.
You can use Custom HTML module application for creating modules or plug in for your website. This is very good application.
can someone please point me in the right direction, I am looking for a tutorial on how to create a form wizard in cakephp version 1.3
Thanks for your answers in advance.
Louis
Try Form Wizard Jquery Plugin. This is somehow same what you might need.
I am looking for a way to create a document sharing website and integrate that into drupal. Are there any frameworks which can help me create a document sharing site? To put it simply, i am looking to create something like google docs.
Try PiratePad. Though it's only for Drupal 6 right now, you may want to help out and port it to Drupal 7. You will find the source code on Github. You can try it out at piratepad.net.
You could check out FileDepot. It is a Document Management module and it is available for D6 and D7.