Style request "Madevo" [prosilver base]

Styles Anpassungen / Aufträge bitte hier veröffentlichen.
Styles adjustments / requests, please post here.
Forum rules
Please add a download link to the requested phpBB3 style.
The requested Style has to be released for the latest phpBB version.
------
Bitte füge einen Download-Link zu dem beantragten phpBB3 Style ein.
Anpassung können nur für Styles gemacht werden, die für die aktuelle phpBB3 Version angepasst sind.
Locked

Topic author
bipbip-admin
Active Member
Posts: 2
Joined: 12. December 2011 11:10
phpBB.de User: bipbip-admin
phpBB.com User: bipbip-admin

Style request "Madevo" [prosilver base]

Post 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
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Style request "Madevo" [prosilver base]

Post 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.
V.G. archivar
sorry for my bad english
User avatar

anywhere91
Translator
Posts: 62
Joined: 21. May 2009 11:02
phpBB.com User: Anywhere91
Location: 48°638127N 2°771616E or not far
Contact:

Re: Style request "Madevo" [prosilver base]

Post 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

Topic author
bipbip-admin
Active Member
Posts: 2
Joined: 12. December 2011 11:10
phpBB.de User: bipbip-admin
phpBB.com User: bipbip-admin

Re: Style request "Madevo" [prosilver base]

Post 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
User avatar

anywhere91
Translator
Posts: 62
Joined: 21. May 2009 11:02
phpBB.com User: Anywhere91
Location: 48°638127N 2°771616E or not far
Contact:

Re: Style request "Madevo" [prosilver base]

Post 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
Locked

Return to “Style requests”