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
October 26th, 2008 by Jovan Stanimirovic
Ever since i’ve started with Flex, I found it somewhat difficult to import custom graphical assets from Flash into my Flex applications. I had troubles linking my graphics to custom classes that weren’t a Sprite or MovieClip, and always found myself searching solutions for the same problems I had over and over again. Let me [...]
Read More