• creativelifeform

    (@creativelifeform)


    Hi all,

    just wondering if its possible to have a plug in activate only within a specific category and not on every one. The reason I need to do this is that I am using Slickr and its javascript libraries conflict with Mootools (my preferred framework). I need Mootools to handle forms on other pages, but Slickr is initializing on every page when I only need it on one.

    Any way around this? Perhaps manipulating the get_header(); function?

Viewing 2 replies - 1 through 2 (of 2 total)
  • muthukswamy

    (@muthukswamy)

    I personally use jQuery where there is option for using “No Conflict”, which requires me to give jquery() instead of $(). I hope mootools also have this option in it. You can check their documentation for help regarding this.

    Thread Starter creativelifeform

    (@creativelifeform)

    Hmm it seems mootools doesn’t have the ability to do this…that kind of sux. I love mootools and wouldn’t think of using another framework, but Slickr uses prototype so it clashes.

    I’m using a custom header for one page so that the js files for the plug in don’t get inserted there, but for all the other pages, I’ll just have to do the form the old school way…a form without ajax…sigh, so uncool.

    Thanks for the reply muthukswamy ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activate plug in only in specific category’ is closed to new replies.