7.x port of mystique_theme and 6.x bug fixes released
- Now the the content area expands if there is no sidebar content.
This is a port of the popular Mystique theme from Wordpress. Mystique is a clean theme with a div based, fixed/fluid width, 2/3-column layout (content+right sidebar and optionally left sidebar).
Limited Content Views is a node access module which allows you to set a view-per-period quota. An example would be allowing anonymous users to view 3 articles per month, after which they are denied access until the month is up.
It would fit most requirements for a 'Pay Wall' and integrates with Premium Content, so content can be divided into requiring access and then being able to be limited to X number of free clicks (with this module)
How it works
This module works using cookies. Every time a user views a restricted node type, it adds to their total count. Viewing the same restricted node multiple times will not add to the user's quota. Once they have exceeded the set threshold for the time period, they are denied access.
View the README.txt for more information
Ideas for future releases
Integrate session-based tracking for authenticated users
Integrate IP based tracking (?)
Allow per-content type configuration
Please post any ideas you have into the issue queue as 'feature requests'.
This module allows to browse comfortably and to be able to display slow queries for the current page using Devel module at the same time .
The slow query log is not displayed on initial page load but is stored in cache for a short period instead, so it then can be fetched in a separate AJAX request. Note that query summary is displayed same as before so user can make a comfortable decision whether he does need to read the log.