Exclude a plugin on one page?

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
Speedmetalist
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Sun Jan 17, 2010 4:13 am

Exclude a plugin on one page?

Post by Speedmetalist » Sun Jan 17, 2010 5:00 am

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!

cykrus
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Wed Jan 20, 2010 4:03 pm
Location: Montreal, Canada

Re: Exclude a plugin on one page?

Post by cykrus » Tue Feb 09, 2010 8:59 pm

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

mirsa
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Wed Feb 29, 2012 11:24 pm

Re: Exclude a plugin on one page?

Post by mirsa » Wed Mar 07, 2012 11:24 pm

I want to do the same thing with Share this plugin have it show on articles only...can that be executed?


Mirsa-

Roef
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Wed Apr 07, 2010 2:42 pm

Re: Exclude a plugin on one page?

Post by Roef » Tue Mar 20, 2012 6:19 pm

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!


Locked

Return to “Extensions for Joomla! 1.5”