How to get the publishing and menu fields from the node edit form in the "Manage fields" tab?

Problem with menu position module

I have a menu like this: In the first sidebar you see the main menu with links. The second sidebar is a block that is visible on pages that begin with stocklijst/. The link in the first sidebar links to the first link in the second sidebar. So the menu items both have... read more
How to get the publishing and menu fields from the node edit form in the "Manage fields" tab?

Redirect after user creation via form

What would be the proper hook to redirect after the user registration form is submitted and is in valid state? I’m trying to automatically create a certain content-type node when a user registers and I want to redirect the user to that node’s edit form... read more
How to get the publishing and menu fields from the node edit form in the "Manage fields" tab?

Condition on current moderation state

I would like to show a message when content has changed moderation states from review to published. I set this up below but it does not work. Is there a rules debug log in Drupal 8? Event: When content is update. Condition: Data Comparison. node.moderation_state... read more
How to get the publishing and menu fields from the node edit form in the "Manage fields" tab?

Views block link defaults to target="_blank" using rewrite output

My client is using d6 and views 3. They want to be able to display a box containing a random static image with an internal link to display in the same browser tab or an external link that would display in a new tab. I created a content type with a field to upload an... read more
How to get the publishing and menu fields from the node edit form in the "Manage fields" tab?

Can I have both Language and Country path prefixes?

On our site, paths are all prefixed by language and country. For example: http://example.com/en/us/about In Drupal 7, a previous vendor implemented this by using the Persistent URL module, which rewrites all on-page URLs to include the prefix of your choice. PURL was... read more