Display a Joomla Component only

Discussion in 'PHP/MySql' started by balajia, Aug 3, 2010.

Remove these ads by signing in
Remove these ads by signing in
  1. balajia New Member

    Member Since:
    Jul 1, 2010
    Message Count:
    27
    Likes Received:
    1
    Occupation:
    Web Developer
    Location:
    India
    In Joomla1.5, you can choose the display a component by itself without any modules and without any template styles. To do this you simply have to do is add "?tmpl=component" or "&tmpl=component" to the end of the URL, depending on whether or not there are already other parameters on the end of the URL.

    For example, if you just want to view the component on the home page of the DART Creations Joomla 1.5 demo site, you simply add "?tmpl=component" to the URL like this: DART Creations - Joomla 1.5 Demo Site
    This trick is especially helpful for template designers because you can see HTML used in the component, and then you can decide how best to set up your CSS for styling that component.

Share This Page