Eclipse
NewEclipse New
Reactions
-
Re: How do I integrate into my java application?
Sounds like you want to embed the forum. Go to your Dashboard>Forum>Embed Forum and enable embedding. Then use the provided universal code inside your project: (View Post)2 -
Re: Is it possible for users to choose a particular bootstrap theme?
@kopna http://docs.vanillaforums.com/developers/plugins/quickstart/ (View Post)1 -
Re: How to remove BigCount and SpFlyoutHandle from categories' heading?
@XDDD Try using instead: .CategoryName + .BigCount.CountDiscussions, .BigCount.CountComments{ display: none; } and .CategoryName .SpFlyoutHandle{ display: none; } You could also try: .CategoryName ~ … (View Post)1 -
Re: jsConnect with Parse BaaS
Thank you very much, @x00 . If I can achieve this functionality and confirm it's being done securely, I will create a jsConnect fork for it as a plugin. (View Post)1 -
Re: Not inserting images after file upload [RESOLVED]
Open up the JavaScript file at [your forum directory]/plugins/editor/js/editor.js and change line 1210 from: var editorWidth = $(editor.textarea.element).width(); to: var editorWidth = $(editor).widt… (View Post)7