Page 1 of 1

HTML META-Tags and automatic creation of tags

Posted: Thu May 14, 2009 12:17 pm
by 3nd3r
Hello there! Long time since last time I've reading...

Well, I've got just one question:

I'm using on my weblog (http://www.pajareo.com) the HTML META-Tags plugin and the Tagging of entries. In this one, I've set the number of meta keywords to embed in HTML source to 0, to get the default keywords from HTML META-Tags plugin.

I've also seen this post to make the tags on Tagging of entries plugin been set to Meta keywords.

Allthough I don't understand how to make

Code: Select all

Register Freetag for event frontend_header, and add the follwing code to switch($event) in function event_hook:
(showed in that post), my question is:

¿Does this patch work for me? Maybe just erasing any word from HTML default meta keywords option in HTML META-Tags plugin do the work?
If yes, how can I do the piece of code (the register thing) showed up here?

Thanks in advance for your time.

Re: HTML META-Tags and automatic creation of tags

Posted: Mon May 18, 2009 7:07 pm
by 3nd3r
To answer myself :roll:

Not worked. (I've just figured out that 'register' there means 'look for'...) :mrgreen:

I add the patch and empty fields in HTML META-Tags plugin and I just get no meta keywords.

So, maybe the order that plugins appear in my extensions page have any effect here?

Re: HTML META-Tags and automatic creation of tags

Posted: Mon May 18, 2009 10:18 pm
by Don Chambers
You can try switching the order of the event plugins to see if it makes a difference.

Do not worry about the patch discussed in the other post - that patch was applied to the plugin a long time ago.