Page 1 of 1

Style request "Madevo" [prosilver base]

Posted: 12. December 2011 11:20
by bipbip-admin
Good morning,

i'm sorry, my english is poor but i need your help to modify the board portal 3 v1.0.2 style....my style is MADEVO you can download it on http://www.phpbb3styles.net/db/style/madevo?lang=fr
I'm not an expert in phpbb so thats why i need your help... :oops:

my forum adress is http://www.bipbip-detection.fr/index.ph ... ac33909c4f

Actually i have a temporary style for chrismas....I hope that you can help me.

Thanks very much my friend

Re: Style request "Madevo" [prosilver base]

Posted: 12. December 2011 20:15
by archivar
bipbip-admin wrote:Good morning,

i'm sorry, my english is poor but i need your help to modify the board portal 3 v1.0.2 style....my style is MADEVO you can download it on http://www.phpbb3styles.net/db/style/madevo?lang=fr
I'm not an expert in phpbb so thats why i need your help... :oops:

my forum adress is http://www.bipbip-detection.fr/index.ph ... ac33909c4f

Actually i have a temporary style for chrismas....I hope that you can help me.

Thanks very much my friend
Your board should phpBB v.3.0.9 and B3P v.1.6 have.
Then I can try to write a guide for the style.

Re: Style request "Madevo" [prosilver base]

Posted: 13. December 2011 09:35
by anywhere91
Hi

Question already asked and answers given early and in French => http://forums.phpbb-fr.com/mods-de-la-b ... 88133.html
Style based on prosilver Madevo with heritage. Make the changes requested in install.xml and :
  • uppload file root/styles/prosilver/*.* in ftp/forum/styles/madevo/*.*
  • Make changes to the files styles/madevo/template/overall_header.html, styles/madevo/template/overall_footer.html, and styles/madevo/theme/stylesheet.css
  • Refresh the style and clear the cache
  • enjoy
Regards

In French

Bonjour / Soir

Question déjà posée et début de réponse apporté et dans le forum phpbb-fr
Style Madevo basé sur prosilver avec heritage. Faire les modifications demandé dans install.xml, puis :
  • Envoyer tout le dossier root/styles/prosilver/*.* dans ftp/forum/styles/madevo/*.*
  • Faire les modifications sur les fichiers styles/madevo/template/overall_header.html, styles/madevo/template/overall_footer.html, et styles/madevo/theme/stylesheet.css
  • Raffraichir le styles et vider le cache
  • En profiter
Cordialement

Re: Style request "Madevo" [prosilver base]

Posted: 13. December 2011 10:33
by bipbip-admin
archivar wrote:Your board should phpBB v.3.0.9 and B3P v.1.6 have.
Then I can try to write a guide for the style.
Hi archivar, thanks for answering !
thats right, my board use phpBB 3.0.9 and i have b3p 1.0.6 in french, thanks for help..

Have a good day..

Bonjour anywhere,

merci pour ta réponse, je vais plancher dessus ce week end !

bye

Re: Style request "Madevo" [prosilver base]

Posted: 16. December 2011 10:52
by anywhere91
Hi

Modifications to do and test

Prosilver style with héritage (prosilver MUST be in the directory styles/)
Download and install madevo => (latest version http://www.phpbb3styles.net/db/style/madevo )
Open styles/madevo/template/overhall_header.html

Find

Code: Select all

<div class="navbar">  
Add before

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->  
Find

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>       
In-line Find

Code: Select all

<li class="icon-home">  
In-line Add after

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->       
Find

Code: Select all

        <div id="page-body">
            <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
            <div id="information" class="rules">
                <div class="inner">
                    <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
                </div>
            </div>
            <!-- ENDIF -->   
Add before

Code: Select all

<!-- ENDIF -->  
Openstyles/madevo/template/overhall_footer.html

Find

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>       
In-line Find

Code: Select all

<li class="icon-home">   
In-line Add after

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->       
Open styles/madevo/theme/stylesheet.css
Find

Code: Select all

@import url("madevo.css");  
Add after

Code: Select all

@import url("portal.css");  
Refresh template, theme, imageset and purge cache

Enjoy

In french

Bonjour / Soir

Pour faire suite a ce message, voici les modifications à faire

Style avec héritage prosilver (prosilver DOIT être dans le répertoire styles/)
Télécharger et installez madevo => (dernière version http://www.phpbb3styles.net/db/style/madevo )
Ouvrir styles/madevo/template/overhall_header.html

Rechercher

Code: Select all

<div class="navbar"> 
Ajouter avant

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU --> 
Rechercher

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>       
Rechercher dans

Code: Select all

<li class="icon-home"> 
Ajouter après

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->       
Rechercher

Code: Select all

        <div id="page-body">
            <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
            <div id="information" class="rules">
                <div class="inner">
                    <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
                </div>
            </div>
            <!-- ENDIF -->  
Ajouter avant

Code: Select all

<!-- ENDIF --> 
Ouvrir styles/madevo/template/overhall_footer.html

Rechercher

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>       
Rechercher dans

Code: Select all

<li class="icon-home">  
Ajouter après

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->       
Ouvrir styles/madevo/theme/stylesheet.css
Rechercher

Code: Select all

@import url("madevo.css"); 
Ajouter après

Code: Select all

@import url("portal.css"); 
Rafraichir template, theme, imaset et vider le cache

cordialement