Hi I am running into a problem in Drupal 7 using Workbench Moderation Module to allow draft mode and approval process on the same env. The draft-mode pages seem to be somewhat different from the published pages. They are not all differences. The main differences are mainly with the texts on tops of the banner and slide block/sections. The problem mainly exists in 2 areas.
In a Maestro video demonstration here https://www.youtube.com/watch?v=U0pvDsDSzko a user account was automatically created from the email address supply in the webform. How do I achieve this in Drupal 7?
I have a main menu heading with a group of articles in a specific order (created at different times). I want to create a block views with the group of articles sorted in the same way. (D7)
We have a webinar page content type. A couple of fields have content for when the webinar is upcoming. Then it automatically unpublishes on the day of the webinar. After that, we modify a couple fields, and the content, then turn it back on as an archived webinar.
example, before the webinar the button text says "register now". After, we change the button text to "watch now"
Has anyone gotten this non-existent method error from Line 2784 in bootstrap.inc, where the code is:
DrupalRequestSanitizer::cleanDestination();
We're on Drupal 7.59
--
My "solution" for the time being was just to comment out this line of code which solved the immediate problem and the customer was again able to use his site as expected.