От каде

oXteR

Registered
Цял ден търсих и не намерих по админ панела от каде мога да редактирам фоотера и хедъра на IPB :cry: :cry: :cry: :cry:
 
Админ панел -> Look and Feel -> В края на темата има едно бутонче -> Edit Template HTML -> All Global HTML -> global_board_footer global_board_header

:?:
 
Така няма да го намериш ..
Да ти пише powered by ...
Напревено е сигорно със пхп код...
Бе направо дай кода на фоотер-а...
Пък ще видим . :)
 
Код:
<table cellspacing="0" id="gfooter">
	<tr>
		<td width="45%"><% SYNDICATION %><% SKINCHOOSER %> <% LANGCHOOSER %></td>
		<td width="10%" align="center" nowrap="nowrap"><a href="lofiversion/index.php<% LOFIVERSION %>"><b>{$this->ipsclass->lang['global_lofi']}</b></a></td>
		<td width="45%" align="right" nowrap="nowrap"><% QUICKSTATS %>{$this->ipsclass->lang['global_timeisnow']}: {$time}</td>
	</tr>
</table>
<script type='text/javascript'>
//<![CDATA[
menu_do_global_init();
show_inline_messages();
// Uncomment this to fix IE png images
// causes page slowdown, and some missing images occasionally
// if ( is_ie )
// {
//	 ie_fix_png();
// }
<if="$this->ipsclass->member['members_auto_dst'] == 1 AND $this->ipsclass->vars['time_dst_auto_correction'] AND $this->ipsclass->input['_low_act'] == 'idx'">
global_dst_check(parseInt("{$this->ipsclass->member['time_offset']}"),parseInt("{$this->ipsclass->member['dst_in_use']}") );
</if>
//]]>
</script>

:idea:
 
Код:
<table cellspacing="0" id="gfooter">
	<tr>
		<td width="45%"></td>
		<td width="10%" align="center" nowrap="nowrap"><a href="lofiversion/index.php<% LOFIVERSION %>"><b>{$this->ipsclass->lang['global_lofi']}</b></a></td>
		<td width="45%" align="right" nowrap="nowrap"><% QUICKSTATS %>{$this->ipsclass->lang['global_timeisnow']}: {$time}</td>
	</tr>
</table>
<script type='text/javascript'>
//<![CDATA[
menu_do_global_init();
show_inline_messages();
// Uncomment this to fix IE png images
// causes page slowdown, and some missing images occasionally
// if ( is_ie )
// {
//	 ie_fix_png();
// }
<if="$this->ipsclass->member['members_auto_dst'] == 1 AND $this->ipsclass->vars['time_dst_auto_correction'] AND $this->ipsclass->input['_low_act'] == 'idx'">
global_dst_check(parseInt("{$this->ipsclass->member['time_offset']}"),parseInt("{$this->ipsclass->member['dst_in_use']}") );
</if>
//]]>
</script>

Виж така.
 
Този надпис, който ти искаш да махнеш трябва да се махне от следния файл:

sources/classes/class_display.php

В него файл на ред ~165-170 е написано това дето искаш ;)
 

Back
Горе