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: Authors can not edit messages
if you want to try to debug, log in as Admin https://github.com/vanilla/vanilla/blob/2.1/applications/vanilla/views/settings/advanced.php#L31 change around line 31 <?php decho($this->Form);` an… (View Post)1 -
Re: Authors can not edit messages
change the setting to Users may edit for 1 hour and save it. AFTER the change then post what it say says in config.php for $Configuration['Garden']['EditContentTimeout'] (View Post)1 -
Re: How to use $Sender->Form->Dropdown properly?
so the associative array that I suggested before didn't work echo $Sender->Form->Dropdown('PP', array( "RW"=>"RW", '"LW"=>"LW", (View Post)1 -
Re: Customizing Members List Enhanced
the best way to determine that is login as user for the specific role you are interested and test it. generally you would only want admin role to have the profile/edit box checked in the roles (View Post)1 -
Re: Customizing Members List Enhanced
you could base the fields available based on role or register permission seems much cleaner to me. if they are one role they see one view a different role a different view you could also change regis… (View Post)1
