HTML META-Tags and automatic creation of tags

Creating and modifying plugins.
Post Reply
3nd3r
Regular
Posts: 71
Joined: Tue Aug 19, 2008 12:58 pm
Location: NeoMadrid, Spain
Contact:

HTML META-Tags and automatic creation of tags

Post 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.
Try not. Do, or do not. There is no try.
3nd3r
Regular
Posts: 71
Joined: Tue Aug 19, 2008 12:58 pm
Location: NeoMadrid, Spain
Contact:

Re: HTML META-Tags and automatic creation of tags

Post 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?
Try not. Do, or do not. There is no try.
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: HTML META-Tags and automatic creation of tags

Post 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.
=Don=
Post Reply