Please, increase #maxlength max value of custom metatag "name" at least to 128 chars:

1) in nodewords_custom_admin.pages.inc:
function nodewords_custom_pages_edit() >>> $form['name'] >>> '#maxlength' => 60,

2) and field in database.

For example, I fill out the meta tags for the child category as follows:
"[category] Agriculture > Activities in the field of agriculture"
And additionally I use tags like and for better performance.

Can I expect this in future release?

CommentFileSizeAuthor
#3 nodewords-n1315960.patch1.49 KBdamienmckenna

Comments

graceman9’s picture

Priority: Major » Normal
damienmckenna’s picture

Version: 6.x-2.0-alpha1 » 6.x-1.x-dev

This will be added to v6.x-1.x first, we haven't decided v6.x-2.x's fate yet.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new1.49 KB

Here's a patch to bump the width to 128, which includes a change to hook_schema and an update script to change existing tables.

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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