There are times that you would like to edit how the pagination of Drupal is displayed. To give you more control aside from editing the stylesheet, let’s use the theme_pager() function in our template.php file. (more…)
Drupal 6 theming
Using an image link menu in Drupal 6 instead of text
Sometimes, we don’t want to limit our creativity by just using text in all of the menu items. Sometimes, we would want to use an image as a link in a menu.
For example, you want to have Home as an image link rather than a text link. Here’s a code you can use in your theme’s template.php file. (more…)
Display your Drupal Search Form
The first step you would want to consider in displaying your Drupal Search Form is to use install the search module. A fresh installation of Drupal does not include yet the search form in the installed and enable modules. Then, apply the desired settings that you want for your search form and add necessary permissions. (more…)