Website-design-blog - website-design-blog.com - Website design blog
General Information:
Latest News:
How to debug Drupal :: debug_backtrace() 9 Nov 2010 | 09:17 am
Sometimes debuging Drupal can get confusing. I blame the lack of oop (we want you so bad Drupal 7) , the lack of mvc, and some kind of evil gnomes plans to take over the world (but more on this latter...
Nice article regarding drupal modules 9 Nov 2010 | 09:05 am
SInce we're in the Drupal modules area, i ran some while back into a nice artcile: Top 10 Drupal Modules. It's a pretty precise best of Drupal.
Drupal module usage page 9 Nov 2010 | 09:00 am
Some three years ago, the nice people at Drupal launched a service that gathered statistical data from deployed drupal sites, regarding the modules they used. This was mainly to solve the problem of w...
How to change the drupal favicon 9 Nov 2010 | 08:45 am
Went a bit in circles one day trying to figure out how to change the favicon for a drupal site. So, to change the default drupal favicon you should: Administer > Themes > Configure (your theme) > (sc...
How to integrate feedburner into drupal 9 Nov 2010 | 08:41 am
Found a great article on integrating feedburner in a drupal website. Check it out if you ever find yourself craving feedburner on your drupal site.
Close a php page by ip 9 Nov 2010 | 08:37 am
If you need to only show a php page to a certain ip, a quick dirty way would be : if ($_SERVER['REMOTE_ADDR'] != '82.76.167.52') { exit(); }
How to add user pictures 9 Nov 2010 | 08:33 am
Unlike most basic things in drupal, adding a user pictures to nodes like the forum, is not such an easy intuitive task. So after looking around i gathered this: To add a user picture on posts: - sele...
Drupal - mysql server has gone away error 9 Nov 2010 | 08:27 am
I had a problem with an error that kept popping up "mysql server has gone away error" in drupal. After some reading around the internets, i figured it was hapening because drupal was pushing the mysql...
drupal: adsense not working in blocks 3 Sep 2010 | 07:22 am
I had problems with the adsense code not working in a drupal block. Aparently you need to select as input format "php" instead of "full html" to make it work. Good thing i trust google enough to try t...
how to gather money - chipin 3 Sep 2010 | 07:13 am
If you need to raise money from the visitors of your site theres a nice widget that does that, chipIn. I saw it used by Drupal to raise money for finishing porting some code to a new version. It puts ...