BIOS
New-
Re: Error when trying to upload new profile picture.
You cannot run utility structure? You just go to http://YourWebsiteURL/forum/index.php?p=/utility/structure on your admin account. (View Post)1 -
Re: Undefined variables on the OnlineNow settings page
public function ProfileController_OnlineNow_Create($Sender) { $Session = Gdn::Session(); // this tests to see is user is logged in if (!($Session->IsValid())) return; $Sender->EditMode(TRUE); $… (View Post)1