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: Display Unread Post+Comment Count instead of Total Comment Count in category sidebar?
if you look at categories controller - categories page. you can see categories have a css class read or unread. you would need to retrieve that and apply that to the category box panel somehow. you w… (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: Notification Link in Email
3 options and a server rule config. 1) don't embed your forum. there will always be something that is funky. (no matter what anyone else suggests some js or something won't work as expected). 2) get … (View Post)1 -
Re: Notification Link in Email
you realize the %2 just refers to the second parameter in the sprintf function which is the portion of the Url https://github.com/vanilla/vanilla/blob/release/2.1/applications/dashboard/models/class.… (View Post)3 -
Re: [Idea] PM box in the panel
http://vanillaforums.org/module/inboxmodule I don't know exactly what you want to do. you may want to look at Inbox module. you can add modules to a specific asset (e.g. Panel). $Sender->AddModule… (View Post)1