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. […]

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 […]

Scroll to top