Closed (won't fix)
Project:
Nodewords: D6 Meta Tags
Version:
5.x-1.8-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2007 at 19:48 UTC
Updated:
2 Jul 2009 at 16:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
davidburnsHere's the Panels patch
http://drupal.org/node/180061
Comment #2
davidburnsIn reference to the post above. DO NOT USE THAT PATCH.
Since Panels Alpha 11 the ability to pass panel information into modules is possible.
Comment #3
davidburnsThe recent panels upgrade passes the panel object.
This patch accepts works with that upgrade.
Comment #4
davidburnsThis patch adds help text to the form which explains how to pass arguments from the URL into your Meta Tags.
Comment #5
s.daniel commentedsubscribing
Comment #6
sirkitree commented+1
Panels2 is now beta. It'd be great if the maintainer could look into this patch now.
Comment #7
rastarr commentedSubscribing hoping this module gets updated for Panels :)
Comment #8
Robrecht Jacques commentedDid you try the patch? Does it work like expected? Thanks.
Comment #9
davidburnsThere is a new release of this module, the code is there to recognize which version of panels is being used. But it doesn't seem to have a form_alter that puts the meta tags fields inside the Panels form.
I will be checking out head this week to see if I can create a patch for this feature.
New version also did not include argument handling. I'll submit a patch for that as well when I get the above completed.
Comment #10
davidburnsHere's the newest patch. Tested and seems to be working just fine w/ Panels 1 and Panels 2
Comment #11
Robrecht Jacques commentedAha, now I understand what you were doing :-)
Some comments though:
1. Why not make:
part of
_nodewords_detect_type_and_ids(). In fact, isn't that already part of this?2. Then
doesn't seem needed.
3. The problem with the form ids that have changed is correct. Will fix that.
4. I suppose
is a call for a hook of panels. But how is this going to work? Would one not have two occurences of the meta tags on panel pages?
I'd prefer some more general solution for arguments. Eg I suppose views also could have arguments. Maybe
_nodewords_detect_type_and_ids()should return a array with'type','ids'AND'arguments'. In_nodewords_prepare()one could then do:I'll look into this again tomorrow ... If my comments don't make sense, please tell me.
Comment #12
Robrecht Jacques commentedThe argument part has not been added, the edit panel_pages part (form_ids etc) has.
Please test 5.x-1.8-rc1 and give feedback. Please test whether you can assign meta tags, whether they show up where you expect them to show up and whether, if you delete the panel, the tags are deleted too.
Once enough people test this, I can look at arguments.
Thanks!
Comment #13
Robrecht Jacques commentedComment #14
patchak commentedHumm hey there I just added an meta info to a regular panel page and it does not seem to "save" the info, since when I check out the source, after clearing the cache, I can't see the meta info actually loading at all. It does work for views tho, but not for panel pages. It does not throw any error, but just does not seem to actually use the info I add there.
I just upgraded to panels beta4 so maybe that's why....
Patchak
Comment #15
summit commentedHi,
Is this panels-argument patch in metatags 1.9?
thanks in advance for your reply!
greetings,
Martijn
Comment #16
avpadernoAs the Drupal 5 version is not supported anymore, I am changing the status of this report.