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: [Solve] Any ideas about "LastIPAddress is x characters too long." error when sign up for new account
theoretically (an maybe practically) this is fixed in 2.1b2 see here for changes.... https://github.com/vanillaforums/Garden/pull/1601/files (View Post)1 -
Re: Looking for a way to hide the "Invitations" link on the Profile page
well if you never want to see invites, for any role this is all you need. public function ProfileController_AddProfileTabs_Handler($Sender) {unset($Sender->ProfileTabs['Invitations']);} (View Post)1 -
Re: Static Pages
maybe this is the problem. the op started a question that wasn't a troubleshooting question. which evolved into a troubleshooting question. why not change the * Please include the version number of V… (View Post)1 -
Re: Main Thread List Pagination
it shouldn't have anything to do with mysql or php. 1 - describe where the forum is located. which folder, 2 - post you .htaccess from the folder wihere the vanilla forum is located. 3. post your con… (View Post)1 -
Re: Looking for a way to hide the "Invitations" link on the Profile page
try this in a plugin or add it to your themehooks. either will work. set the invitations to 0 each role you don't want the Invitation link showing. public function ProfileController_AddProfileTabs_Ha… (View Post)4
