x00
MVPx00 MVP
Reactions
-
Re: Wordpress Blog in Vanilla install:Posts say Page Not Found
You can also do RewriteRule . index.php [L] RewriteRule . index.php [L] is wrong becuase / is your root so you are directing it back to /index.php not /blog/index.php Because you are using RewriteBas… (View Post)1 -
Re: Is there a $Definition list out there?
https://www.transifex.com/projects/p/vanilla/language/en_CA/ There is no definitive version becuase people are adding addons all the time. (View Post)1 -
Re: Hide profile from guests.
use throw NotFoundException(); (View Post)2 -
Re: Making Route
in Setup() try if(!Gdn::Router()->MatchRoute('^community/members(/.*)?$')) Gdn::Router()->SetRoute('^community/members(/.*)?$','plugin/memberslistehn$1','Inte… (View Post)3 -
Re: Version Checker for Plugins. R ur plugins up to date and the most recent. This will tell you.
also these other functions have timeouts it is important to have sensible timeouts. The default is a second. (View Post)1
