Add-on pour Breizh Shoutbox v1.0.0
Pour afficher la shoutbox sur une page portail, faire ceci:
Ouvrir portal.php
rechercher:
ajouter avant, dans une nouvelle ligne:
Ouvrir styles/votre_style/template/portal/portal_body.html
rechercher:
ajouter après, dans une nouvelle ligne:
rechercher:
ajouter avant, dans une nouvelle ligne:
Pour afficher la shoutbox sur une page supplémentaire, faire ceci:
Ouvrir votre_page.php
rechercher:
ajouter avant, dans une nouvelle ligne:
Ouvrir styles/votre_style/template/votre_page.html
rechercher:
ajouter après, dans une nouvelle ligne:
rechercher:
ajouter avant, dans une nouvelle ligne:
Pour afficher la shoutbox sur une page portail, faire ceci:
Ouvrir portal.php
rechercher:
- Code: Select all
page_footer();
ajouter avant, dans une nouvelle ligne:
- Code: Select all
if (!function_exists('shout_display')) { include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx); } shout_display();
Ouvrir styles/votre_style/template/portal/portal_body.html
rechercher:
- Code: Select all
<!-- INCLUDE overall_header.html -->
ajouter après, dans une nouvelle ligne:
- Code: Select all
<!-- IF S_DISPLAY_SHOUTBOX and POS_SHOUT_PORTAL_TOP and PORTAL_SHOUT --> <!-- INCLUDE shout_body.html --> <!-- ENDIF -->
rechercher:
- Code: Select all
<!-- INCLUDE overall_footer.html -->
ajouter avant, dans une nouvelle ligne:
- Code: Select all
<!-- IF S_DISPLAY_SHOUTBOX and POS_SHOUT_PORTAL_END and PORTAL_SHOUT --> <!-- INCLUDE shout_body.html --> <!-- ENDIF -->
Pour afficher la shoutbox sur une page supplémentaire, faire ceci:
Ouvrir votre_page.php
rechercher:
- Code: Select all
page_footer();
ajouter avant, dans une nouvelle ligne:
- Code: Select all
if (!function_exists('shout_display')) { include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx); } shout_display();
Ouvrir styles/votre_style/template/votre_page.html
rechercher:
- Code: Select all
<!-- INCLUDE overall_header.html -->
ajouter après, dans une nouvelle ligne:
- Code: Select all
<!-- IF S_DISPLAY_SHOUTBOX and POS_SHOUT_ANOTHER_TOP and ANOTHER_SHOUT --> <!-- INCLUDE shout_body.html --> <!-- ENDIF -->
rechercher:
- Code: Select all
<!-- INCLUDE overall_footer.html -->
ajouter avant, dans une nouvelle ligne:
- Code: Select all
<!-- IF S_DISPLAY_SHOUTBOX and POS_SHOUT_ANOTHER_END and ANOTHER_SHOUT --> <!-- INCLUDE shout_body.html --> <!-- ENDIF -->
RSS Feeds
Search
Login
View unanswered posts
View new posts (0)
View active topics


















