Apr
30
If you planning to add “Custom Dashboard Widgets” then you can achieve it easily.Just needed 20-30 min You can achieve it by adding code below on your [...]
Apr
24
Archived; click post to view. Excerpt: If you are planning to create fake page then you are in right place. In wordpress we can create pages as [...]
Apr
24
To show all post in homepage in wordpress, you just need to change default value. To achieve follow the instruction below. Step 1. Login to admin panel [...]
Apr
24
If you are thinking to Show all post of wordpress feed then you just need to do few tricks without touching core code. Just use the code [...]
Apr
24
If you are thinking to remove admin menu of wordpress(Left hand side) then you just need to do few tricks without touching core code. Just follow the [...]
Dec
18
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. [...]
Nov
16
Save and Edit is a module that provides a very simple, yet welcome function to node editing pages. The module simply adds a button titled “Save and [...]
Nov
15
Archived; click post to view. Excerpt: here is code to truncate text in drupal function truncate_utf8($string, $len, $wordsafe = FALSE, $dots = FALSE) { if (drupal_strlen($string) <= [...]
Nov
15
Archived; click post to view. Excerpt: The GMap module provides an interface to the Google Maps API within Drupal. It integrates with the Location module to provide [...]
Nov
15
Archived; click post to view. Excerpt: Textimage adds text to image functionality using GD2 and Freetype, enabling users to create crisp images on the fly for use [...]
Nov
15
This module provides an interface to PayPal using Instant Payment Notifications (IPN). It currently supports paid memberships (subscriptions), donations (tip jar) and paid adverts (classified ads). lm_paypal [...]
Nov
15
Here is function to get absoulte path in drupal below, function drupal_get_abs_path() { static $absolute_path_to_drupal = NULL; if ($absolute_path_to_drupal === NULL) { // Get the absolute path [...]
Nov
12
Import Drupal Countries Taxonomy into Your Web Site, You will need the Taxonomy XML module to import the list of countries. Click on the following link to download the [...]
Nov
12
Archived; click post to view. Excerpt: One of Drupal’s best features is taxonomy. This tutorial gives an introduction on how to use Drupal’s taxonomy system. New users to [...]
Nov
12
Archived; click post to view. Excerpt: Drupal is one of the most SEO friendly CMS in open source market.If you work in search engine optimization, or Internet [...]
Nov
12
Archived; click post to view. Excerpt: To make draggable content we require two module and they are views and draggableViews As we know that by default drupal [...]
Nov
12
Archived; click post to view. Excerpt: To add admin menu as like we do in drupal 6, then install module called as “Administration menu” Administration menu Provides [...]
Sep
23
Archived; click post to view. Excerpt: Since the launch of Facebook, Facebook has made the biggest change on September 23, 2011 at F8 conference. The change announced [...]
Jul
13
Archived; click post to view. Excerpt: When you have more than one language on Drupal site, you have to define the default language among one of them. [...]
Jul
1
If you want to have different theme as per desktop(layout) and iphone then it is just easy to get it. To use contributed iphone theme, download from [...]