Closed (fixed)
Project:
Form Markup
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 04:07 UTC
Updated:
28 Feb 2008 at 16:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
francewhoaI just tried with Form Markup 5.x-1.0 instead of Form Markup 5.x-2.0 but it's the same result. The markup is not showing up in the code of the page.
Comment #2
francewhoaI did another test with the minimum modules installed. But the markup is still not showing up in the code of the page.
Matthias I can send you a Drupal admin access and FTP admin access to this test website. Let me know.
With:
-Drupal 5.7 (fresh installation)
-Form Markup 5.x-2.0 (2007-Aug-17) (form_markup-5.x-2.0.tar.gz)
-Content Construction Kit (CCK) 5.x-1.6-1 (2007-Aug-16) (cck-5.x-1.6-1.tar.gz)
-Internet Explorer 7 and Firefox 2
Comment #3
francewhoaI did another test with CCK 5.x-1.6 instead of CCK 5.x-1.6.1.
With:
-Drupal 5.7 (fresh installation)
-Form Markup 5.x-2.0 (2007-Aug-17) (form_markup-5.x-2.0.tar.gz)
-Content Construction Kit (CCK) 5.x-1.6 (2007-Aug-16) (cck-5.x-1.6.tar.gz)
-Internet Explorer 7 and Firefox 2
But the markup is still not showing up in the code of the page.
Comment #4
mh86 commentedhi!
thanks for your detailed report. the pictures attached helped me to understand your problem.
As far as I see, there is some misunderstanding, what this module does. This module only adds prefix and suffix values to the node form page (e.g. values surrounding a textfield) and not to any node output page or any view. If you want to customize any output, you should use templates.
I hope this information helps you.
Comment #5
francewhoaThanks Matthias I understand now. It's a user error.
I propose to add the following information in bold to the README.txt file:
_____________________________________________________________
***********
* README: *
***********
DESCRIPTION:
------------
This module offers the possibility to add prefix and suffix
values for each cck widget.
This module only adds prefix and suffix values to the node form page (e.g. values surrounding a textfield) and not to any node output page or any view.
REQUIREMENTS:
-------------
The form_markup.module requires the content.module to be installed.
...
_____________________________________________________________
It's obvious to a programmer but it isn't to a user.
Cheers,
Comment #6
francewhoaActual README.txt file