Joomla 2.5.4 BUG - setGenerator Tag

This forum is for general questions about extensions for Joomla! 2.5.

Moderators: pe7er, 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
User avatar
Croc
Joomla! Apprentice
Joomla! Apprentice
Posts: 48
Joined: Mon Nov 17, 2008 10:20 pm
Location: Greece
Contact:

Joomla 2.5.4 BUG - setGenerator Tag

Post by Croc » Sun Apr 08, 2012 12:53 pm

Hello,
I have written a multi task plugin (the Ultimate Site tools) .

The setGenerator() function not works after upgrading to J! 2.5.4 version. The setGenerator() not affects the final document.

Code: Select all

	public function onAfterInitialise()
	{
		$doc =& JFactory::getDocument();
		$doc->setGenerator($this->params->def('generator', ''));
	}
The default generator is still there

Code: Select all

Joomla! - Open Source Content Management
Please confirm the issue
http://web-expert.gr/en - Joomla Hosting & Extensions

User avatar
DaveOzric
Joomla! Ace
Joomla! Ace
Posts: 1591
Joined: Sat May 22, 2010 10:29 pm
Contact:

Re: Joomla 2.5.4 BUG - setGenerator Tag

Post by DaveOzric » Sun Apr 08, 2012 1:11 pm

I use this plugin and the generator tag is not being replaced by my custom one via the plugin.

Thanks

User avatar
stutteringp0et
Joomla! Ace
Joomla! Ace
Posts: 1389
Joined: Sat Oct 28, 2006 11:16 pm
Location: Texas
Contact:

Re: Joomla 2.5.4 BUG - setGenerator Tag

Post by stutteringp0et » Fri Apr 20, 2012 6:05 pm

Search for ByeByeGenerator in the JED. It also removes the generator tag from Joomla RSS and Atom feeds.
My extensions: http://extensions.joomla.org/profile/pr ... ails/18398
Honk if this signature offends you.

User avatar
DaveOzric
Joomla! Ace
Joomla! Ace
Posts: 1591
Joined: Sat May 22, 2010 10:29 pm
Contact:

Re: Joomla 2.5.4 BUG - setGenerator Tag

Post by DaveOzric » Fri Apr 20, 2012 6:13 pm

I was using that until I found this new extension. I bought it and it is a one plugin solution for the 3 I had to use before. It has a bunch of other features I do not use as well. Maybe that programmer can use the byebye plugin to check his. I wonder if that is not working on Joomla 2.5.4 either anymore?

User avatar
stutteringp0et
Joomla! Ace
Joomla! Ace
Posts: 1389
Joined: Sat Oct 28, 2006 11:16 pm
Location: Texas
Contact:

Re: Joomla 2.5.4 BUG - setGenerator Tag

Post by stutteringp0et » Fri Apr 20, 2012 10:43 pm

ByeByeGenerator IS mine - and it works fine in 2.5.4
My extensions: http://extensions.joomla.org/profile/pr ... ails/18398
Honk if this signature offends you.

User avatar
DaveOzric
Joomla! Ace
Joomla! Ace
Posts: 1591
Joined: Sat May 22, 2010 10:29 pm
Contact:

Re: Joomla 2.5.4 BUG - setGenerator Tag

Post by DaveOzric » Fri Apr 20, 2012 10:47 pm

Thanks for letting me know yours works.


Locked

Return to “Extensions for Joomla! 2.5”