x00
MVPx00 MVP
Reactions
-
Re: Gdn_Activity Table
it is worth testing the query on a backup. Remember to specify forumdb. (View Post)1 -
Re: How to change Permalinks of topics?
there is seo advantage between a dash and a slash. (View Post)2 -
Re: activity purging plugin - another way of solving the problem of activity table bloat.
This is the cron I use 00 3 * * * mysql -u username -p pass forumdb -e "DELETE FROM GDN_Activity WHERE ActivityTypeID NOT IN ( SELECT ActivityTypeID FROM GDN_ActivityType WHERE Name = 'WallComme… (View Post)4 -
Re: How to change Permalinks of topics?
http://www.youtube.com/watch?v=971qGsTPs8M (View Post)2 -
Re: Allow a subfolder with directory listings
vanilla does not try rewrite urls to physical directories and files that are readable. This rule specifiable excludes that RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-f -d fo… (View Post)3
