x00
MVPx00 MVP
Reactions
-
Re: Wordpress Blog in Vanilla install:Posts say Page Not Found
RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_URI} !^blog(/.*)?$RewriteRule ^(.*)? index.php\?p=$1 [QSA,L] # BEGIN WordPressRewriteEngine OnRewriteRule ^… (View Post)1 -
Re: [Solved] Images not uploading
This happened to someone else, but I don't think I got feedback off them. It does try to upload in a number of different ways, and some of them might not be suitable, it should be possible to ch… (View Post)1 -
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: x00 - Every time i look at one of your plugins - I learn something new.
@peregrine Ah shucks. I don't know what to say. I think it it helps if you have got a good framework, I not really super organised. My hand rolled stuff is not so elegant. You are turning some g… (View Post)9 -
Re: Version Checker for Plugins. R ur plugins up to date and the most recent. This will tell you.
what I meant is it is json not xml, the xml bit isn't relevant. (View Post)1
