peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Where to put additional jQuery plugins?
in addtion to 422's suggestion on the plugin, you can also take a look at the embedfriendly theme for an example of how js is added in a theme. e.g. this is where to hook class.embedfriendlythem… (View Post)1 -
Re: Disable login form autocomplete
there may be a better way. but this works. noauto.js jQuery(document).ready(function($) { $("input").livequery( function() $("#Form_Email").attr("autocomplete","off… (View Post)1 -
Re: Modify/delete screens attached to addons/plugins?
matt's correct. (View Post)1 -
Re: Problem save questions
not an answer - but a heads up - looks like it has a security problem - http://www.henryhoggard.co.uk/category/security/ (View Post)1 -
Re: Editing the "Embed-friendly" theme
like I said - try deleting your ini files. you could also change line 11 to class EmbedSunnyThemeHooks implements Gdn_IPlugin { as well as changing the name in the about file. and read 422's doc… (View Post)0
