English French German Italian Portuguese Russian Spanish

style css

23
Dec

Create / rename a new theme based on the ready made theme in drupal

We download and use ready made theme from drupal. However, if you want to look more professional or you don't want people knowing which theme you are using from the source code.

When you make a new theme, modify the "theme names" in the following files. I used theme "acquia_marina" as an example:

  • acquia_marina.info
  • style.css
  • layout.css
  • template.php

Basically, whenever you find the text "acquia_marina", replace it to "your_prefer_theme_name"

30
Aug

How to build a simple Drupal photo gallery

Modules Required

(1) Lightbox2
http://drupal.org/project/lightbox2

(2) Views
http://drupal.org/project/views

(3) CCK
http://drupal.org/project/cck

(4) Imagecache
http://drupal.org/project/imagecache

 

Steps

1. Enable all three modules above

2. Create a New content type -> Gallery

3. Create a new field in gallery using the CCK

Syndicate content
X
You may login with either your assigned username or your e-mail address.
The password field is case sensitive.
Loading