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 disable 'WWW' stripping?
not sure if this will help or even has any impact. http://css-tricks.com/snippets/htaccess/www-no-www/ (View Post)2 -
Re: Frequently Asked Questions
replacement for 1 above.... - 1 How do I change the timezone from utc to a different timezone for users who are not logged in (Guests)? Vanilla sets the internal time to UTC and then adjusts the time… (View Post)2 -
Re: Allowing users to delete their own posts?
they can self delete comments with this config option $Configuration['Vanilla']['Comments']['AllowSelfDelete'] = TRUE; // allow self-delete of comments. not sure about the time option. but you can su… (View Post)2 -
Re: How to edit forum thread view count?
use phpmyadmin for example the Discussion Table - the field is Countviews for discussion number 141 UPDATE `GDN_Discussion` SET `CountViews` = '1' WHERE `DiscussionID` =141; if you take out the where… (View Post)1 -
Re: How can i translate this?
look in the locale folder of the YAGA app. applications/yaga/locale clone the en-CA folder and give it a new name based on your locale name here's a tutorial how to determine the folder name you need… (View Post)3