Looks like a great plugin, I currently use iBrowser plugin for TinyMce but this looks great for CI integration. Only thing I think missing is being able to assign a class like float left or float right before insert.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 25, 2008 3:12pm
Subscribe [33]#31 / Jun 20, 2009 5:56pm
Looks like a great plugin, I currently use iBrowser plugin for TinyMce but this looks great for CI integration. Only thing I think missing is being able to assign a class like float left or float right before insert.
#32 / Jun 20, 2009 7:26pm
Only thing I think missing is being able to assign a class like float left or float right before insert.
If you use the advimage you can set this in the appearance tab.
#33 / Jun 23, 2009 3:16am
Hi thanks for project..seems cool, will try. How i can download .zip?
An archived package will be released when I have completed the project. I’m sorry for taking so long, and I thank all the developers who have given me inspiration to keep moving on this project..
Looks like a great plugin, I currently use iBrowser plugin for TinyMce but this looks great for CI integration. Only thing I think missing is being able to assign a class like float left or float right before insert.
As pistolPete said, you have full control over the image attributes and style using the default advimage plugin dialog. When you open up the image manager using the callback method (by clicking on the ‘browse’ icon in the advimage dialog), and select your image to insert, the image will get inserted back into the advimage dialog, where you can modify whatever attributes before inserting it into the editor.
Peace, Rich
#34 / Jun 23, 2009 6:43am
Be a Git nerd like myself and use GitHub. It handles all your downloads for you based on tags or just links to the current code-base in zip/tar form. I have never found an easier way to handle open source release files.
#35 / Jun 23, 2009 6:46am
I’m unfamiliar with Git, although we are switching from Subversion to Git at work, so I should become familiar soon enough.. 😉 I guess there’s also big community advantages to using Github, so I might end up going that route!
#36 / Jun 26, 2009 1:13pm
Brilliant plug in followed instructions and got it working in about 15 minutes
#37 / Jul 28, 2009 4:10pm
Hi,
Just found this thread. Would love to help with this. Is there anything I can do?
cheers,
#38 / Aug 10, 2009 8:43am
I just did a fresh checkout, tried to install it, but the “Browse” window tells me the tinycimm_media class is missing. I went ahead, and downloaded it from revision 189 (it got deleted in 190) and uploaded that one. That cleared up the missing class error, but it gave me 2 error back in return.
Severity: Notice
Message: Undefined property: CI_Loader::$view_path
Filename: image/thumbnails_list.php
Line Number: 4And
Unable to load the requested file: subtpl/leftpane.phpI am using Modular Extensions, and extended the Controller class myself. Any idea on how to solve this?
#39 / Dec 14, 2009 5:06pm
I love this plugin!
I was also wondering if it is possible to use it outside the editor, as a standalone media manager.
I saw that MCImageManager permits that, but as I don’t know anything about tinyMCE’s apis I don’t know if it would be hard to obtain the same thing with your plugin
#40 / Jan 12, 2010 10:13am
I haven’t looked into it very deep, but is it possible to use this plugin outside of TinyMCE? In case you want a media manager somewhere, but not in a text editor.
Thanks.
#41 / Jan 13, 2010 2:42am
@darkhouse if you want to some media manager out side tinymce try tinybrowser will help you
check this link
http://www.lunarvis.com/products/tinymcefilebrowserwithupload.php
#42 / Jan 13, 2010 3:54am
@umefarooq: looks good, thanks!
#43 / Sep 29, 2010 6:32am
How can I use TinyCIMM plugin in standalone mode?
I want return a selected image into a text input.