Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download single_page_website-7.x-2.x-dev.tar.gztar.gz 26.58 KB
MD5: d49c66b6ff69d50dee0fa200eae5bb04
SHA-1: 729b11334167d0be6e389756133fd264cb905611
SHA-256: c42069ac5970f1108835038443c5f8d36a958cb723c2a75eb7591976e1fedb36
Download single_page_website-7.x-2.x-dev.zipzip 33.8 KB
MD5: 95970b31bd3ab57ca17ddd76c6ca0a4c
SHA-1: adc04c8f33e675a361301038d5fec287cc2c7bb8
SHA-256: 17a03a19e43377fb2eb9c48d7bfe8d5e11f4bbae683d8f403f3ccc1027594360

Release notes

In this new branch AJAX appoach was replaced with core API and PhpQuery appoach.
Now the building of the single page takes place on the side of server
unlike branch 1.x, where the page is formed on the client side using AJAX requests to Drupal.

This new approach designed to solve all the problems encountered when using other JS on the page.

Be sure to the correct work of this module PhpQuery library requared!

You should download phpQuery library
http://code.google.com/p/phpquery/downloads/list
and put it into sites/all/libraries/phpQuery/phpQuery-onefile.php

Created by: Yaremchuk
Created on: 7 Aug 2011 at 08:39 UTC
Last updated: 17 Aug 2022 at 09:12 UTC
New features
Bug fixes

Other releases