How difficult would it be to add another icon to the forum posting section with add a image?
I know you can use html in the forum message which will post the image with the text but it would be handy for those that dont know html to have a button like the add email that will add the html and they just have to fill in the http://mydomain.com/image...
Thanks
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How difficult would it be to add another icon to the forum posting section with add a image?
I know you can use html in the forum message which will post the image with the text but it would be handy for those that dont know html to have a button like the add email that will add the html and they just have to fill in the http://mydomain.com/image...
Thanks
Mark
ok this was quite easy actually.
on the wysiwyg.php file in the phpws files
js/wysiwyg.php
simply create another function (i called mine function AddImage)
then add a further js string. create a new image for the new button and this works quite well.
i make the function call
<img src=\\\"http://www.web_address.here to your image\\\"> so that the user fills in the middle section and the image is posted.