n8 Experiment
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Nate's sandbox for some drupal experiments.
Nate's sandbox for some drupal experiments.
This project is an exported feature (Features module).
It contains workflow that is build with Rules and Rules Links modules as an example for session on DrupalForum 2012 in Zaporozhye.
Here is some features:
-Helper module which helps to do payment service provider through Payson
-It has administrative interface to set up email address, additonal cost , taxes so on.
- Easy to use witn any form which need to submit payment with custom price.
How to use:
Create a form and call payson_initialize($params) to develop the
form elements with payson form submit. $params will contain all custom needed variable.
after payment call payson_complete($params) to validate the payment is right/wrong
ctex is a template for making a configuration-based module which uses ctools to
handle import/export as well as the CRUD UI. It is designed to jump-start the
process of creating these types of modules.
You should not install ctex, but overwrite it to make your own module.
Note on the 7.x release
I have not properly tested the 7.x release, save common updates from 6.x Patches welcome.
INSTRUCTIONS:
Nice example for Drupal learners who learn how to create a block.
Test project for educational purposes.
The module was commissioned by jfev and was built to his specification
Skill Compass is a tool for building sites that help people learn a subject. It allows collaborative work in breaking down the subject into topics and sub topics, building advancement trees of topics, and adding learning resources of different types. The topics and resources are presented in a way that helps learners discover what they can and/or should learn, by themselves.
A test Project from Van Der...
These are just utility functions.
Putting these up here so that others can check them out.
If you are interested in functions dealing with entities in Drupal 7 check out tedbow_utils.entities.inc