The fixtures module imports content created in YAML files. Nodes, menu items, taxonomies and other initial content are created as a batch.
At this point the menu system and nodes are implemented, but require improvement and support for custom fields. This is a work in progress.
Example in sites/all/fixtures/menu.main-menu.yaml:
custom-menu:
title: Custom menu
description: A custom menu, used for main navigation
items:
item-about-me:
title: About me
link: general
items:
item-general:
title: General
link: general
item-resume:
title: Resume
link: resume
description: A single-line description
Prerequisites
The Libraries module must be installed together with the Spyc library in the folder sites/all/libraries (or subsite folder). Spyc is a loader/dumper library for YAML.
If you want to import the basic content, move the files in the examples folder to sites/all/fixtures folder. Edit them to match your specific needs and run the command drush fixtures-all
Hatch theme is a simple and minimal portfolio theme for photographers, illustrators, designers, or photobloggers. Hatch is a wordpress theme created by Griden. The drupal port was developed by Zyxware Technologies.
This module allows users to post nodes automatically to facebook.com. Currently supports posting on group's page and user's page.
For posting images Image module should be enabled.
Installation
Go to developers page and create application.
Enable module on your site
You need to download the http://github.com/facebook/facebook-php-sdk and extract the entire contents of the archive into the sites/all/libraries/facebook-php-sdk folder of your server.
Make sure you have permission for the users of the site to crosspost or post any nodes
Go to application settings module, insert the ID of the Application and his secret code and the State parameter (you should invent it yourself, it is necessary for security) in the appropriate fields. Click “Save” and give the application access to your data.
Go to the page with the module publication settings, select the target page. If the target page is a group and you want to publish something on its behalf, you should put “tick” in the appropriate checkbox. Note: you need to visit that page at least once and press “Save”.
Go to the settings of content types for publication and select the necessary type.