Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working on an ajax (GWT) application that will be embedded into a drupal 7 site.
The app communicates with a servlet. Now the servlet needs to verify if the request is allowed - i.e if the user who caused the request is still logged in to drupal.
How would you implement this?
Right now i'm thinking about implementing it like this:
i downloaded the secure pages module and set to configure it. I think i have configured the base URL wrong because i get the 404 error whatever page i go on, and i can't go back and rectify what i have done.
Does anyone know if there is a file i can access in my file manager or something to rectify. It's really important thanks
So I have a Basic Page content type with a Gallery field that lets the user upload images to that page, when I active the Title field for the user to input a title, it shows as a single text box, but is there a way to convert this to a multi-line text box? I found a thread but it refers to D6 so just wondering if this is possible in D7?