Is there option to completely hide ?
Now I need to put   to hide it completely.
But still the message appears - empty line.
Am I missing something ?

Second issue: referenced node title works in message but not in Create form title. It shows in my case:
Create [field_saleref-title-raw]

Thanks

Comments

benone’s picture

Ii should be: Now I need to put   to hide it completely.

jim0203’s picture

Status: Active » Closed (works as designed)

As I see it there doesn't seem to be much point in providing an option to completely hide the custom messages, so unless a few more users suggest otherwise I won't be adding this as a feature.

And please only include one issue per post - if you're still experiencing the second issue you describe please re-submit it in a separate post, with a few more details - see http://drupal.org/node/73179 :)

Max_Headroom’s picture

Version: 6.x-1.0-alpha4 » 6.x-1.x-dev
Status: Closed (works as designed) » Active

I for one would like to see this. I have had requests in the past from clients to hide the message as (they say) it only confuse the users.

It would be a nice additional feature to an already helpful module.
Maybe in the form of a checkbox, or adding a token (ie [hide-message]).

alanpeart’s picture

+1 from me. Clients don't want the message for a particular content type, and I am looking at having to find a workaround to hide it using CSS, when it seems like this would be a nice easy and useful option to add to the module.

chinita7’s picture

I think this will be a useful function. I also need to completely hide the message in my case.
Thanks.

alexanderrozenson’s picture

Hello, I'm looking for the same feature because it is really confusing my customers in certain nodetypes...
Thanks ahead

jim0203’s picture

Title: Hide option ? » Hide the submit message when <none> specified, as per block titles
Assigned: Unassigned » jim0203

Changing the title of the issue for clarity.

As for the second issue described, this is probably happening because at the time the node creation form is displayed, only certain tokens will have values. The tokens provided by fields in that node type won't have a value at this point, despite being listed in the available tokens.

jim0203’s picture

Status: Active » Closed (fixed)

It is now possible to hide submit messages by specifying , as with block titles. This functionality will be rolled into the next development release (12pm UTC January 8th 2013) and will be available in a forthcoming beta release. Thanks for the feedback!

  • Commit 7bfb680 on master, 7.x, 7.x-1.x, 6.x-1.x, 2219683 by jim0203:
    Issue #767868 by benone, Mac_Headroom: Add functionality to hide submit...