pdf-system plugin only at frontend please

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
carsten888
Phoca Member
Phoca Member
Posts: 35
Joined: 22 Oct 2008, 12:11
Location: Tilburg, Holland
Contact:

pdf-system plugin only at frontend please

Post by carsten888 »

Hello Jan,

I contacted you before about a conflict with the pdf-content plugin (which is actually a system plugin :wink: ) and the Admin-User-Access toolbar module (backend).

It seems the plugin is active at the backend again because the code to stop it working in the backend is commented out.

Code: Select all

/*global $mainframe;
		if ($mainframe->isAdmin()) {
			return;
		}*/
I'm going nuts with users who have this cinflict and just get a blank screen when they log into the admin. It's a lot of work getting these users sites (backend) functioning again after they enabled both module and plugin. (depending on what restrictions they set in AUA, sometimes only phpmyadmin and ftp can be used to be able to login again, which is obviously ticking of a lot of developers).

If only I could find out where the actual conflict is, so I could make a workaround. The problem is that I have never been able to reproduce this conflict on my development machine. I've only just seen it happening live for the first time.

Can you please, please, please uncomment that code again in the next release?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: pdf-system plugin only at frontend please

Post by Jan »

Hi, yes I can, but then I get the same question why this is commented :-) (like many times :-) )

In Joomla! 1.6 the plugin is not more a system plugin, will be content plugin.

Jan
If you find Phoca extensions useful, please support the project
carsten888
Phoca Member
Phoca Member
Posts: 35
Joined: 22 Oct 2008, 12:11
Location: Tilburg, Holland
Contact:

Re: pdf-system plugin only at frontend please

Post by carsten888 »

but then I get the same question why this is commented
Not if you uncomment it. (Maybe I don't understand what you mean.)
In Joomla! 1.6 the plugin is not more a system plugin, will be content plugin.
I think 1.5 will still be very much alive for at least a year, but in the end, that will help :)

Thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: pdf-system plugin only at frontend please

Post by Jan »

It was asked by users to comment it. The default code included it (I don't know why now - it is somewher in the forum)
If you find Phoca extensions useful, please support the project
carsten888
Phoca Member
Phoca Member
Posts: 35
Joined: 22 Oct 2008, 12:11
Location: Tilburg, Holland
Contact:

Re: pdf-system plugin only at frontend please

Post by carsten888 »

ok thanks.
Post Reply