hello
Can anybody let me know whether is their any way to add a description and image to the files uploaded.
in the previous version 7.0.9 we were able to upload after upgrading unable to .
Please help
Regards
Michelle
hello
Can anybody let me know whether is their any way to add a description and image to the files uploaded.
in the previous version 7.0.9 we were able to upload after upgrading unable to .
Please help
Regards Michelle |
In Dolphin 7.1.x, the answer was to change the edit feature of fiiles and add it after uploading the file. Geeks, making the world a better place |
yes but images cannot be uploaded .
earlier versions had thse features of giving descriptions and images .
As well can you tell me whether the files can be viewed on the website rather than downloading.
Regards Michelle |
You can add a viewer, there are mods in the market. For adding images, you have to modify code in the edit form; users can use the free included moxie manager to upload the images. Then they just paste them into the description using the moxie manager. Geeks, making the world a better place |
thanks
can you please explain where and how with the moxie manager |
thanks
can you please explain where and how with the moxie manager You edit the code for the pop-up edit for files. You change the description box to allow html. This will allow images to be inserted using moxie manager. If you can not edit code to allow this then you need to post it as a job; or do without it. Geeks, making the world a better place |
Actually, I take that back. It may be possible to do it at upload time with the html5 uploader; still will require code edits to the form. Geeks, making the world a better place |
can you tell me where and what to edit i will do it myself.
please give me the code. |
Yeah GG, give 'em the code. I'd like it too, so get with it. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I will have to go look up what changes I made in the 7.1.x version and then you would have to see if it is the same for 7.2.x
I ran into an issue with some of the HTML elements; I think with the fonts elements. Therefore, I created a special TinyMCE init just for the toolbar for the files pop-up editor. That is with the old TinyMCE 3.4 version. Boonex upgraded TinyMCE 4 so not sure if that is still an issue or not.
In BxFilesModule.php find the form for the edit form and around 336 change the line to add in the TinyMCE init for whatever toolbar you want to use.
'html' => 1 (or 2 or 3 etc)
that turns on the TinyMCE editor. which then will allow access to the moxie manager.
Of course this might not apply for 7.2, it is up to you to find out.
I was trying to give you the concept and then you look to see if it can be applied to 7.2
Geeks, making the world a better place |