x00
MVPx00 MVP
Reactions
-
Re: New cache via MongoDB
The abstract class you need to extend is Gdn_Cache (View Post)1 -
Re: I'm wondering if it makes sense to use this plugin ...
Google respects 301 redirects. I generally advise against wasting you money on SEO "experts", but for migration from one sytem to another you might consult a tech. No so much a SEO guy but … (View Post)1 -
Re: Duplicate roles after update even though no duplicates in database
This is caused by duplicates (probably becuase of porter use). There shouldn't duplicate permissions (RoleID, JunctionTable, JunctionColumn, JunctionID) should be treated as a unique index but this i… (View Post)1 -
Re: javascript load just before body end tag in DOM
although querySelector is well supported you might as well use $("#header")[0] that is how would get the native DOM element from the jquery object. (View Post)1 -
Re: Notice after update to 2.2
I realised that all wouldn't work, becuase it returns NULL category you can't have an attribute of null. You need an actual category. This is why I develop with notices on to catch problems like this. (View Post)1