Changes

Line 1: Line 1:  
This page gathers info about Discourse migration.
 
This page gathers info about Discourse migration.
    +
<br />
 
==Tentative design==
 
==Tentative design==
[[File:Discourse-tentative-design-1.png|none|thumb|600x600px]]
+
<br />
   −
=== Custom Header to add ===
+
=== Custom logos ===
 +
<br />
 +
 
 +
==== Main forum logo ====
 +
[[File:Logo forum discourse (proposal).png|none|thumb|300x300px|Logo forum discourse (proposal)]]
 +
<br />
 +
 
 +
==== Logo to use in email notifications and mobile view ====
 +
[[File:Logo forum discourse (for email and mobile view).png|none|thumb|300x300px|Logo forum discourse(for email and mobile view)]]
 +
<br />
 +
 
 +
=== Custom layout ===
 +
 
 +
 
 +
Discourse allow to easily include a custom header and footer ; as well as custom styles.
 +
 
 +
This is a tentative custom Layout
 +
<br />[[File:Discourse-tentative-design-1.png|none|thumb|800x800px|alt=]]<br />
 +
====Custom Header to add====
 
Go to <code>Admin → Customize → Themes → Light → Edit CSS/HTML → Common → Header</code> and paste :
 
Go to <code>Admin → Customize → Themes → Light → Edit CSS/HTML → Common → Header</code> and paste :
   Line 49: Line 68:  
     </div>
 
     </div>
 
</div>
 
</div>
</syntaxhighlight>
+
</syntaxhighlight><br />
 
+
====Custom Footer to add====
=== Custom Footer to add ===
   
Go to <code>Admin → Customize → Themes → Light → Edit CSS/HTML → Common → Footer</code> and paste :
 
Go to <code>Admin → Customize → Themes → Light → Edit CSS/HTML → Common → Footer</code> and paste :
   Line 58: Line 76:  
<span itemprop="name">Dolibarr ERP &amp; CRM</span> © 2003-2017 - Gestion d'entreprise ou d'association
 
<span itemprop="name">Dolibarr ERP &amp; CRM</span> © 2003-2017 - Gestion d'entreprise ou d'association
 
</div>
 
</div>
</syntaxhighlight>
+
</syntaxhighlight><br />
 
+
====Custom CSS to add====
===Custom CSS to add===
      
Go to <code>Admin → Customize → Themes → Light → Edit CSS/HTML → Common → CSS</code> and paste :
 
Go to <code>Admin → Customize → Themes → Light → Edit CSS/HTML → Common → CSS</code> and paste :
Line 309: Line 326:  
   text-align: center;
 
   text-align: center;
 
}
 
}
</syntaxhighlight>
+
</syntaxhighlight><br />
 
   
==Allow PostgreSQL to be accessed from an external application==
 
==Allow PostgreSQL to be accessed from an external application==