дата и название

Автор karencho, 24 октября 2009, 20:53:38

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

karencho

люди добрые пожалуйсто подскажите как убрать название и дату сообщения (тема DilberMC) на скрине показанно точно что хочу чтоб исчезло ! спасибо зарание

Mavn

Display.template.php найти

	
	
	
<
td valign="middle"><a href="', $message['href'], '"><img src="', $message['icon_url'] . '" alt="" border="0" /></a></td>
	
	
	
	
	
	
	
	
<
td valign="middle">
	
	
	
	
	
	
	
	
	
<
div style="font-weight: bold;" id="subject_', $message['id'], '">
	
	
	
	
	
	
	
	
	
	
<
a href="', $message['href'], '">', $message['subject'], '</a>
	
	
	
	
	
	
	
	
	
</
div>';

	
	
// If this is the first post, (#0) just say when it was posted - otherwise give the reply #.
	
	
echo '
	
	
	
	
	
	
	
	
	
<
div class="smalltext">« <b>', !empty($message['counter']) ? $txt[146] . ' #' . $message['counter'] : '', ' ', $txt[30], ':</b> ', $message['time'], ' »</div></td>
	
	
	
	
	
	
	
	
<
td align="', !$context['right_to_left'] ? 'right' : 'left', '" valign="bottom" height="20" style="font-size: smaller;">';


заменить на

	
	
	
	
	
	
	
	
<
td valign="middle">
	
	
	
	
	
	
	
	
	
<
div style="font-weight: bold;" id="subject_', $message['id'], '">
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
</
div>';

	
	
// If this is the first post, (#0) just say when it was posted - otherwise give the reply #.
	
	
echo '
	
	
	
	
	
	
	
	
	
</
td>
	
	
	
	
	
	
	
	
<
td align="', !$context['right_to_left'] ? 'right' : 'left', '" valign="bottom" height="20" style="font-size: smaller;">';

пробуй
SimpleMachines Russian Community Team
п.1 Пройду курсы гадалок для определения исходного кода по скриншоту.

п.2 У вас нет желания читать правила раздела, у меня нет желания одобрять темы, которые не соответствуют этим правилам.

karencho