The following tutorial will guide you step by step on how to create a quick implementation of Ajax in Drupal.
We will dynamically update a page with content we will read from the server without the need to refresh the page.
I tried to make it as simple as possible, just to describe the very basic blocks required to implement Ajax.
I suggest you take it further and try to implement more complex implementations according to your site's needs.
Let's start......
I was building an e-commerce...
The following tutorial, will describe how to dynamically update your page with view results. It will be based on the Drupal & Ajax - Basic Tutorial, which breaks down the steps to how to implement basic Ajax with Drupal. So if you still haven't read it, now will be a good time to do so.
Recently, while I was working on a new website, and doing all sorts of experiments including access control related modules, I ended up receiving "Access denied
You are not authorized to access this page." message.
I double checked the permissions settings in the admin pages, and they all seemed to be configured correctly.
I un-installed every module that looked suspicioned, but still got the same message.
I than went another direction to search for the problem, and checked the db.