August 21st, 2009 by Stalski
I intend to write a module to integrate Hyves within drupal sites. Hyves is a facebook alike community website that offers an nice api, much like facebook does. Hyves is used by users in the Netherlands. The module would offer lean methods to call the Hyves API in a more standard way. There would be a settings page for developers and/or sitemasters to select the features they want.
This post is nearly to check if there would be people interested in a module like this. Please let me know and i will refactor a custom project to a drupal module.
Read More
May 1st, 2009 by Stalski
Although heartbeat comes with default pages and blocks, it can be handy to create your own custom views. There are two approaches to make that happen. Installing the views ui module for drupal and creating your own views, or writing your own block in a custom module, using the heartbeat functions and classes.
Creating your own [...]
Read More
March 14th, 2009 by Menhir Team
User points is module that gives a user points when performing an action. This module has a couple of contributes that give the api the specific desired functionality.
I added a contribute for this module that makes it possible to assign user points when users vote, using the drupal voting api.
Read More
January 22nd, 2009 by Zuuperman
For one of my projects at One-Agency, i had to build a slideshow with images of one of my content types.
I started to make my promotions content type with CCK and make it possible to upload an image and add extra information on the promo.
After that, i could start with the real work.
I made a block-view with the settings to show only promotions that are published, and show the nodes in this view as a node. Once you have this set up, you can start to prepare you’re template file.
Read More
November 7th, 2008 by Stalski
Topics:
- Use url arguments to limit views by taxonomy on term pages
- Use url arguments to limit views by taxonomy on node pages
- Hide tabs on node form pages, except for certain roles
- Log next page with google analytics
- Create submenu-items from selected menu-item (1 depth)
Read More