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

avpaderno’s picture

Title: Revisit-After configuration » Revisit-After configuration doesn't appear because the code is looking for the wrong function
Component: User interface » Code
Category: support » bug
Status: Active » Postponed

To 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 is nodewords_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.

avpaderno’s picture

Status: Postponed » Fixed

As 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.