![]() |
|
HTML Meta Tags Plugin - Generator Tag - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: HTML Meta Tags Plugin - Generator Tag (/thread-11906.html) |
HTML Meta Tags Plugin - Generator Tag - Ralf - 01-03-2015 Hi, I understand the plugin settings this way: I have taken a short look at the html_meta_tags.php file and noticed that the following line occurs twice: Line 54 and line 57 And there is no statement about the generator tag in this file where the if statements begin (Around line 244). the generator tag will be used HTML Meta Tags Plugin - Generator Tag - acrylian - 01-03-2015 Thanks, that probably never was there. HTML Meta Tags Plugin - Generator Tag - MarkRH - 01-03-2015 Hadn't noticed. Made the change. HTML Meta Tags Plugin - Generator Tag - Ralf - 02-03-2015 Hi Acrylian, the generator tag is now there - but i am not sure if it is intended that it show only the version of Zenphoto. Changing line 279 of the html_meta_tags.php file to: would do the job and will show: Ralf HTML Meta Tags Plugin - Generator Tag - acrylian - 02-03-2015 Yeah, you are right, my mistake. The version is of course printed in the source at the end anyway generally. Of course this is hardly an important meta tag actually. In fact there are not that many meta tags that are important at all ;-)) HTML Meta Tags Plugin - Generator Tag - MarkRH - 03-03-2015 Might want to check the error logs. I had a bunch of errors about "Zenphoto" not being defined and assumed the value. That might be corrected if I download the latest master and replace everything. I might have missed the file that declares that variable. HTML Meta Tags Plugin - Generator Tag - MarkRH - 03-03-2015 Problem went away after getting latest zenphoto-master and replacing everything as if doing an upgrade. |