Project:Meta tags quick
Version:7.x-1.2
Component:User interface
Category:feature request
Priority:normal
Assigned:valthebald
Status:needs review

Issue Summary

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.

Comments

#1

Assigned to:Anonymous» valthebald

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

#2

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.

AttachmentSize
gvf_meta.txt 2.46 KB

#3

Why not just use the field_group module for this?

#4

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 :)

#5

Status:active» fixed

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

#6

Status:fixed» closed (fixed)

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

#7

Status:closed (fixed)» needs review

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?

AttachmentSize
metatags_quick-verttabs_integration-1108722-7.patch 3.38 KB

#8

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

nobody click here