I have new Drupal. I am not sure about Drupal work with add page, article or blog.
This error shows when I add new page click on "preview" button then click "save" button or click on delete link.
Here error message
"The content on this page has either been modified by another user, or
you have already submitted modifications using this form. As a result,
your changes cannot be saved."
Why Drupal not allow Save content after I preview?
Please kindly help with this problem.
Thanks
This message is caused when either (1) two users access the edit page and one user saves changes before the other user gets a chance or (2) when a user edits content, saves it, and clicks the back button to get back to the edit page.
Solution: From Home » Administration » Configuration » Development click on Clear all caches button.
Related
I've inherited the content upkeep on a local non-profit's website. The site is running Drupal 7.71. There's an employee/staff section on the site, and the admin interface has the ability to add new employees, and to modify the content of current employees. My issue is with the "Select Media" button in the interface that allows us to add an employee photo. When it was working properly, clicking on that button launched a modal overlay that allowed me to upload a new image, or choose a pre-existing one. Once I did that the modal would vanish, and I'd be back to the original employee admin form, with the selected image added.
Now for some reason when I click on the "Select Media" button the modal appears for a split second, but then it changes to a full HTML page, as if the browser's location.href has changed to the URL of the modal. I can pick/upload an image, but then have to navigate back to the original employee entry page, and when I do it does not show that any image has been selected.
As far as I know I have made no changes to the site that could be causing this change in behavior. I specifically have not done any updates to the Drupal install or any of the modules (I don't want to attempt any sort of code updates until we have a robust backup/rollback system in place). I don't see any JavaScript errors in the console when attempting to use this functionality, and the error occurs in multiple different browsers, so I don't think it's browser related.
Anyone have any idea what's going on, and how to fix it?
Send button in Contact form stopped working in Blogger
I have two separate Contact form gadgets in my blog. All of a sudden the Send button stopped working. After entering all the fields, when I click on it nothing happens. Other people have told me the same thing.
I didn't change anything. Neither of them work. One is available in the desktop menu bar as Contact and the other is at the bottom in the footer. They don't work in mobile or desktop.
I deleted the code and recreated but Send button still not working. It is the same code that worked before.
Please help. My website is www.tutorhubllc.com.
I am unable to paste the code here at I am using
Thanks
Your contact form gadget does not contain a form element.
Contact form should have a form element with a proper action attribute. The form tag is used to collect user input and specifies where to send the data when submitting.
Try to add another fresh gadget from your control panel layout.
I need a popup solution in Wordpress that I can use on different links that says "This section of the website is under construction. Click to continue to older archive site."
When the user clicks continue, they automatically go to the link clicked.
I have tried Popup maker but I dont know how to implement the "continue" part.
Get a pop up plugin and choose before exit website appear pop up
I want a kind of free wordpress plugin in which when a user exit from my website their i want to show a pop-up in which it says following fields-
1.Username
2.Email
3.Feedback Section
It would be really helpfull if you gave me the links of such plugins.
you can create a custom form and use this function to make it popup when the user is logged out: https://developer.wordpress.org/reference/functions/is_user_logged_in/
and u will put that code only in the logout page, so the popup will appear only there
I have added a link to my left nav menu, which points to an external link. When I click the link it displays a view saying "The link address is: http://externalsite.com"
How do I get the link to open directly, rather than displaying this message/view?
My version info is:
Plone 2.5.4-2
Zope (Zope 2.9.8-final, python 2.4.3, linux2)
I have tried editing the link type in portal_types in the ZMI, but there is no option there to "Redirect immediately to link target" as suggested by this answer - How can I add a menu entry that links to an external site?
I found the answer here - http://plone.org/documentation/kb/repurpose-link-object
It turns out the link is behaving as expected, but displays that view to the author so that the link can be edited. It redirects for users.
If you create a link, people will get sent directly to its target when
clicked. If you are the Owner of the item, you will be sent to the
view page so you can edit it, though.
Bounce from a page template using meta refresh redirect?