x00
MVPx00 MVP
Reactions
-
Re: is this some kind of vanilla spam bot ?
It might also be manual spam. Best advice, don't make profile public visible, and if you are like me I'd disable activity, it is mostly useless rubbish anyway. (View Post)2 -
Re: [Solved] Parse error: syntax error, unexpected '[' in class.alias.plugin.php on line 64
@peregrine @R_J I would avoid stuff like this $UserModel->GetMeta($UserID, 'Alias')['Alias']; Instead do $AliasMeta = $UserModel->GetMeta($UserID, 'Alias');$AliasMeta['Alias']; (View Post)3 -
Re: Changing location of the forum and FileUpload images are still showing old location
So they are on different servers? In that case you are probably best changign the url in the database Backup your database! then run UPDATE GDN_Discussion SET Body = REPLACE(Body, 'http://www.saxolis… (View Post)3 -
Re: Vanilla Performance Discussion
yes vanilla's queries aren’t that bad. Never go on what a query looks like, optimised queries can look pretty heavy, and the optimisation is not just in the query itself. (View Post)2 -
Re: Changing location of the forum and FileUpload images are still showing old location
I think he has sorted the sub-domain @vrijvlinder, and as long as it is working it not that important as it is embedded anyway. You could either route /forum as an internal redirect or change hard da… (View Post)3
