OK,understand.
header
file index.template.php
search for
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg" height="32">';
if (empty($settings['header_logo_url']))
echo '
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';
echo '
</td>
<td align="right" class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" />
</td>
</tr>
</table>';
replace with
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="', $context['forum_name'], '" />
</td>
</tr>
</table>';
Upload a logo to images folder. the name of the form is smflogo.gif. If you change a name, you must change the code as well.
Info Center
Themes/default/languages/index.english.php
search for
$txt[685] = $context['forum_name'] . ' - Info Center';
replace with
$txt[685] = 'Your message';
ลิงค์หัวข้อ:
http://dexmore.com/topic/688