Great module! Would it be possible to support Vertical tabs? I've got some code in a module that puts the meta tags quick fields into their own vertical tab, but it would be nice if the module supported this itself.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

valthebald’s picture

Assigned: Unassigned » valthebald

Can you post your code in attachment please?
It's always much easier to start from something

patrickharris’s picture

FileSize
2.46 KB

Certainly! There might be a better way of doing it, but this seems to work fine. I've put all the stuff in one file - it should be fairly self explanatory though.

willvincent’s picture

Why not just use the field_group module for this?

valthebald’s picture

Great tip @willvincent! Didn't know that module before, but it's worth including in metatags_quick README.
Always better not to write any code to solve the problem :)

valthebald’s picture

Status: Active » Fixed

Fixed by mentioning field_group module in README.txt
(master branch)

Status: Fixed » Closed (fixed)

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

emarchak’s picture

Status: Closed (fixed) » Needs review
FileSize
3.38 KB

I created a patch for this, but it looks like I'm getting some db errors after the form has submitted. Specifically,

Fatal error: Call to undefined function _metatags_quick_meta_submit() in /includes/form.inc on line 1432

Any suggestions?

valthebald’s picture

I'm sorry, but there will be no new releases in 1.x branch, please create patch against 2.x
Also, have you tried field_group module? It works just fine