category:
5 Basic Tips to Start Your New WordPress Website
Updated on: 02 Nov 2023
Are you a beginner in the blogging world and planning to start your new WordPress Website? There is a whole new trend of blogging and its returns do seem lucrative in the long run. But starting off with a new WordPress website can be difficult without a proper To-Do list or guide to get started. […]category:
Why Managed WordPress Hosting is Important For Your Business?
Updated on: 06 Nov 2023
Managed WordPress Hosting In the past few years, WordPress websites have gained an increasingly high amount of popularity due to which web hosting service providers are switching to hosts that specialize only in WordPress websites. This service is known as Managed WordPress Hosting service. This is basically a service which ensures that the host manages […]category:
Keep Joomla 1.0.x compatible after upgrading PHP 5.2 to 5.3 in Plesk
Updated on: 19 Oct 2023
PHP 5.3 introduces various new tags and deprecated certain PHP functions which were being supported till ver 5.2. We recently upgraded the PHP version on one of our servers to 5.3 and found that it broke one site which was built on ver Joomla 1.0.x. Following is a simple update to ensure that the site […]category:
Create custom registration fields using Drupal
Updated on: 20 Oct 2023
In Drupal websites, the login and registration is already integrated by default. But in one of our sites, our requirement is to add some custom fields in the drupal registration form. E.g., Full name, address, state, postcode, etc. To fulfill our requirement we will use profile module. Once, the profile module is installed and enabled […]category:
Create a custom block in Drupal 6 using modules
Updated on: 25 Oct 2023
In this post we will discuss on creating a custom block through a module in Drupal 6. One question can come into your mind that we can create block from the administrative menu/site building/blocks. So, what is the need to create block from module. The benefit of creating block from module is that, the module […]category:
How to create a view in Drupal
Updated on: 13 Nov 2023
In this post we will discuss how to create view to display the listing for the content types in drupal sites. In Drupal, you can create dynamic pages from administrative menu > content management > content > Add Option. So, if you are creating some dynamic content E.g. pages where you should like to list […]category:
Two ways to add Joomla users using your custom code
Updated on: 25 Oct 2023
The task of adding Joomla users, login/logout, activating/deactivating of users and password reset tasks etc are handled by the component com_users. In this post I will show how to add a joomla user from an external page. Adding users externally can be done in two ways: 1. Create an html form with correct fields and […]category:
Global variable to check Drupal user authentication
Updated on: 25 Oct 2023
In Drupal, the User is a core module of the CMS and is responsible for the user management section of Drupal websites. In this module a global variable is defined which returns the user Id (i.e, uid) of the currently logged user. All the users are stored in users table in the database and once […]