If you are using Drupal 7.x and Testing 2.x, there's something new in module.info file:
testing_api=2.x
You need to add this into module.info and clear the cache. Then your testing code will appear in the testing list.
I needed a good way to display all kinds of source code in my site, and during my research I found a module called GeSHI Filter, which was exactly what I was looking for.
This module integrates the PHP library GeSHI (Generic Syntax Highlighter) into Drupal. Here's the step to install it onto drupal:.
Pixture Reloaded is a good theme for drupal, however I'd like to change something on the header and add some other css styles. Pixture Reloaded used color module, so each time it'll save to a temp folder in sites/default/files, and copy over some images and style.css , during the copy, it'll process the style.css and change some colors. So if you'd like to add some new styles or change some code there, it's not the best way to do directly in style.css .
Here's what I did to solve the issue:
In this part, we are going to
This is a work log on how I setup drconcierge.org.
In this part, we are going to:
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer