Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2009 at 12:04 UTC
Updated:
15 Jun 2009 at 13:40 UTC
Hi!
Where can i find the Revisit-After value configurator? I found it only in "Tags to output in html head" section, on admin/content/nodewords page.
It's a template value?
Thanks!
P.S.: sorry for my english!
Comments
Comment #1
avpadernoTo say the truth, the settings fields for the Revisit-After don't appear in the settings page, and I guess that is caused by the name of the file that doesn't match the name given to the functions inside that file. The module is looking for a function named
nodewords_Revisit-After_form(), but the declared function isnodewords_revisit_after_form().I am setting it as postponed, because I need first to implement #476602: Information about meta tags should come only from the .inc files.
Comment #2
avpadernoAs consequence of implementing #476602: Information about meta tags should come only from the .inc files, this issue has been solved for version 6.x-1.x-dev.
Thanks for your report.