14.03.2012
0 Kommentare
Copy the default template file from modules/system/maintenance-page.tpl.php to your theme template folder sites/all/themes/YourThemeName/templates/maintenance-page.tpl.php.
Change it the way you want. The text you entered in the Administration UI admin/config/development/maintenance will be available as
Change it the way you want. The text you entered in the Administration UI admin/config/development/maintenance will be available as
15.02.2012
0 Kommentare
You want to flush your image styles in Drupal 7? There is no more User Interface like there was in Drupal 6 with the Imagecache UI module. But there is an easy way to rebuild the cache with drush:
drush image-flushThis will generate a list of options with all your defined image styles
For more info run
drush help image-flushWhen you have the devel module installed you could also run this code snippet
17.01.2011
0 Kommentare
1. Create a CCK field using the type 'File' and the widget 'File Upload' (we will use 'field_file') 2. Create a custom module for the form processing <code>
17.01.2010
0 Kommentare
Over the years, we compiled quite a bit of source code bits in our blog. This is the result! If you are a developer, you'll love. If you are not a developer - let's call em *geeks*.

