0
votes

I want to display a message while editing a node in drupal like this "we are updating this page, we will get back to u soon" can anyone help me!

2
Do you have a custom module for the site, or are you just configuring modules that are already built?Ted

2 Answers

0
votes

You can use an unpublished revision to do this. Make the current published revision your message that says "we are updating this page" and then have an unpublished revision that contains the content you're working on. You have to edit the content type to turn off "Published" under workflow settings and check "Create new revision" in order to create your revisioning workflow. The Revisioning module can help a lot with this.

0
votes

You can use Rules that trigger an action like "content is going to be view" (possibly with some condition) and display a message to the user.