Kris, kung gusto nimo hardcore na editing sa template na walay gamit editor,
you will need to know how Joomla uses the INDEX.PHP file in the template.

INDEX.PHP contains the following functions:

<?php mosShowHead(); ?>
- controls the display and parameters of the head-related objects like page
banners, etc.

<?php mosPathWay(); ?>
- I forgot about this. Seems related to keeping track of which section of
the site you are in. (ie. when you are in a subsection of a forum etc..) Not
sure.

<?php mosLoadCurrentDate(); ?>
- Date-related function including how to display the date, date format,
time, etc..

<php mosMainBody(); ?>
- anything and everything related to displaying the main contents.

<?php mosLoadModules('left');?>
- everything that you will declare in Joomla Administration to be displayed
to the left panel of the page will be put here. So the Main Menu, other
menus, and objects declared "left" position will be here. If you want
everything to be on the right, then put this function on the right pane (eg.
" <td></td>") of the INDEX.PHP layout table.

<?php mosLoadModules('right');?>
- opposite of the above.

<?php mosLoadModules('user1');?>
- user related

<?php mosLoadModules('user2');?>
- user related

<?php mosLoadComponent('banner', -1);?>
- banner advertisements will be displayed here. This will contain the
"banners" that are not related to the head section. You will see the setting
in Joomla Administration. Usually some people disabled the advertisement
banners. This controls them.

For images that you will include in your template, you will also need to
declare them in TEMPLATE_CSS.CSS as well as the template thumbnail.


I have a blank template framework for Joomla, doesn't include images. I can
email it to you if you want.

Regards!

On 2/14/07, Kristopher Julius Alcordo <[EMAIL PROTECTED]> wrote:

@hard wyrd
Saon lugar pag assign? You mean other positions sa modules? :(

On 2/14/07, hard wyrd <[EMAIL PROTECTED] > wrote:
>
> Pwede ra man na niya i-assign to another section sa layout.
>
> On 2/14/07, Ridvan Lakas ng Bayan S. Baluyos < [EMAIL PROTECTED] >
> wrote:
> >
> >
> >
> > On 2/14/07, hard wyrd <[EMAIL PROTECTED]> wrote:
> > >
> > > Rid, you can manipulate the template in Joomla. But you have to do
> > > the manipulation before you upload your template to your host.
> > >
> > > What I do is:
> > >
> > > 1. Install a local LAMP server
> > > 2. Install Joomla in your local LAMP server.
> > > 3. extract your template to a folder then open the CSS folder.
> > >
> > >
> > aw. lagi sir, i modify the templates. hehe. ako pasabot is if he
> > removes the gray area. i think the container for the main menu will be
> > removed also. hehe.
> >
> > --
> > はくさま
> > Ridvan Lakas ng Bayan Superioridad Baluyos
> > BS Computer Science major in Information Technology
> > Xavier University(Ateneo de Cagayan)
> >
> > v3sw3hw4ln6pr6OPck5ma8u6Lw5Xm5l6Cui5Ce6/8t4b6
> > Oen5g6RTPa20s4MSr5p5... hackerkey.com
> > Registered Linux User #439466
> > http://ridvan.baluyos.net
> > "Theory and Practice: same in theory but different in practice."
> >
> > _________________________________________________
> > Kagay-Anon Linux Users' Group (KLUG) Mailing List
> > [email protected] (http://cdo.linux.org.ph)
> > Searchable Archives: http://archives.free.net.ph
> >
>
>
>
> --
> "A dog that has no bite, barks loudest."
> Registered Linux User #400165
> Subscribed to:
> LARTC, Open-ITLUG, PRUG, KLUG, sybase.public.ase.linux
>
> _________________________________________________
> Kagay-Anon Linux Users' Group (KLUG) Mailing List
> [email protected] (http://cdo.linux.org.ph)
> Searchable Archives: http://archives.free.net.ph
>



--
mabuhaynurses.com
pinoygamersforum.com
Blog: http://www.sphaggy.net

_________________________________________________
Kagay-Anon Linux Users' Group (KLUG) Mailing List
[email protected] (http://cdo.linux.org.ph)
Searchable Archives: http://archives.free.net.ph




--
"A dog that has no bite, barks loudest."
Registered Linux User #400165
Subscribed to:
LARTC, Open-ITLUG, PRUG, KLUG, sybase.public.ase.linux
_________________________________________________
Kagay-Anon Linux Users' Group (KLUG) Mailing List
[email protected] (http://cdo.linux.org.ph)
Searchable Archives: http://archives.free.net.ph

Reply via email to