Difference between revisions of "Templates Documentation"

(Created page with "{{alert|<center>Please note that the content on this page is currently incomplete. Please treat it as a work in progress.</center>|alert}} <!-- BEGIN: FIRST ROW --> <div class...")
 
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{alert|<center>Please note that the content on this page is currently incomplete. Please treat it as a work in progress.</center>|alert}}
+
<div class="uk-margin-large-bottom">
<!-- BEGIN: FIRST ROW -->
+
{{alert|<center>'''CREATING THE THEME DESIGNER COMPATIBLE TEMPLATE'''</center><br/>
<div class="row-fluid">
+
Starting from JomSocial 4.0.2 a template developer kit will be provided for third party developers to learn how to build Theme Designer compatible templates. If you're a template developer, please read the article bellow to read the documentation on this new feature. <br />
    <div class="span6">
+
<center>[[Template Developer Kit]]</center>|alert-danger}}
<div style="border-bottom:1px solid e0e9e9; background-color:#eee; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">General Template Docs</div>
+
</div>
<div style="padding:0.4em 1em 0.3em 1em;">
+
 
* [[JomSocial VS Joomla Template|JomSocial VS Joomla Template]]
+
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
* [[Create Template|Create Template]]
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
* [[Customizing Template|Customizing Template]]
+
<div class="uk-panel uk-panel-box">
 +
<div class="header header-plain">Flat Theme</div>
 +
<div class="block">
 +
* [[Flat Theme|Overview & Requirements]]
 +
* [[Flat Theme Installation|Installation]]
 +
* [[Flat Theme Module Positions|Module Positions]]
 
</div>
 
</div>
 
</div>
 
</div>
    <div class="span6">
+
</div>
<div style="border-bottom:1px solid e0e9e9; background-color:#eee; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Template Guides</div>
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
<div style="padding:0.4em 1em 0.3em 1em;">
+
<div class="uk-panel uk-panel-box">
 +
<div class="header header-plain">Column Theme</div>
 +
<div class="block">
 +
* [[Column Theme|Overview & Requirements]]
 +
* [[Flat Theme Installation|Installation]]
 +
* [[Column Theme Module Positions|Module Positions]]
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 +
<div class="uk-panel uk-panel-box">
 +
<div class="header header-plain">Default JomSocial Theme</div>
 +
<div class="block">
 
* [[Changing Default Template]]
 
* [[Changing Default Template]]
 
* [[Built-in Module Positions]]
 
* [[Built-in Module Positions]]
 
* [[Template Parameters]]
 
* [[Template Parameters]]
 +
* [[Replacing Default Avatar|Replacing Default Avatar]]
 +
* [[Change Get Connected Image|Change Get Connected Image]]
 
</div>
 
</div>
 
     </div>
 
     </div>
 
</div>
 
</div>
<!-- END: FIRST ROW -->
+
 
 +
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 +
<div class="uk-panel uk-panel-box">
 +
<div class="header header-plain">General Template Docs</div>
 +
<div class="block">
 +
* [[JomSocial Templates|JomSocial Templates]]
 +
* [[JomSocial VS Joomla Template|JomSocial VS Joomla Template]]
 +
* [[Customizing Template|Customizing Template]] <span class="label label-danger">Till 3.2.1</span>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 +
<div class="uk-panel uk-panel-box">
 +
<div class="header header-plain">Various Template Hacks and Mods</div>
 +
<div class="block">
 +
* [[Replacing the Joomla Native Login Screen With Hello Me Module]]
 +
</div>
 +
</div>
 +
</div>
 +
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 +
<div class="uk-panel uk-panel-box">
 +
<div class="header header-plain">Template Developers Section</div>
 +
<div class="block">
 +
* [[Creating New Template]]
 +
</div>
 +
</div>
 +
</div>
 +
</div>

Latest revision as of 09:28, 22 August 2017

CREATING THE THEME DESIGNER COMPATIBLE TEMPLATE

Starting from JomSocial 4.0.2 a template developer kit will be provided for third party developers to learn how to build Theme Designer compatible templates. If you're a template developer, please read the article bellow to read the documentation on this new feature.

Template Developer Kit