Administrator Posted September 3, 2011 Posted September 3, 2011 This Requires 1 .js file edit and 1 template edit.. I will keep this updated as 3.2 "evolves", time permitting. in /public/js/ips.hovercard.js find: openOnClick: false, openOnHover: true, change this to: openOnClick: true, openOnHover: false, Thanks to Rsyvarth http://community.inv...41908-rsyvarth/At about line 178 of the same file(Just before mClick function ends):Find: this.show(id); Add Directly above this line if( $(id).getAttribute('hovercard-ref') == "member" ) { e.preventDefault(); } Like So: if( $(id).getAttribute('hovercard-ref') == "member" ) { e.preventDefault(); }this.show(id); Then at about line 206 of the same file(Within the mOver function):Find: if ( this.options.openOnHover !== true ) replace with: if ( this.options.openOnHover !== true && $(id).getAttribute('hovercard-ref') == "member") save, clear your cache, and enjoy hover-trigger-free browsing... Enjoy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now