Originally Posted by BeerFace
|
Hello!
I wonder if anyone know a addon (or something) så that the users might be able to add/upload pictures when writing in a forum?
Ive been looking but cant find any information about it.
I am using phpnuke 8.1, with gallery2 added.
Thanks
/BF
|
Can you not just use the bbcode image tags?
I'd strongly suggest not using any forum upload mod because they have been known to be potential security risks. If you have gallery2, there should be no reason for not being able to use images from the gallery within the post body via bbcode
for example.
|
PHP Code:
|
[img]http://sitename.com/imagelocation.filetype[/img]
|
The examples above are:
|
PHP Code:
|
[img]http://www.lifesupporters.com/forums/attachments/entertainment-general/20d1186216246t-vehicle-skinning-cp_race_ls.jpg[/img]
|
BTW, I realize it's not .php code, it was the only way I could figure how to post raw code here without it turning into an image
Hope this helps.