R_J
AdminR_J Admin
-
Re: How much could this VPS hold just running VanillaForums?
I would say: use a hosting company that lets you upgrade. Then start with a server you can effort and whenever you see that resources are a problem, upgrade to the next step. The configuration from a… (View Post)3 -
Re: Gdn_Form - Associative Arrays?
I wouldn't say you have to modify the form class. If you look at checkboxes in that class you find the functions Checkbox, CheckboxList, CheckboxGrid, etc. Each function has a different use case. You… (View Post)4 -
Re: Auto-Drafts VS. Usability
I don't know if that plugin works with the current version of Vanilla, but I guess HTML5s local storage is one answer: http://vanillaforums.org/addon/localdrafts-plugin You will loose drafts when cha… (View Post)3 -
Re: Display comment form not only for login user's
That snippet makes it look as if that functionality is available, but I must admit I have no clue on how to proceed from there... public function discussionController_afterComments_handler($sender, $… (View Post)1 -
Re: Website GUI not working
Try tools like WebInspector, Firbug and such. When you click on SignIn the popup opens, but you have a CSS rule like that: .Overlay > .Popup { opacity: 0} So that you cannot see the popup. It is t… (View Post)1