vrijvlinder
MVPvrijvlinder MVP
Reactions
-
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: Interferes with Quote on 2.2 with Bootstrap
You need to ad a z-index:9999; to the css of that link so it is always on top. (View Post)3 -
Re: Great addition to my forum, small layout problem
Ok, you know I actually just last week helped Tof to fix the exact same problem in his forum. Here is the css code I used, try it and see if it also helps you /*fixes the leaderboard layout*/.Box.Lea… (View Post)4 -
Re: Fresh install cannot sign in
You need to scan your site for malware. There may be no file per say, the infection is not noticeable until it is too late. Check other applications like Wordpress if you have that installed for stra… (View Post)1 -
Re: Master file as default.master.php breaks vanilla.
Yes, I converted the BitterSweet theme from tpl to php based master, if you want to compare the two, download BitterSweet theme and BetterBitter which is the one I made. That way you can see what I d… (View Post)1