Friday, October 26, 2012

Master List of Modules

.xg_module - the general module code. The codes place here is applied to all modules present in the page. A module is compose of a module head, module body and a module foot.
     .xg_module_head - the general module head code. The codes place here is applied to all modules present in the page.
     .xg_module_body - the general module body code. The codes place here is applied to all modules present in the page.
     .xg_module_foot - the general module foot code. The codes place here is applied to all modules present in the page.

The List

#xj_module_gift - the module that shows your gifts...
.module_members - the module that shows your friends
.module_about_user - the profile information module
.module_blog - the blog module
 .module_birthdays - the birthdays module
.module_forum - the forum module(the one that displays your topics)
.module_feed - the feed module
.music - the music module
.module_photo - the photos module (your uploaded photos)
.module_notes - I kinda forgot what this was :/
.module_video - the video module(your uploaded videos)
.xg_module_comment_wall - the comment wall
.module_events - the events module
.module_groups - the group module
#xg_profile_activity - the activity module

To customize each module and each of its parts, first you choose a module to customize.
example:
I will be using the blog module.

.module_blog

To customize its header put the code (.xg_module_head) after it and separate it with a space in between the two codes. Like this:

.module_blog .xg_module_head

To customize its body put the code (.xg_module_body) after it and separate it with a space in between the two codes. Like this:

.module_blog .xg_module_body

To customize its footer put the code (.xg_module_foot) after it and separate it with a space in between the two codes. Like this:

.module_blog .xg_module_foot

Star Gazing