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: File Upload with 2.1.11
what version numbers of fileupload, did you try? (View Post)1 -
Re: How to retrive the content of h1 in {asset name="Content"}
true $title does not exist .... but {$Title} does exist. you can find all the variables with {debug} (View Post)3 -
Re: Modify EmailDiscussion addon to exclude certain users from receiving the emails?
you could do this... -option A change line 70 in EMailDiscussion/default.php foreach($Emails as $Email) { to // retrieve excluded email addresses from config.php $ExcludeUsers = C('Plugins.EmailSubsc… (View Post)2 -
Re: How to sign in and stay on the same discussion page.
for SIGN IN with a specific target link - this worked for me, if it doesn't work for you someone might have a different answer. based on your code with a tweak.... {if $User.SignedIn} {signinout_link… (View Post)3 -
Re: Modify EmailDiscussion addon to exclude certain users from receiving the emails?
You should go to the plugin in question and choose ask question from the plugin page. in the future so it is tied to the plugin and easier for other to see. when asking a question about a specific th… (View Post)1