Page 1 of 1

Joomla 2.5.4 BUG - setGenerator Tag

Posted: Sun Apr 08, 2012 12:53 pm
by Croc
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

Re: Joomla 2.5.4 BUG - setGenerator Tag

Posted: Sun Apr 08, 2012 1:11 pm
by DaveOzric
I use this plugin and the generator tag is not being replaced by my custom one via the plugin.

Thanks

Re: Joomla 2.5.4 BUG - setGenerator Tag

Posted: Fri Apr 20, 2012 6:05 pm
by stutteringp0et
Search for ByeByeGenerator in the JED. It also removes the generator tag from Joomla RSS and Atom feeds.

Re: Joomla 2.5.4 BUG - setGenerator Tag

Posted: Fri Apr 20, 2012 6:13 pm
by DaveOzric
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?

Re: Joomla 2.5.4 BUG - setGenerator Tag

Posted: Fri Apr 20, 2012 10:43 pm
by stutteringp0et
ByeByeGenerator IS mine - and it works fine in 2.5.4

Re: Joomla 2.5.4 BUG - setGenerator Tag

Posted: Fri Apr 20, 2012 10:47 pm
by DaveOzric
Thanks for letting me know yours works.