peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Error when trying to upload new profile picture.
if you hover over picture there is a change picture link, which will popup. there are two places (two ways) to change user avatar picture. via change picture link on the picture itself and through ed… (View Post)1 -
Re: Error when trying to upload new profile picture.
it is because you don't have "profile edit" permission checked for member roles. (View Post)1 -
Re: make a topic in a discussion stay at top
choose announcement when you post or edit comment. you can also use messages as an option as well for small messages that are always visible. conversely sink, will makes it so a discussion will never… (View Post)2 -
Re: Undefined variables on the OnlineNow settings page
also in class.onlinemodulenow.php change lines 17 and 77 add if (!($Session->IsValid())) return; below the $Session = Gdn::Session(); $Session = Gdn::Session();to $Session = Gdn::Session(); if (!(… (View Post)1 -
Re: Undefined variables on the OnlineNow settings page
the variables are undefined and give errors in debug mode when viewing settings in an individuals profile /profile/OnlineNow plugins\OnlineNow\default.php change around line 121 in default.php from p… (View Post)1