User Tools

Site Tools


projects:liflg:forum

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:liflg:forum [2015/01/28 22:18] kratz00projects:liflg:forum [2017/07/17 13:13] (current) kratz00
Line 1: Line 1:
 ====== Style ====== ====== Style ======
  
-http://www.phpbb.com/customise/db/style/we_universal version 2.3.(https://github.com/inventea/we_universal/)+http://www.phpbb.com/customise/db/style/we_universal version 2.4.(https://github.com/inventea/we_universal/)
  
-After updating the files visit //Administration Control Panel >> Styles Tab// and refresh all style components (Templates, Themes and Imagesets).+After updating the files visit //Administration Control Panel >> General// and click the "Run now" button at "Purge the cache".
  
 ====== Patches ====== ====== Patches ======
Line 10: Line 10:
  
 <code> <code>
-diff -Naur we_universal.orig/template/overall_header.html we_universal/template/overall_header.html +diff -Naur we_universal-2.4.3/we_universal/template/navbar_header.html we_universal-2.4.3.patched/we_universal/template/navbar_header.html 
---- we_universal.orig/template/overall_header.html 2015-01-27 12:46:32.000000000 +0100 +--- we_universal-2.4.3/we_universal/template/navbar_header.html 2015-09-15 15:57:16.000000000 +0200 
-+++ we_universal/template/overall_header.html 2015-01-28 21:40:01.398495150 +0100 ++++ we_universal-2.4.3.patched/we_universal/template/navbar_header.html 2015-09-24 18:26:39.787946935 +0200 
-@@ -126,+126,7 @@ +@@ -18,+18,7 @@ 
-  <div class="inventia-dashboard"> +  <div class="inventea-forum-menu"> 
-  <nav class="inventia-forum-menu"> +  <ul class="inventea-menu" role="menubar"> 
-  <ul class="inventia-menu"+  <!-- EVENT overall_header_navigation_prepend --> 
-+ <li class="inventia-menu-item"><a href="http://liflg.org/">Back to LIFLG</a></li> +- 
-  <li class="inventia-menu-item"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li> +                      <li><a href="http://liflg.org/" role="menuitem">Back to LIFLG</a></li> 
-  <!-- IF S_DISPLAY_SEARCH --><li class="inventia-menu-item"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF --> +  <li><a href="{U_FAQ}" rel="help" title="{L_FAQ_EXPLAIN}" role="menuitem">{L_FAQ}</a></li> 
-  <!-- IF U_TEAM --><li class="inventia-menu-item"><a href="{U_TEAM}" title="{L_THE_TEAM}">{L_THE_TEAM}</a></li><!-- ENDIF -->+  <!-- IF S_DISPLAY_SEARCH --><li><a href="{U_SEARCH}" role="menuitem">{L_SEARCH}</a></li><!-- ENDIF --> 
 +  
 +diff -Naur we_universal-2.4.3/we_universal/template/navbar_responsive_header.html we_universal-2.4.3.patched/we_universal/template/navbar_responsive_header.html 
 +--- we_universal-2.4.3/we_universal/template/navbar_responsive_header.html 2015-09-15 15:57:16.000000000 +0200 
 ++++ we_universal-2.4.3.patched/we_universal/template/navbar_responsive_header.html 2015-09-24 18:44:18.356296437 +0200 
 +@@ -7,7 +7,7 @@ 
 +             <li><a href="{U_INDEX}" role="menuitem"><i class="fa fa-fw <!-- IF U_SITE_HOME -->fa-globe<!-- ELSE -->fa-home<!-- ENDIF -->"></i> {L_INDEX}</a></li> 
 +  
 +             <!-- EVENT overall_header_navigation_prepend --> 
 +
 ++            <li><a href="http://liflg.org/" role="menuitem">Back to LIFLG</a></li> 
 +             <li><a href="{U_FAQ}" role="menuitem"><i class="fa fa-fw fa-info-circle"></i> {L_FAQ}</a></li> 
 +  
 +             <!-- EVENT navbar_header_quick_links_before --> 
 </code> </code>
  
Line 26: Line 40:
  
 <code> <code>
-diff -Naur we_universal.orig/theme/we_universal.css we_universal/theme/we_universal.css +diff -Naur we_universal-2.4.3/we_universal/theme/common.css we_universal-2.4.3.patched/we_universal/theme/common.css 
---- we_universal.orig/theme/we_universal.css 2015-01-27 12:46:32.000000000 +0100 +--- we_universal-2.4.3/we_universal/theme/common.css 2015-09-15 15:57:16.000000000 +0200 
-+++ we_universal/theme/we_universal.css 2015-01-28 22:06:18.442261922 +0100 ++++ we_universal-2.4.3.patched/we_universal/theme/common.css 2015-09-24 18:39:10.495251575 +0200 
-@@ -104,8 +104,7 @@+@@ -105,8 +105,7 @@
    
- .inventia-dashboard {+ .inventea-dashboard {
   position: relative;   position: relative;
-- min-height: 230px+- min-height: 240px
-- background: url("{T_THEME_PATH}/images/dashboard.jpg") center center no-repeat;+- background: url("./images/dashboard.jpg") center center no-repeat;
 + min-height: 130px; + min-height: 130px;
   background-size: cover;   background-size: cover;
  }  }
    
-@@ -234,7 +233,7 @@+@@ -141,7 +140,7 @@
   * Forum name and description   * Forum name and description
   */   */
- .inventia-sitename { + .inventea-sitename { 
-- padding: 70px 50px 92px;+- padding: 76px 50px 98px;
 + padding: 40px 50px 32px; + padding: 40px 50px 32px;
   color: #fff;   color: #fff;
   font-size: 14px;   font-size: 14px;
  }  }
-@@ -262,7 +261,7 @@+@@ -223,7 +222,7 @@
  }  }
    
- .inventia-forum-menu {+ .inventea-posts-menu {
 - right: 0; - right: 0;
 + left: 0; + left: 0;
  }  }
    
- .inventia-user-menu {+ .inventea-forum-menu { 
 </code> </code>
projects/liflg/forum.1422479931.txt.gz · Last modified: 2015/01/28 22:18 by kratz00