-
12 Nov
How To Setup Rotating Banners in Joomla 3
In Joomla, once you created a banner module , you can specify how many banners you want to show in your site. If you are having 3 banners in your site and want to display all that banners at frontside then it would display all banners vertically in your site.
The following steps will show you how to setup rotating banners in your site .- Category :
- Joomla
-
11 Nov
How to Add a WYSIWYG Editor in Drupal site
If you want to add a WYSIWYG Editor in Drupal sites Use the following steps. Step 1:- Download the latest version of “WYSIWYG” Modules. URL:- https://drupal.org/project/wysiwyg Step 2:- After Download modules put the below directory. Directory:- sites\all\modules
- Category :
- Drupal
-
09 Nov
How to Fix Warning: I am able to write to the configuration file in Oscommerce
After installing the oscommerce to your server you can see this warning top of your store. This warning is display because the permissions on the file or directory are set to Read,Write and Execute. To fix this warning, you need to change the permission of the file or directory. Change the file or directory permission and set it to 644.
- Category :
- ecommerce
-
09 Nov
How to applying SQL patches in X-cart
X-Cart is allows to apply SQL patches using the Admin area of your store. You must login in admin user. Go to Main Menu: Tools -> Patch/Upgrade You will be seen Sql patches section in Patch/Upgrade section area.
- Category :
- ecommerce
-
09 Nov
Upload image without refresh or post form in php
We can upload file or image in php using jQuery. Here you can see image uploading by jQuery library. Even you can upload image as well video file, audio file ….etc
- Category :
- PHP
-
09 Nov
How to Show a List of Last Updated Posts in WordPress
When You update any post in wordpress admin side , WordPress always stores the date and time of that update in the posts table as last updated date in database. So Here We will show you how to create a custom WordPress query for displaying a list of your most recently updated posts of your site.
Step 1: Copy below given code in function.php file of your theme- Category :
- Wordpress
-
26 Oct
How to URL Rewriting with .htaccess File
In this post, URL Rewriting is help to search page ranking and also looks like neat on the browser address bar. It’s called Friendly URL.
- Category :
- PHP
-
26 Oct
Creating Meta Box in Page/Post
If want to add metabox in admin interface in posts/pages, then below simple code is useful. Add below code in theme’s function.php file :
- Category :
- Wordpress
-
21 Oct
If you want to make the clean urls with the pathauto module use the following steps
Step 1: Go to Administer >> Site configuration >> Clean URLs to check that they are enabled. Step 2: Download the latest version of “Pathauto” Modules and Download the “Token” Modules.
- Category :
- Drupal
-
19 Oct
How to hide the “Please Update Now Message” On WordPress Dashboard
When we go in our wordpress website dashboard its automatically lets us know when a new version of WordPress is released by inserting a message at the top of admin pages. This is definitely a good thing, because updating gives your blog the latest functions and security fixes. But if the blog is a client project, letting the client control updates may not be a good idea.
See the below image- Category :
- Wordpress