English French German Italian Portuguese Russian Spanish

web

22
Dec

Drupal: Publish comments in bulk with Views Bulk Operations (VBO)

Because of SPAMS, you may prefer to read the comment posts first before they are published. 

By default, drupal VBO does not have a function to bulk publish comments. It means you have to publish one by one after you click "edit". It is a real pain if you have many comments to publish. (see picture below). 

 

8
Nov

Things to consider when you choose a web hosting company

Recently, I help a charity to find a web hosting company for the new website I designed for them. 

Because it's a charity, I try to look for the cheapest possible hosting package. At the end, my intention for saving some money for them becomes a nightmare,but I learned a lot and decide to write something here. 

If your website runs on drupal, it demands a reasonable hardware resource and technology. Here are several things you must check with your webhosting providers before you commit

 

5
Nov

Designing a USER-FOCUSED homepage for your web

This short video from Think Vitamin Membership  is about how to design a homepage with FOCUS. How to make sure customers understand the "core advantage" of your products without distracting by other things ?

The common approach is to put as much info / links on the homepage with the hope that users click the links and learn more about the products. Eventually, users would be interested in the products, sign up or buy the application.

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

15
Jun

Not popular, but very useful modules for drupal admin / webmaster

Here are some very useful modules which I found they are very useful. It helps me a lot to organise the admin / user pages in drupal

 

  1. Vertical tabs (http://drupal.org/project/vertical_tabs)

    This module provides the following features:

Autotagging - Drupal

Tagging becomes popular these days because it helps user / search engine to understand / search the content they are looking for. We all use tagging everyday. Think about how you use google, you put in a few keywords and the search engine comes up a list of reference contents. You bascially use the tag (keyword) to find the reference content.

If the author of the content uses some tags which are the same as the those keyword you put on google, search engine will give you a higher position.

In drupal, so far I learn 2 ways to do this tagging things

29
Apr

Joomla Vs Drupal - my post on ukbusinessforum

 

I used both Joomla and drupal...and actually, I found drupal easier to learn and use than joomla because I love to change the things..

 

with joomla, I found modules are ready to use without much need to change the theme & layout. Good for you if you are not a demanding people, but if u want to change theme / code, u will feel the headaches.

 

27
Apr

Don't like people stealing your pictures ?

The nice thing for internet is people share and distribute data everywhere, but sometimes, it's annoying that people steals your works without quoting where it comes from. There are a couple of things you can do:

(a) I like to put a watermark on the pictures I took, I used to do it one by one with the image editing software. Until recently, I found a FREE software called TSR Watermark Image Software. It can do all pictures in a folder at once and it's freeeee. Highly recommended.

8
Jan

Comment out / disable html / php code without deleting it

HTML comment tags:


<!--
[ some content ]
-->

With PHP is:


/*
php xxxxxxx
*/

It's useful when you are not sure if you want to delete the code , but still you want to disable it

2
Jan

Comment Notification in drupal using RULES modules

How to get a notification whenever you receive a comment from your drupal web ?

This is how I do it with RULES module . I think trigger module would also do the trick, but I found RULES module has many more options & work better with token (as I had bad experience with Trigger module for not being able to make a proper tokenized email).

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