CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : mourya

Drupal 7 – Creating a module (Part – 5)

We have successfully created a configuration settings form for our Example module. In our previous article we have instructed Drupal to create a form for us. Most of the form functionality is prepared for us by Drupal. Now when we submit our form, Drupal will call “example_admin_settings_submit” function. In this article, we are going to […]

WordPress 3 – Enable or Disable Revisions

Revisions feature is one of the great features in WordPress Content Management System. Revisions allow maintaining different versions of the post into the database. Whenever required we can restore the post from its revisions. When the Revisions feature is enabled, WordPress maintains all the revisions and their information into the database tables; which increases the […]

Joomla 3 – Adding and Modifying Users

In Joomla 3, user management is handled through “User Manager”. A user is a person; authorized to access Joomla components. Through this article, we are going to discuss how we can add/modify users through “User Manager”. Step 1. Log in to the website’s Control Panel as an administrator. Joomla will display the “Control Panel” page. […]

Drupal 7 – Creating a module (Part – 4)

As of now, we have created a node on the Configuration page to place the link to change the example module’s configuration settings. Now we have to implement the functionality to run when the user clicks on the Example node from the Configuration page. That means, we have to tell Drupal to display the Example […]

Joomla 3 – Linking articles and menu-items

Joomla allows to link articles with menu items. When you click on the menu items, Joomla will open associated articles. Joomla made it easy by providing simple user interface. Step 1. Log-in into your Joomla based website as an administrator. Joomla will display an admin “Control Panel”. Step 2. Click on “Menu Manager” item from […]

Joomla 3: Creating Menus and Menu Items

Joomla provides a simple user interface to allow the users to create menus and its menu items. Also, through the Joomla interface, we can set what action is to be performed when the user clicks on the menu item. This article explains the steps to perform this. Step 1. Log in to Joomla as an […]

Drupal 7 – Creating a module (Part – 3)

In our previous article, we have created a simple module that displays a “Welcome!” message whenever the user log-in to the Drupal-based website(s). Is that so simple to develop a module in Drupal 7? Yes, it is. But not this simple. Modules will do a lot of things. We have seen a simple part of […]

Joomla 3 – Creating categories

Categories are used to categorize articles added in Joomla. In this article, we will look into how to create categories. Step 1. Log in to Joomla as an administrator. Joomla will open the “Control Panel” page. Step 2. Click on the “Category Manager” link which is on the left side of the page. Joomla will […]

Joomla 3 – Creating articles

Joomla provides a simple users interface to allow the users to create articles. Step 1. Log in to your Joomla-based website as an administrator. Joomla will display the Control Panel. Step 2. Click on the “Add New Article” link which is on the left side of the “Control Panel” page. Joomla will display the “Article […]

Drupal 7 – How to enable/disable Modules?

Drupal allows extending its functionality through modules. Drupal will display all installed modules on its modules page. And it allows to enable or disable the modules. Drupal will load and run the modules which are enabled. This article explains the steps to enable/disable modules in Drupal 7. Step 1. Log in to your Drupal website […]

Scroll to top