Re: Allow HTML posting by Non-registered user
Posted by
Pedro on
Oct 03, 2013; 7:32pm
URL: https://support.nabble.com/Allow-HTML-posting-by-Non-registered-user-tp7586981p7586983.html
I found the problem. Nabble was no designed that way. The file table in the database requires a user_id and anonymous users don't have that information. Changing this part of the code isn't easy and would require many hours of work.
You can keep it for the registered users, which I think will be the mostly on your site, or we can make a button like the "link" button: A button that create an img tag where the user can save the address for a outside image.
What do you think?