Page 1 of 1

Exclude a plugin on one page?

Posted: Sun Jan 17, 2010 5:00 am
by Speedmetalist
Ignore this post, I solved the problem!

Does anyone happen to know of a way to accomplish this? Basically I want the plugin to run on all pages but one.

The plugin is called Wowhead Tooltip BBCode Parser

Ignore this post, I solved the problem!

Re: Exclude a plugin on one page?

Posted: Tue Feb 09, 2010 8:59 pm
by cykrus
If you are on a _forum_ GIVE and don't just EXPECT. If you post a problem let us know the answer as well. it might help others.

SHARE with us !

for your problem the solution is to filter the execution based on JRequest::getVar('option') or/and JRequest::getVar('view'). This way you can know for sure what page are you in. For pages where you DONT want the plugin to be executed ... return;


vlad

Re: Exclude a plugin on one page?

Posted: Wed Mar 07, 2012 11:24 pm
by mirsa
I want to do the same thing with Share this plugin have it show on articles only...can that be executed?


Mirsa-

Re: Exclude a plugin on one page?

Posted: Tue Mar 20, 2012 6:19 pm
by Roef
Also need to exclude plugin, ether on template basis (I use &tmpl=templatename for a few pages) or on articlebasis,
any help would be great!