• Registration
  • Feedback
  • Site Map
  • Contact Us
PHP Content Management System [PHP CMS software]
  • Home
  • About Us
  • Product
  • Gallery
  • Brochure
  • Feedback
  • Clients
  • Contact Us
Previous
Next
Latest News
26-04-2012 [12:51 PM]
License Details
License Terms Summary    For full...
26-04-2012 [12:21 PM]
Architecture overview/Configuration files
Inside the config folder...
26-04-2012 [12:02 PM]
Creating Custom Blocks
A block is a...
More News








Customization of individual Modules theme.

 
BROWSE BY CATEGORY
  • News
    • Licenses (2)
    • Setup and Configuration (2)
    • FAQ (2)
    • Developer Documentation (4)
    • HowTo, Tips & Tricks (3)
    • Product Wise Documentation (1)
    • Maintenance and Optimization (2)
    • Templates Customization (4)
    • Knowledgebase (3)
    • Site Building Guide (1)
Apr

26

2012

Customization of individual Modules theme.

2012-04-26 10:19:39 & Posted by : Mr Developer Developer
You are free to customize the modules and it’s template according to the requirement. Here it explained the modules hierarchical organizational structure for better understanding:

Application_Main_Directory
|
|___application
    |
    |___modules
        |
        |___Name Of Module
             |
             |___config [Corresponding Module’s config]
             |             
             |___controllers             
             |             
             |___forms  [Corresponding Module’s forms]
             |
             |___images [Corresponding Module’s Images]
             |
             |___languages
             |
             |___layouts [Editable Module's Layout]
                 |
                 |___filters
                 |
                 |___helpers
                 |
                 |___scripts
                     |
                     |___partial
                     |
                     |___layout.phtml
                     |
                     |___....phtml
             |
             |___models
             |
             |___services
             |
             |___views
                 |
                 |___helpers
                 |
                 |___scripts     [Editable Module's Templates]
                    |
                    |___index
                    |
                    |___backend  [Admin view able templates]
                    |
                    |___frontend [public view able templates]
                    |
                    |___other.....
                    |
                    |___so on........
             |
             |___Bootstrap.php


To change module’s design layout. 

According to the modules hierarchical organizational structure shown above, go to <$DocumentRoot>/application/modules/<$ModuleName>/layouts/scripts/ and open the relevant .phtml file you want to modify. By default index.phtml represents the 1st default page to call .  The sub-directory "/partial" contents the related designed block use to render the dynamic data model of respective modules.  

 
To change module’s module’s content / body area. 

 According to the modules hierarchical organizational structure shown above, in order to change content area of a module open <$DocumentRoot>/application/modules/<$ModuleName>/views/scripts/ and edit the relevant sub-directory's .phtml file you want to modify. By default index/index.phtml represents the 1st default page to call .  The sub-directories contents the related template designed use to render the dynamic data model of respective modules. 

 

 

 

Comments

 
Add a Comment
 
Title:
Comment:*

Submit Comment

Copyright © 2025 All Rights Reserved  Web Design Company Eicra Soft Ltd Version : 2.8.3