x00
MVPx00 MVP
Reactions
-
Re: Admin column in User Table is not been set to '1' when we give role of an administrator to a user?
That isn't a role. That is the super admin, it has permission to do anything use it sparingly. (View Post)1 -
Re: @Developers: Functions to Avoid...
The idea that removing a function call that calls the singleton method anyway, would provide any significant performance boost make no sense, so not sure what is meant by 'optimising'. There could be… (View Post)6 -
Re: onload not working on vanilla
first don't use hand rolled javascript, use jquery something like jQuery(document).ready(function($) { $('.Hijack.Bookmark').on('touchstart mouseover', function() { $(this).css({'background-image': &… (View Post)2 -
Re: How to use php functions inside smarty templates?
There are also a lot of pre-existing convention in vanilla like modules. Technically you could hyper modularise everything as module can be a way of separate module logic from the module view. You ca… (View Post)1 -
Re: AdSense crawler login
you can create a user for it with an appropriate role and choose a unique password that is strong and you keep to yourself and google. You could just create special read only role as it only need to … (View Post)2