Securing Digital Goods with ClickBank Download module
What is this module?
ClickBank Downloads validates purchases on payment
processor ClickBank, and provides a "secure" file download link. See the project page for a full write up.
Currently, this project is in the process of review for full project status, therefore you'll need to git clone it in order to use it.
Getting Started
These instructions assume you have already created and uploaded your product information to a ClickBank Account.
Read moreBasic Drupal 7 website step-by-step: WYSIWYG, News, Menu and Slideshow
So here we go. We are new to Drupal and we want to build our first very simple website. In this tutorial, we assume that you already have Drupal core installed and a basic installation running. You know how to install new modules. We also won't look at how one can theme his website.
Admin menu
First of all, for gain of time during all the project, install the admin menu module. Disable the core Toolbar module. You have now a new drop-down administration menu at the top of your site.
Note that this step is not strictly necessary but just make things easier. Most of the people use this admin menu instead of the normal one.
WYSIWYG
Read moreServices 7.x-3.3, REST Server using 2-Legged OAuth in PHP, OAuth 7.x-3.x-dev
The Drupal REST services is an user-created module for Drupal 7 and 6.
The module converts resources on Drupal sites - content types - into REST, XMLRPC, JSON, JSON-RPC, SOAP, AMF and other types for easy parsing by external applications.
It can also enable Drupal sites to accept CRUD operations to modify resources.
The requests between Drupal and external applications can have authentications via OAuth.
Installation
- Install Services module 7.x-3.3 - http://drupal.org/project/services
- Install Services Views module 7.x-1.0-beta2 - http://drupal.org/project/services_views
- Enable both modules and the REST server module.
- Install OAuth 7.x-3.0+18-dev - http://drupal.org/project/oauth (You must use this version because the recommended version - 7.x-3.0 - is bugged)
Note:
The Libraries module must be at least version 7.x-2.0 for REST server.
Config
This is a two-stage process.
First, make a Service Endpoint that hosts REST resources; it is seen as the first part of the URL to your resource.
Next, make a REST resource, which is a View customized by the Services View module; in it, you specify which Content Types are included.
Authentication is configured afterwards.
Config Endpoint / View without OAuth
Read moreDrupal 7 - Learning The Flag Module
Flag is an exceptionally powerful module that can add myriad kinds of functionality to your website.
In these videos, Drupalize.Me and NodeOne walk you through some of the key concepts of Flag that will help you add layers of context to your site.
Chapter 1.) What Flag can Do for You
Chapter 5.) Advanced Relationships with Flag
Drupal 7 - Building Custom Layouts with Panels
The Panels module is an essential tool in the box of every site builder. Panels enables you to make custom layouts quickly and easily with a drag-and-drop interface. Panels is highly extensible and can leverage content, users and taxonomy.
Drupalize.Me offers a series of free videos that explain how Panels can rock your site.
Chapter 1.) Introduction to Panels
Chapter 2.) Creating Multicolumn Pages with Panels
Chapter 3.) Adjusting the Settings for Each Panel Pane
Chapter 4.) Creating Different Versions of the Same Page with Panels
Chapter 5.) Duplicating Variants by Cloning
Chapter 6.) Templates for Content
Read moreDrupal 7 - Using Display Suite
Display Suite is a powerful, highly extensible module that gives developers complete control over how content is displayed. It features an intuitive, drag-and-drop interface and includes a group of pre-configured layouts that make it even easier to control the display of your nodes, views, comments, etc.
Drupalize.Me offers a whole series of free videos exploring the ins and outs of Display Suite...
Chapter 1.) Installing Display Suite
Chapter 2.) Configuring a Layout in Display Suite
Chapter 3.) Working with Fields in Display Suite
Chapter 4.) View Modes in Display Suite
Chapter 5.) The Search Display Submodule
Chapter 6.) Working with Field Templates
Read more