x00
MVPx00 MVP
Reactions
-
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: 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 -
Re: Roles & Permissions - Role/Edit Error [RESOLVED]
first step to figure out what error handling or status code overrides are on your server. You want the framework to handle thing if it is involved at all, then lookign at Apache security modules (View Post)1 -
Re: Roles & Permissions - Role/Edit Error [RESOLVED]
This is likely a server level error. rather than a vanilla. (framework) level. That url is restricted by your server rule for whatever reason Either you are overriding the page served for that status… (View Post)2 -
Re: What is the API v2 good for?
no and I think you are limited to v2 anyway unless you are on the hosted solution, well you have kasper's api application which is old. what I would do hook early on in dispatch, but after the access… (View Post)2