Web Development

Web Development - Tips, HowTos, Starting, Utilities, Editors, Languages etc.

Sometimes the best way to handle variable value changes on a Drupal site, would be with an admin settings form to show/edit the value. For example, while implementing a "send test mail" functionality on a Drupal site, we might want to set the recipient address at testing time. It would be easy to create an admin settings form instead of changing the addresses each time in code.

Continue reading

Continue reading
  • By tintu.manuel on October 12, 2012 - 16:34
  • CSS
0

Implementing multiple color mode switching is so simple! In HTML we can easily add the switching color style sheets as alternative style sheets.

Eg : <link rel="alternate stylesheet" type="text/css" media="screen" title="orange-theme" href="../css/orange.css" />

But when it comes to Drupal there is a slight change. Here is how we can implement multiple color switches in Drupal theme. We normally include style sheets in .info file and we cannot specify 'alternative stylesheets' just like in HTML. So here we need a module called Drupal 'Styleswitcher'. By enabling this Drupal module you will get the option 'styleswitcher' to add alternative style sheets.

For more details just follow these steps.

Continue reading

You might wish to have dynamic page titles in your Drupal 6 website. It is good for a website for the title to change according to the content of a page from an SEO perspective and also for a better content structure. It is very easy to implement dynamic page titles in a Drupal 6 website. Follow the steps below to change the page title according to the url of the page.

Continue reading
  • By Binny on October 12, 2012 - 15:22
  • Drupal 6
0

There are many situations where you need to print a view within a node in your Drupal website. A good example would be a portfolio page showcasing the Drupal websites you have done using a view slideshow that showcases screenshots of your work. It is not directly possible to print a view within node just like there is no direct method to print a block within a node. However as Drupal is a very flexible CMS and there are methods to print just about anything and that includes printing a view within a node.

Continue reading

We have ported and released another Drupal 7 theme from another popular wordpress theme - Lightword. The Lightword Drupal theme - is now available on Drupal.org. You can read more at the home page for Lightword Drupal theme at our free Drupal themes site. As with our other Drupal themes, the theme is released under GPL 2.

Continue reading
  • By thomas.john on September 21, 2012 - 18:32
  • Drupal
1

We have released a new Drupal theme targeted at small business blogs. The Business Blog theme - is now available on Drupal.org. You can read more at the home page for Business Blog Drupal theme at our free Drupal themes site. As with our other Drupal themes, the theme is released under GPL 2.

Continue reading
  • By thomas.john on September 21, 2012 - 16:42
  • Drupal
0

We have released a new Drupal theme targeted at individuals and small businesses. The Black Blog theme - is now available on Drupal.org. You can read more at the home page for Black Blog Drupal theme at our free Drupal themes site. As with our other Drupal themes, the theme is released under GPL 2.

Continue reading
  • By thomas.john on September 10, 2012 - 16:12
  • Drupal
1

We have released a new Drupal theme targeted at small business websites. The Media Blue theme - is now available on Drupal.org. You can read more at the home page for Media Blue Drupal theme at our free Drupal themes site. As with our other Drupal themes, the theme is released under GPL 2.

Continue reading

We have ported and released another Drupal 7 theme from another popular wordpress theme - Hatch. The Hatch Drupal theme - is now available on Drupal.org. You can read more on the home page for the Hatch Drupal theme at our free Drupal themes site. As with our other Drupal themes, the theme is released under GPL 2.

Continue reading