+ Reply to Thread
Results 1 to 1 of 1

Thread: Joomla! Tutorial #2: Joomla! Extensions

  1. #1
    Newbie takercena will become famous soon enough takercena will become famous soon enough
    Join Date
    Feb 2008
    Location
    Seremban, Malaysia
    Age
    21
    Posts
    14

    Joomla! Tutorial #2: Joomla! Extensions

    Joomla! Tutorial #2
    Joomla! Extensions
    Things That You Need to Know

    By Muhammad Syafiq for http://forum.codecall.net.

    Because Open Source Matter…


    Joomla! is a very rich in application for Content Management System. This part of tutorial will introduce to you one of the Joomla! main core. It’s very important to know this so you know what type of website that you going to make later.

    As you see, Joomla! consists of various extension of plugins, components, modules, languages and templates. You can see this by pointing to ‘Extension > Install/Uninstall manager’ from the admin page.
    Extensions:



    1. Components
    Components is the main core of Joomla!. It’s the advanced and complex extension inside. Joomla!. It’s like an application inside an OS. When there is a request to the Joomla! powered website, these component will render the specified main page. Components are the major portion of your page as it is driven by a menu item and every menu item runs a component.
    If you installing a component, you also probably installing module. (From admin page point to Component on the top menu)

    2. Modules
    Modules are simple plugin that render page. It’s like component extensions but it’s not complex. It can be as simple as HTML. However, modules have a limit functionality like modify the data on the fly interactively. (From the admin page point to Extension > Module Manager)



    3. Languages
    It consist key/value pairs that help the translation of static text string inside Joomla! source code.
    (From the admin page point to Extension > Language Manager)

    4. Plugins
    Also known as mambots, these extension will handle every event that was triggered by other extensions that was registered to. Most likely, you will ignore this most of the time. (From the admin page point to Extension > Plugin Manager)

    5. Templates
    Simple extension. Template is easy to build and it will help a lot in customizing the website.
    (From the admin page point to Extension > Template Manager)

    This is the basic thing that you should know inside Joomla!. Next time, we will do some styling to the website.

    Summary
    Component: mini-application to render the main page body
    Module: renders small html blocks on any page
    Plugin: changes code behavior dynamically (renamed from mambot)
    Language: provides language translation
    Attached Images
    • File Type: bmp 2.bmp (131.3 KB, 428 views)
    • File Type: bmp 3.bmp (81.2 KB, 420 views)
    Attached Files
    Last edited by takercena; 02-23-2008 at 06:10 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Project: ionFiles - Joomla Simple File Download
    By Jordan in forum Community Projects
    Replies: 369
    Last Post: 01-30-2010, 01:10 PM
  2. vBulletin Top Posters for Joomla!
    By Jordan in forum Community Projects
    Replies: 12
    Last Post: 08-05-2009, 08:06 PM
  3. CodeCall Tutorial Contest #4
    By Jordan in forum Announcements
    Replies: 29
    Last Post: 02-25-2008, 11:25 AM
  4. Tutorial : Joomla! The Basic
    By takercena in forum Tutorials
    Replies: 4
    Last Post: 02-22-2008, 11:06 PM
  5. John's Java Tutorial Index
    By John in forum Java Tutorials
    Replies: 0
    Last Post: 01-11-2007, 03:05 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts