vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Vanilla Forums and WordPress
That depends , it is recommended to set up your forum as a stand alone forum and try to make the theme match your Wordpress site so it looks fluid going from one place to another then add a link to t… (View Post)1 -
Re: Make the Theme Full Width
You would add firebug extension to firefox and look for firebug instructions on the web https://www.google.com/search?client=safari&rls=en&q=how+to+use+a+web+inspector&ie=UTF-8&oe=UTF… (View Post)1 -
Re: Error 500 in discussion
Ok, you need to enable mbstring http://php.net/manual/en/mbstring.installation.php (View Post)1 -
Re: How to get user that's currently signed in
$Session = Gdn::Session(); //Check if user is signed in if ($Session->IsValid()) { //get user name $UserName = $Session->User->Name; //get User Id $UserID =$Session->User->ID; } Exampl… (View Post)2 -
Re: Messed up locales
When in doubt, check the tutorials ! https://vanillaforums.org/discussion/26597/tutorial-how-to-change-wording-how-to-change-text-how-to-change-language-how-to-change-locale (View Post)2
