How can I add images to Profile Comments. is there a editor for Profile Comments that does that I would like my user to be able to upload images to a user Profile comment
How can I add images to Profile Comments. is there a editor for Profile Comments that does that I would like my user to be able to upload images to a user Profile comment |
This is the instruction I found to allow html in comments - I have no problems adding image graphics, etc in comment boxes: I don't know if this has any issues as far as security of your site is concerned. You can allow place HTML in comment box via changing this code in inc/classes/BxDolCmts.php file: 'allow_tags' => 0, // allow tags in comments or not to next one: 'allow_tags' => 1, |
Thank you I have that part done I was looking for a Html editor that a use can click on add image and a popup will open up with the option to upload a image from there PC |
I would like that too ! It would be safer than adding html edditting which - as far as I can tell having read scores of forum posts about it - is ALWAYS a security risk - just some ways are safer than others. But to access a picture on your computer for upload - that shouldn't be a security problem. So a mod would be great. Or maybe Boonex could include it in the next version? DV PS dont you hate the way the 'Post Reply' button above this editor loses your post - and often the 'submit' button underneath is not on your screen! |