-
13 Jul
How to configure the administration menu in Drupal
If you want to configure the Administration Menu in drupal for that use below steps. Steps For configure the Administration Menu :- Steps 1 : – Download the Administration Menu in Below URL. https://drupal.org/project/admin_menu Steps 2 :- Put the Download Modules in Below Directory
Directory: – Sites -> All -> Modules- Category :
- Drupal
-
12 Jul
How to implement XHTML to Drupal Theme
If you want to make a Xhtml page is your drupal Home page for that use below steps. Steps For Implement XHTML to Drupal Theme. Create Custom Themes Require Two Files :- – Custom-Themes-Name.info File – page.tpl File Path :- \drupal\themes\Custom-Themes-Name
- Custom-Themes-Name.info File
name = Custom-Themes-Name.
description = Custom-Themes Description
version = VERSION- Category :
- Drupal
-
12 Jul
Drupal 6 to Drupal 7 Migration Steps
If you want to Migrate you drupal site in higher version follow the steps that helps you in easy migration. Step 1: Backup your site’s database. Step 2: Backup all your folders and files. Step 3: Double check to make sure you can complete the upgrade.
Step 4: Check for the latest version of Drupal 6.x.
-Go to Administer (or Administration) >> Reports >> Status report.- Category :
- Drupal
-
09 Jul
How to use session in Joomla
Using Session In Joomla Session plays an important role in web application. Session storage is used to store the user data over certain period of time. Session information is destroyed when user is inactive for certain period of time. Session information is stored on web server using session identifier (session ID) generated when the first request (sometimes authenticated) from the end user running web browser is received.
- Category :
- Joomla
-
09 Jul
Display views count of particular post without using plugin in wordpress
Several plugins are available for displaying Views Count for a particular post. So, from that you can know how many times a particular post has been viewed. You can use plugins like “Post Views Count” or “WP-PostViews”, but also possible to complete this task with simple code in themes function.php file.
- Category :
- Wordpress
-
08 Jul
Adding variable request in helloworld or any joomla module
In this Joomla Module Tutorial you will find how to add variable request in module. Adding a variable request to a module is simple which is done by installation file .xml. We will replace some code in the xml file to add variable request in the Helloworld Module.
Creating Variable Request
In the .xml file we will add <config> tag to add variable request like shown below.- Category :
- Joomla
-
08 Jul
Change your joomla website default admin url
The Back-end of a Joomla! site is used to manage the content, appearance and functionality of the site. It is not seen by visitors to the ‘Front-end’ and you can only login to it if you have appropriate permissions. Joomla uses “Administrator ” name for its backend URL by default. It remains not much secure if we have already kept URL as by default .So For security reason we need to change joomla administrator folder. To protect your joomla website you need to rename your administrator folder or path.
Here is the steps to implement this.- Category :
- Joomla
-
05 Jul
How to Display a Twitter tweet in Drupal as a Block
Use twitter_pull_render Functions:- twitter_pull_render ($twitkey, $title = NULL, $num_items = NULL, $themekey = NULL) ARGUMENTS: I.@param $twitkey II.@param $title III.@param $num_items IV.@param $themekey Drupal theme key-name to use for theming the output of the Twitter response.
- Category :
- Drupal
-
05 Jul
Drupal 6.0 to Drupal 6 any higher version Migratation Steps
Download source and Database Backup – Current Sites. Set Admin Passwords in database Disable to All Modules without Core-optional and Core-Required. Set Site offline Mode.
- Category :
- Drupal
-
05 Jul
Display dynamic slide show in Drupal
Some times you need to be make a dynamic slideshow. So, for that use this below code to helpful you for making a attractive dynamic slideshow. Step:-1) Download view slideshow module. URL:-https://drupal.org/project/views_slideshow Step:-2) put this module in site/modules/ Directory. Step:-3) Now Go in Admin side and make View for Slideshow.
Step:-4) Add new View.- Category :
- Drupal