x00
MVPx00 MVP
Reactions
-
Re: Using/ in discussion does crash the discussion
I'll thinking it might be to do with unicode support public static function Url($Mixed) { if (!is_string($Mixed)) return self::To($Mixed, 'Url'); // Preliminary decoding $Mixed = strip_tags(html_enti… (View Post)2 -
Re: Using/ in discussion does crash the discussion
http://vanillaforums.org/discussion/26943/tutorial-how-to-determine-the-version-number-of-vanilla-that-you-are-using-for-your-own-forum (View Post)1 -
Re: Why looks my vanilla like crap in IE? Its unuseable...
you have done some customizations, see how it looks in a clean install. (View Post)2 -
Re: Why looks my vanilla like crap in IE? Its unuseable...
as kasper says here he want you to report issues on github http://vanillaforums.org/addon/bootstrap-theme (View Post)1 -
Re: Using/ in discussion does crash the discussion
in wordpress slugs are saved in the database, in vanilla they are generated. wordpress slug replaces any non apha-numeric character with dash, vanilla urlencodes characters. (View Post)1
