R_J
AdminR_J Admin
-
Re: Unable to view or edit individual forum posts but can see Recent Discussions
I think you are missing the mbstring extension: https://vanillaforums.org/discussion/32336/single-post-page-is-showing-a-blank-page-how-do-i-fix-it#latest (View Post)1 -
Re: AJAX Form
I've ended with this short script: $( ".BoxQuickDiscussion form" ).submit(function( event ) { event.preventDefault(); var elName = document.getElementsByName('QuickDiscussionName&… (View Post)1 -
Re: Multiple values in checkbox
The correct form element would be a CheckboxList. You use it like that: Controller // Get your fruits form somewhere.$fruits = ['apple', 'orange', 'grape'];// CheckBoxLi… (View Post)6 -
Re: Single Post page is Showing a Blank Page, How do i fix it?
Getting a blank page isn't a unique error. Although somewhat hidden, there is a FAQ where you can look up some thingshttps://vanillaforums.org/discussion/28420/frequently-asked-questions What to… (View Post)2 -
Re: Add Article
Based on what I can read from the code, I would expect it to write an overview sitemap.xml with links like that: /sitemap-category-category1.xml/sitemap-category-category2.xml/sitemap-category-catego… (View Post)1
