Hi Matthias,

Same as hbauer. The markup is not showing up in the code of the page. Please find attached screenshots.

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)
-Views 5.x-1.6 (2007-Jul-14) (views-5.x-1.6.tar.gz)
-Internet Explorer 7 and Firefox 2

Cheers,

Comments

francewhoa’s picture

I 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.

francewhoa’s picture

Priority: Critical » Normal
StatusFileSize
new54.68 KB
new39.69 KB

I 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

francewhoa’s picture

StatusFileSize
new60.21 KB

I 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.

mh86’s picture

Category: bug » support

hi!

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.

francewhoa’s picture

Status: Active » Closed (fixed)

Thanks 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,

francewhoa’s picture

StatusFileSize
new1.04 KB

Actual README.txt file