Namespace Conflicts

cYu - June 18, 2008 - 15:15
Project:Form Markup
Version:6.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed
Description

There is a markup module floating around (http://drupal.org/node/83787) that adds a CCK field to add markup. This is a good alternative to the form_markup module whenever you need to do field privacy and don't want your markup to be tied to another field but stand alone as it's own field instead.

In comment #10 of the issue linked above you can see a d5 version of the module which uses form elements named 'markup' which ends up breaking the form_markup module since it is looking for 'markup' elements as well. Comment #12 fixes this by changing the 'markup' elements in markup.module to 'text_markup' elements, but I think a more appropriate fix would be for form_markup.module to be looking for 'form_markup' elements.

#1

mh86 - August 8, 2008 - 11:52
Version:HEAD» 6.x-1.x-dev
Status:active» fixed

hi!
you are right, the naming wasn't correct.
I fixed that in the D6 version.
Thanks!

#2

Anonymous (not verified) - August 22, 2008 - 11:54
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.