Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Posting offsite hosted images?
I am a newbie at php/css/java, but I do know some about html. So bear with me please.
I want users on my forum to be able to post images that are hosted offsite. Is there a command for doing this with vanilla without extensions? I was using FCKEditor for a while but it doesn't work with vanillacons, which I want to keep. And the only feature I want out of the Editor is the insert image feature. Is there a way to post an image without using something that will stuff up the icon thing?
If you can a site which has what you think I'm talking about, could you give me the url so I can check it out and see?
I was looking at the Inline Image thing, but I don't know if that is what I need. It doesn't seem to add anything to the forum? I have both those JQ things needed for the thickbox (which I don't really understand what that does.)
0
This discussion has been closed.
Comments
We'll see.
So what is the difference in using "html" over "text" ? Does text to something html won't?
plus i made a mistake. use this instead
$Context->AddToDelegate("DiscussionForm", "CommentForm_PreCommentsInputRender", "CommentForm_Vanillacons"); $Context->AddToDelegate("DiscussionForm", "DiscussionForm_PreCommentRender", "CommentForm_Vanillacons");