I have a page located here where the pagination does not show despite having it set in the backend to show and the following link is the page with the pagination not showing -> PAGE WITH ISSUE
You will have to create an account to test it as it is a members page. You can add items to your lab by going to this link and clicking any of the mylab+ buttons on the right side. Add 6 or 7 -> ADD THINGS TO LAB
I'm very new to custom modules and was wondering if it's possible to create a module that basically runs a quick script.
Basically - I want to check if the URL the user is on contains certain things and if so, check for a token (or cookie or something), and if that exists grant access to the page. But if the token doesn't exist send them to a login page where they simply enter a password, and if the password is correct, add the token and grant them access.
I am in the project of a website for sales and delivery of pizzas and fast food, I started the project using ubercart but due to problems I have decided to migrate it to commerce 2.
But I have been having a small problem when activating the shipment in the customer's order and this happens to review the order, the site tells me this error.
the site encountered an unexpected error. Try it again later.
I have my drupal 7 site hosted in intranet. But i want my service API to be accessed from public. Is that possible in drupal 7 services module? Or do we have any other options to achieve this?