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: How to change Sign Out URL ?
where? always nice to reference links. if you are going to reference somewhere. you could try this as well. if you want to create a bootstrap.after.php file in conf folder <?php if (!defined('APPL… (View Post)1 -
Re: Display Unread Post+Comment Count instead of Total Comment Count in category sidebar?
you could copy the categories.php to yourtheme/views/modules/categories.php and change echo Anchor(htmlspecialchars($Category->Name).$CountText, CategoryUrl($Category), 'ItemLink'); to if (!$Categ… (View Post)3 -
Re: [Idea] PM box in the panel
Bingo! Exactly where I tried to point him. you could also use grep if you have access to the command line and have the code on your computer. Then you can find the line number and file name and an ec… (View Post)1 -
Re: Notification Link in Email
if you want to change the url in the body in the e-mail you could put this in a plugin. this will work for any mail coming out of an activity. not sure how new discussions trigger mail. probably a be… (View Post)3 -
Re: Need to change directory name
rename the folder to the new name. correct your .htaccess to point to the correct place. http://vanillaforums.org/discussion/comment/220157/#Comment_220157 (View Post)3