Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2009 at 17:01 UTC
Updated:
1 Jun 2010 at 23:46 UTC
Rather having a single module, it would be better to have three modules; nodewords.module would contain the code for the common user interface, and the functions used by the other modules.
Comments
Comment #1
avpadernoextra_metatags.module will implement any extra meta tags outside the ones implemented by basic_metatags.module. It will allow the users to add any extra meta tags they should like by adding a new file containing the correct functions.
Comment #2
avpadernoThis has been implemented.
In the next commits I will also implement the possibility for the user to add new meta tags by creating a file with the right functions.
Comment #4
stevenaburton commentedIs there any documentation available that explains how to add new tags by creating a file with the right functions?
Comment #5
avpadernoThe feature has never been implemented.