28/05/2007: RELASED :wink:
Install procedure:
Spoiler: [ Show ]
Spoiler: [ Hide ]
#
#-----[ INSTALL INSTRUCTIONS ]------------------------------------------
#
Copy all folders from ip_root into your forum root, then install the themes
you wish.
If you want to install multiple themes you may need to copy themes folders one
per time, then install and then proceed with the next theme. You need to do this
because some themes share theme_info.cfg and copying all folders together may
overwrite this file and you won't be able to install some themes.
#
#-----[ OPEN ]------------------------------------------
#
templates/mg_themes/mg_themes.cfg
#
#-----[ FIND ]------------------------------------------
#
);
// Valid Colors - END
#
#-----[ BEFORE, ADD ]------------------------------------------
#
'hpl_blue',
#
#-----[ FIND ]------------------------------------------
#
);
// TPL (overall_header and overall_footer suffix) Colors - END
#
#-----[ BEFORE, ADD ]------------------------------------------
#
'hpl_blue' => '_flash',
#
#-----[ FIND ]------------------------------------------
#
else
{
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td width="24" align="right" valign="bottom"><img class="topcorners" src="' . $current_template_images .
'tbl_h_l.gif" width="24" height="28" alt="" /></td>';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
elseif( $color == 'hpl_blue' )
{
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td width="46" align="right" valign="bottom"><img class="topcorners" src="' . $current_template_images .
'tbl_h_l.gif" width="46" height="20" alt="" /></td>';
$images['tbl_h_c'] = '<td class="roundedhc" width="100%" align="center">';
$images['tbl_h_r'] = '</td><td width="46" align="left" valign="bottom"><img class="topcorners" src="' .
$current_template_images . 'tbl_h_r.gif" width="46" height="20" alt="" /></td></tr></table>';
$images['tbl_b_l'] = '';
$images['tbl_b_c'] = '';
$images['tbl_b_r'] = '';
$images['tbl_f_l'] = '<table class="roundedbottom" width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td width="18" align="right" valign="top"><img src="' . $current_template_images . 'tbl_f_l.gif"
width="18" height="12" alt="" /></td>';
$images['tbl_f_c'] = '<td class="roundedfc" width="100%" align="center">';
$images['tbl_f_r'] = '</td><td width="18" align="left" valign="top"><img src="' .
$current_template_images . 'tbl_f_r.gif" width="18" height="12" alt="" /></td></tr></table>';
$images['tbl_h_l_house'] = $images['tbl_h_l'];
$images['tbl_h_l_alt'] = $images['tbl_h_l'];
$images['tbl_h_r_alt'] = $images['tbl_h_r'];
$images['tbl_h_l_small_b'] = $images['tbl_h_l'];
$images['tbl_h_r_small_b'] = $images['tbl_h_r'];
$images['tbl_h_l_small_y'] = $images['tbl_h_l'];
$images['tbl_h_r_small_y'] = $images['tbl_h_r'];
}
#
#-----[ SAVE/CLOSE FILE ]------------------------------------------
#
# End of INSTALL
#-----[ INSTALL INSTRUCTIONS ]------------------------------------------
#
Copy all folders from ip_root into your forum root, then install the themes
you wish.
If you want to install multiple themes you may need to copy themes folders one
per time, then install and then proceed with the next theme. You need to do this
because some themes share theme_info.cfg and copying all folders together may
overwrite this file and you won't be able to install some themes.
#
#-----[ OPEN ]------------------------------------------
#
templates/mg_themes/mg_themes.cfg
#
#-----[ FIND ]------------------------------------------
#
);
// Valid Colors - END
#
#-----[ BEFORE, ADD ]------------------------------------------
#
'hpl_blue',
#
#-----[ FIND ]------------------------------------------
#
);
// TPL (overall_header and overall_footer suffix) Colors - END
#
#-----[ BEFORE, ADD ]------------------------------------------
#
'hpl_blue' => '_flash',
#
#-----[ FIND ]------------------------------------------
#
else
{
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td width="24" align="right" valign="bottom"><img class="topcorners" src="' . $current_template_images .
'tbl_h_l.gif" width="24" height="28" alt="" /></td>';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
elseif( $color == 'hpl_blue' )
{
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td width="46" align="right" valign="bottom"><img class="topcorners" src="' . $current_template_images .
'tbl_h_l.gif" width="46" height="20" alt="" /></td>';
$images['tbl_h_c'] = '<td class="roundedhc" width="100%" align="center">';
$images['tbl_h_r'] = '</td><td width="46" align="left" valign="bottom"><img class="topcorners" src="' .
$current_template_images . 'tbl_h_r.gif" width="46" height="20" alt="" /></td></tr></table>';
$images['tbl_b_l'] = '';
$images['tbl_b_c'] = '';
$images['tbl_b_r'] = '';
$images['tbl_f_l'] = '<table class="roundedbottom" width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td width="18" align="right" valign="top"><img src="' . $current_template_images . 'tbl_f_l.gif"
width="18" height="12" alt="" /></td>';
$images['tbl_f_c'] = '<td class="roundedfc" width="100%" align="center">';
$images['tbl_f_r'] = '</td><td width="18" align="left" valign="top"><img src="' .
$current_template_images . 'tbl_f_r.gif" width="18" height="12" alt="" /></td></tr></table>';
$images['tbl_h_l_house'] = $images['tbl_h_l'];
$images['tbl_h_l_alt'] = $images['tbl_h_l'];
$images['tbl_h_r_alt'] = $images['tbl_h_r'];
$images['tbl_h_l_small_b'] = $images['tbl_h_l'];
$images['tbl_h_r_small_b'] = $images['tbl_h_r'];
$images['tbl_h_l_small_y'] = $images['tbl_h_l'];
$images['tbl_h_r_small_y'] = $images['tbl_h_r'];
}
#
#-----[ SAVE/CLOSE FILE ]------------------------------------------
#
# End of INSTALL
EDIT:
Spoiler: [ Show ]
Spoiler: [ Hide ]
22/02/2007:
Italian Buttons are OK.
26/02/2007:
boxes (code, spoiler, quote, ot, MG-quote, ecc.) are done
27/05/2007:
Upgrade to IP 1.1.0.15 style;
Add header flash;
change some buttons (in english...thk MG).
28/05/2007:
fix some little bugs and replace some graphic elements.
Italian Buttons are OK.
26/02/2007:
boxes (code, spoiler, quote, ot, MG-quote, ecc.) are done
27/05/2007:
Upgrade to IP 1.1.0.15 style;
Add header flash;
change some buttons (in english...thk MG).
28/05/2007:
fix some little bugs and replace some graphic elements.