|
From: Yettyn <jo...@us...> - 2008-02-04 15:45:29
|
Update of /cvsroot/mxbb/core/contrib/sync_overall_header In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12205/contrib/sync_overall_header Modified Files: how to.txt overall_header.tpl Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: how to.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/how to.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** how to.txt 9 Sep 2007 16:48:41 -0000 1.6 --- how to.txt 4 Feb 2008 15:45:21 -0000 1.7 *************** *** 3,7 **** HOW TO: ! Synchronize the phpBB and mxBB overall_header.tpl files (i.e. the header look and feel) ------------------------------------------------------------------------------- --- 3,7 ---- HOW TO: ! Synchronize the phpBB and MX-Publisher overall_header.tpl files (i.e. the header look and feel) ------------------------------------------------------------------------------- *************** *** 9,13 **** 1) Upload this overall_header.tpl, overwriting the existing overall_header.tpl file in /phpbbroot/templates/templatename/ ! 2) In /phpbbroot/includes/page_header.php, you will have to add some mxBB definitions. For more information on adding your custom portal links, take a look here: http://www.mx-system.com/index.php?page=108&mode=article&k=35 . # --- 9,13 ---- 1) Upload this overall_header.tpl, overwriting the existing overall_header.tpl file in /phpbbroot/templates/templatename/ ! 2) In /phpbbroot/includes/page_header.php, you will have to add some MX-Publisher definitions. For more information on adding your custom portal links, take a look here: http://www.mx-publisher.com/index.php?page=108&mode=article&k=35 . # *************** *** 37,41 **** # // ! // mxBB Definitions for the synchronized header // 'MX_ROOT_PATH' => $path_to_mx, --- 37,41 ---- # // ! // MX-Publisher Definitions for the synchronized header // 'MX_ROOT_PATH' => $path_to_mx, *************** *** 76,80 **** #-----[ BEFORE, ADD ]---------------------- # ! // mxBB Definitions for the synchronized header $lang['Portal_home'] = 'Portal Home'; --- 76,80 ---- #-----[ BEFORE, ADD ]---------------------- # ! // MX-Publisher Definitions for the synchronized header $lang['Portal_home'] = 'Portal Home'; Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/overall_header.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header.tpl 17 Dec 2005 20:28:17 -0000 1.4 --- overall_header.tpl 4 Feb 2008 15:45:21 -0000 1.5 *************** *** 30,34 **** <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> ! <td align="left" valign="top" width="25%"><a href="{U_INDEX_PORTAL}"><img src="{MX_ROOT_PATH}/{TEMPLATE_ROOT_PATH}/images/banner_mx-system.gif" border="0" alt="{L_INDEX}" vspace="1"/></a><br /><span class="genmed"><b>{SITENAME}</b></span><br /><span style="font-size: 5pt;">{SITE_DESCRIPTION}<br /> </span></td> <td align="center" valign="middle" width="50%">{PAGE_ICON}<span style="font-family: Arial; letter-spacing: 0.6em; font-variant: small-caps; font-weight: bolder; font-size: 18pt; color: {T_FONTCOLOR1}"> {L_FORUM} </span><hr></td> <td align="right" width="25%" valign="top"></td> --- 30,34 ---- <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> ! <td align="left" valign="top" width="25%"><a href="{U_INDEX_PORTAL}"><img src="{MX_ROOT_PATH}/{TEMPLATE_ROOT_PATH}/images/banner_mx-publisher.gif" border="0" alt="{L_INDEX}" vspace="1"/></a><br /><span class="genmed"><b>{SITENAME}</b></span><br /><span style="font-size: 5pt;">{SITE_DESCRIPTION}<br /> </span></td> <td align="center" valign="middle" width="50%">{PAGE_ICON}<span style="font-family: Arial; letter-spacing: 0.6em; font-variant: small-caps; font-weight: bolder; font-size: 18pt; color: {T_FONTCOLOR1}"> {L_FORUM} </span><hr></td> <td align="right" width="25%" valign="top"></td> |