Difference between revisions of "Templates Documentation"

 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="uk-margin-large-bottom">
 
<div class="uk-margin-large-bottom">
<div class="header header-danger"><center>Creating a template compatible with Theme Designer <span class="label label-success">NEW!</span></center></div>
+
{{alert|<center>'''CREATING THE THEME DESIGNER COMPATIBLE TEMPLATE'''</center><br/>
<div class="block block-warning">
+
 
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 />
 
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 />
<center>[[Template Developer Kit]]</center>
+
<center>[[Template Developer Kit]]</center>|alert-danger}}
</div>
+
 
</div>
 
</div>
  
 
+
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
 
+
 
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 
<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="uk-panel uk-panel-box">
<div class="header header-plain">Various Template Hacks and Mods</div>
+
<div class="header header-plain">Flat Theme</div>
 
<div class="block">
 
<div class="block">
* [[Replacing the Joomla Native Login Screen With Hello Me Module]]
+
* [[Flat Theme|Overview & Requirements]]
 +
* [[Flat Theme Installation|Installation]]
 +
* [[Flat Theme Module Positions|Module Positions]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 19: Line 18:
 
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 
<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="uk-panel uk-panel-box">
<div class="header header-plain">Template Developers Section</div>
+
<div class="header header-plain">Column Theme</div>
 
<div class="block">
 
<div class="block">
* [[Creating New Template]]
+
* [[Column Theme|Overview & Requirements]]
 +
* [[Flat Theme Installation|Installation]]
 +
* [[Column Theme Module Positions|Module Positions]]
 
</div>
 
</div>
 
</div>
 
</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]]
 +
* [[Built-in Module Positions]]
 +
* [[Template Parameters]]
 +
* [[Replacing Default Avatar|Replacing Default Avatar]]
 +
* [[Change Get Connected Image|Change Get Connected Image]]
 +
</div>
 +
    </div>
 
</div>
 
</div>
  
 
 
 
 
 
 
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
 
 
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 
<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="uk-panel uk-panel-box">
Line 43: Line 49:
 
</div>
 
</div>
 
</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 Guides</div>
 
<div class="block">
 
* [[Changing Default Template]]
 
* [[Built-in Module Positions]]
 
* [[Template Parameters]]
 
* [[Replacing Default Avatar|Replacing Default Avatar]]
 
* [[Change Get Connected Image|Change Get Connected Image]]
 
</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