x00
MVPx00 MVP
Reactions
-
Re: Signature to strip [A]-tags
$UserSig = preg_replace('`(<img )(.*?)(src=[\'"]?[^\'"]*[\'"])([^>]*?>)`i', '\1\3 \2\4',$UserSig);$UserSig = preg_replace('`(?<!(\<img src=[\'"]))(([a-z-9\+\.]*)://… (View Post)4 -
Re: Importing phpBB into Vanilla Forums (localhost)?
this https://dl.dropboxusercontent.com/u/15933183/porterplus/porterplus.php handles some, not all phpBB quirks. It also has regexp replacement. (View Post)1 -
Re: Making parts of the profile optional?
use the required param required: false (View Post)2 -
Re: .htaccess issue
I doubt it was missing, it probably didn't get uploaded, because your ftp client, was not configured to show .* files. (View Post)1 -
Re: Non integer time zones
I like when they didn't have standard time, Like in Bristol noon was 12:10 in London. It totally messed with the railways :D You can blame us for your half time zones. Time to change though.... Anywa… (View Post)8
