Images in Codeigniter |
Hi, im learning about this awesome framework, mi question is how can i make this? (image below).
I just want a option to upload an image or put a image from link, that when i click on view that show me this image. I need to put the option from the image below. im using Grocery crud. thx.
That is CKEditor 4 there is also a CKEditor 5 now.
CKEditor 4 The editor uses themes so you can choose a custom build of the editor and choose your own theme for the buttons etc; What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(05-28-2019, 08:15 AM)InsiteFX Wrote: That is CKEditor 4 there is also a CKEditor 5 now. Thank you for this ![]()
Here is a small list of file handlers.
KCFinder is free open-source replacement of CKFinder web file manager RESPONSIVE filemanager v 9.14.0 jQuery Ajax File Uploader Widget What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
I use responsive file manager it can be integrated with TinyMCe, Checkeditor. I used it with TinyMCE.
*** responsive file manager library may not support latest versions of text editor libraries. I use it with TinyMcE v4.4.6 1. Don't put your filemanager library inside application folder. I put it under assets folder. 2. Make sure you do authorization, otherwise anybody can manage your files if they know path to your filemanager. here is the code I put at the top of config.php in Responsive file manager library to authorize user: PHP Code: include('../../../index.php'); PHP Code: //$system_path = 'system'; to 4. here is then initialization configuration example for tinymce Code: tinymce.init({ 5. here is the how use it in my dashboard: Code: <div class="page-content-wrapper"> (05-31-2019, 04:00 AM)neuron Wrote: I use responsive file manager it can be integrated with TinyMCe, Checkeditor. I used it with TinyMCE. Question: does this work with creating thumbnail gallery for users of site?
Responsive filemanager automatically creates thumbnails. you specify path of thumbnails in its configs.
it work's similar to wordpress's Media plugin. I created my own gallery plugin and used filemanager plugin to select images (when you select it, it return's image path). |
Welcome Guest, Not a member yet? Register Sign In |