Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
master
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
30 Nov 2005 at 13:59 UTC
Updated:
24 May 2006 at 06:47 UTC
Jump to comment: Most recent file
Sorry if this is actually something I'm doing wrong. I've just done a fresh install of the Drupal CVS along with the CVS of nodewords but when I attempt to navigate to admin/settings/nodewords I get the error "Call to undefined function: form_textfield() on line 103". This is with everything in it's default settings to rule out any conflicts.
I'm running Apache/2.0.54 (Win32) PHP/5.0.4. I don't have any problems with any other modules although I keep things slimmed down.
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | node_keywords.txt | 2.6 KB | ron_mahon |
| #13 | nodewords_0.module | 21.83 KB | sugree |
| #11 | nodewords.module_forms_api_1.patch | 13.1 KB | sugree |
| #9 | nodewords.module_forms_api_0.patch | 13.1 KB | sugree |
| #4 | nodewords.module_forms_api.patch | 12.62 KB | sugree |
Comments
Comment #1
Robrecht Jacques commentedSorry, nodewords hasn't yet be converted to the new 4.7 form api. I have time to do this (quite trivial) tomorrow.
Comment #2
willdashwood commentedOh right, no worries. Thanks for responding so quick! Best of luck with the changes.
Comment #3
ron_mahon commentedI looked in CVS but still cant find it?
Am i lloking in the wrong palce or did you not get time to fix it yet?
Regards
Ron
Comment #4
sugree commentedI have tried to convert nodewords to support new forms api. Some parts of code are still ugly but works for me. Take a look at my site http://www.howforge.com/ for on-line demonstration.
Comment #5
aries commentedIt seems to me it's working.
Comment #6
matias commentedThis patch works perfectly for me.
Already using it on www.ipodtotal.com
Comment #7
sugree commentedThere is a minor bug with localization. Below is the patch to fix this problem.
Comment #8
sugree commentedAnother missing conversion relating to taxonomy as described at http://quiptime.de/drupal/node/139.
Comment #9
sugree commentedAccording to my previous patches, I'm not sure that all changes are included. And quiptime suggested me to post the whole patch against cvs again. This patch are made from the running code at www.howforge.com against cvs. Hopefully it works for well for you all.
Comment #10
stefano@tipic.com commentedThe "Meta tags" fieldset in node/add page has the same weight (40) as the Preview button. This makes the fieldset show below the Preview button. A lower value (35, for example) brings the fieldset in the right position:
Comment #11
sugree commentedoops! I have never noticed this weird thing until you pointed it out.
Thanks!
Comment #12
chrisd commentedAny chance to get these changes into CVS ?
Thanks,
Chris
Comment #13
sugree commentedFor those you can't apply my previous patch, I will post the patched version here.
Comment #14
ron_mahon commentedApplied it to 4.7rc2 and it works fine
many thanks
Ron Mahon
http://inmrc.com
Comment #15
ron_mahon commentedSpoke too soon!
Right after I edit it if I view the source it’s all there key words description etc. how ever if I go to the page via the breadcrumbs the only Meta data that’s there is default string.
No data and no empty Meta tags.
4.7rc2, PHP 4.3, Linux
Ron
Comment #16
Ryanbach commentedHmm, I need this as well. Good job, tell me if there is any way I can help.
-Ryan
Comment #17
ron_mahon commentedHead from breadcrum: note no keywords
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@import "/misc/drupal.css";Starry Night Cabins at Schroon Lake | Schroon Lake is the Jewel of the Adirondacks
@import "/themes/fancy/style.css";Head after editing from edit page key words are there ?
@import "/misc/drupal.css";"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Schroon Lake Cabin Rentals | Starry Night Cabins at Schroon Lake
@import "/themes/fancy/style.css";As you can see the meta data "keywords" get droped?
Regards
Ron
Comment #18
ron_mahon commentedCode from head sections is included in attachment
Comment #19
sugree commentedAre you using path module? Please remove its alias and try again. If it works correctly without alias, the problem is the detect function. See code below. Default arg in new version are replaced by alias (if I'm not wrong). So this code may not work properly.
Comment #20
ron_mahon commentedWent back and tried it after 4.7.0 release and it now works fine
Comment #21
Robrecht Jacques commentedNeed to check this.
Comment #22
Robrecht Jacques commentedI believe that all issues raised here are fixed.
Comment #23
Robrecht Jacques commented