Difference between revisions of "JomSocial VS Joomla Template"

(Created page with "The look-and-feel of a website reflects the website's identity and content. Therefore it is important for one to know and distinguish the difference between joomla! templates ...")
 
Line 1: Line 1:
The look-and-feel of a website reflects the website's identity and content. Therefore it is important for one to know and distinguish the difference between joomla! templates and jomsocial template. In order to have a complete look-and-feel of your site, you have to change both templates.<br />
+
The '''look''' and '''feel''' of a website reflects the website's identity and content. Therefore, it is important for the Administrator to know and distinguish the difference between a Joomla template and a JomSocial template. In order to have a complete "look and feel" for your site, you have to change both templates.<br/><br/>
Let's clarify here first. By analogy, Joomla! Platform is an operating system and the Jomsocial Component is the application in Joomla!. JomSocial is a Joomla! component. In Joomla!, there can only be one component displayed at a time.<br />
+
Let's clarify a few things first. By analogy, the Joomla Platform is an operating system and the JomSocial component is the application in Joomla. JomSocial is a Joomla component. In Joomla, there can only be '''one''' component displayed at a time.<br/><br/>
Now, Let's talk about Joomla! template. Joomla!'s templates can be found in Joomla!'s backend (Extensions -> Template Manager). You can go ahead and change the Joomla! template, it won't change the look-and-feel of the Jomsocial component.
+
Now, let's talk about the Joomla template. Joomla's templates can be found in Joomla's Backend (Extensions -> Template Manager). You can change the Joomla template and it won't change the "look and feel" of the JomSocial component.
  
 
[[File:Template joomvsjos 01.jpg ]]
 
[[File:Template joomvsjos 01.jpg ]]
  
 
=== Position of the JomSocial Component in Joomla===
 
=== Position of the JomSocial Component in Joomla===
So some of you might be wondering, where the heck does the position of JomSocial component is placed in Joomla? To answer that question please open templates\[template_name]\index.php found in your joomla directory.
+
So some of you might be wondering, where is the position of the JomSocial component placed in Joomla? To answer that question please open templates\[template_name]\index.php found in your Joomla directory.
  
The line responsible for displaying JomSocial is
+
The line responsible for displaying JomSocial is:
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
 
<jdoc:include type="component" />
 
<jdoc:include type="component" />

Revision as of 04:11, 8 March 2013

The look and feel of a website reflects the website's identity and content. Therefore, it is important for the Administrator to know and distinguish the difference between a Joomla template and a JomSocial template. In order to have a complete "look and feel" for your site, you have to change both templates.

Let's clarify a few things first. By analogy, the Joomla Platform is an operating system and the JomSocial component is the application in Joomla. JomSocial is a Joomla component. In Joomla, there can only be one component displayed at a time.

Now, let's talk about the Joomla template. Joomla's templates can be found in Joomla's Backend (Extensions -> Template Manager). You can change the Joomla template and it won't change the "look and feel" of the JomSocial component.

Template joomvsjos 01.jpg

Position of the JomSocial Component in Joomla

So some of you might be wondering, where is the position of the JomSocial component placed in Joomla? To answer that question please open templates\[template_name]\index.php found in your Joomla directory.

The line responsible for displaying JomSocial is:

<jdoc:include type="component" />


Go ahead, search for it, and play as you like with it.