I'm working with Drupal 7 but I chose not to use workflow or workbenchor maestro. They seem a bit too complicated for my requirement.
1.) I want to provide a list of all the nodes authored by a user on his/her profile page. Some code direction to use on the user-profile.tpl will be most preferred.
I've been searching for a convenient way to let drupal users use an SMF 2.1 forum seamlessly.
I've discovered a couple of modules that look as if they might do the trick - SMFBridge and SMFForum, but they are both somewhat old, and I can't find a downloadable for either that's current.
Am I chasing a ghost or is there a nice, easy way to do this?
Hello, I have several modules which have configuration forms attached to them, I would like to add a submit handler to all of them before the systems_settings_form submit handler which looks at the $form_state, checks to see if any values are different to the ones currently stored in the Variables table and writes a message to Watchdog which lists the field name, the original field value, the newly submitted value and the user ID associated with the form values update.
Basically a simple module configuration settings changelog in Watchdog.
I would like to know how to replace one AJAX form with an undo version of the form (for when a page element disappears).
Scenario, a tip (short piece of text) is displayed by default on certain pages to explain what that page does. It's followed by a [hide this tip] submit button.
On submit, a database action is carried out. However, on submit, I also want the tip text to be replaced with an acknowledgement "I won't see the tip on this page again" and with an [undo] submit button.
After upgrade drupal to 7.59 , I am unable view the text in HTML Format but it does show in plain text mode but when i switch to html it does not show anything.