x00
MVPx00 MVP
Reactions
-
Re: [Addons Issue 60] Quotes/BBCode bug - not displaying username in quote. 2.1
there is some inconsistency here the user is not proceessed this is the pattern #(\[quote(\s+author)?=[\"']?(.*?)(\s+link.*?)?(;[\d]+)?[\"']?\])#usi this is the callback protected… (View Post)3 -
Re: Parse error after updating to 2.0.18.8
sounds like it is not copied across fully. (View Post)2 -
Re: How can I show latest posts outside of forum?
It should be sanitised in a client side widget, you should strip all tags. (View Post)2 -
Re: Issues with CakePHP and VanillaForums regarding /app/webroot
like so $Configuration['Garden']['WebRoot'] = 'app/webroot';$Configuration['Garden']['StripWebRoot'] = TRUE; (View Post)2 -
Re: phpbb2 to vanilla passwords
there is actually a phpbb hash method included but it all depend on which hash method you were using in the first place. If you look in the GDN_Users table. There is a HashMethod field. You can put p… (View Post)1
