Difference between revisions of "Templates Documentation"

Line 1: Line 1:
<!-- BEGIN: FIRST ROW -->
+
<div>
<div class="row-fluid">
+
<div class="header header-danger"><center>Creating a template compatible with Theme Designer <span class="label label-success">NEW!</span></center></div>
    <div class="span12">
+
<div class="block block-warning">
<div class="header header-danger"><center>Creating a template compatible with Theme Designer <span class="label label-success">NEW!</span></center></div>
+
<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>
</div>
 
</div>
 
 
</div>
 
</div>
<!-- END: FIRST ROW -->
+
</div>
  
<!-- BEGIN: SECOND ROW -->
+
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
<div class="row-fluid">
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
    <div class="span6">
+
<div class="uk-panel uk-panel-box">
<div class="header header-plain">General Template Docs</div>
+
<div class="header header-plain">General Template Docs</div>
 
<div class="block">
 
<div class="block">
 
* [[JomSocial Templates|JomSocial Templates]]
 
* [[JomSocial Templates|JomSocial Templates]]
Line 21: Line 17:
 
</div>
 
</div>
 
</div>
 
</div>
    <div class="span6">
+
</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="header header-plain">Template Guides</div>
 
<div class="block">
 
<div class="block">
Line 32: Line 30:
 
     </div>
 
     </div>
 
</div>
 
</div>
<!-- END: SECOND ROW -->
 
  
<!-- BEGIN: THIRD ROW -->
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
<div class="row-fluid">
+
<div class="uk-panel uk-panel-box">
    <div class="span6">
+
 
<div class="header header-plain">Various Template Hacks and Mods</div>
 
<div class="header header-plain">Various Template Hacks and Mods</div>
 
<div class="block">
 
<div class="block">
Line 42: Line 38:
 
</div>
 
</div>
 
</div>
 
</div>
    <div class="span6">
+
</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="header header-plain">Template Developers Section</div>
 
<div class="block">
 
<div class="block">
Line 49: Line 47:
 
</div>
 
</div>
 
</div>
 
</div>
<!-- END: THIRD ROW -->
+
</div>

Revision as of 20:31, 21 December 2016

Creating a template compatible with Theme Designer NEW!

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