Posted by patrickharris on March 29, 2011 at 12:28am
5 followers
| 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
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.
#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
Fixed by mentioning field_group module in README.txt
(master branch)
#6
Automatically closed -- issue fixed for 2 weeks with no activity.
#7
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 1432Any suggestions?
#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