News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Posts Separator

Started by cedrik48, January 14, 2010, 04:06:06 PM

Previous topic - Next topic

cedrik48

/Themes/default/Display.template.php
Code (bul) Select
// Show the topic information - icon, subject, etc.
echo '
<div id="forumposts" class="tborder">
<h3 class="catbg3">
<img src="', $settings['images_url'], '/topic/', $context['class'], '.gif" align="bottom" alt="" />
<span>', $txt['author'], '</span>
<span id="top_subject">', $txt['topic'], ': ', $context['subject'], ' &nbsp;(', $txt['read'], ' ', $context['num_views'], ' ', $txt['times'], ')</span>
</h3>';


Code (değiştir) Select
// Show the topic information - icon, subject, etc.
echo '
<div id="forumposts" class="tborder">
<h3 class="catbg3">
<img src="', $settings['images_url'], '/topic/', $context['class'], '.gif" align="bottom" alt="" />
<span>', $txt['author'], '</span>
<span id="top_subject">', $txt['topic'], ': ', $context['subject'], ' &nbsp;(', $txt['read'], ' ', $context['num_views'], ' ', $txt['times'], ')</span>
</h3> </div>';


Code (bul) Select
// Get all the messages...
while ($message = $context['get_message']())
{
$is_first_post = !isset($is_first_post) ? true : false;
$ignoring = false;
$messageIDs[] = $message['id'];

echo '
<div class="bordercolor">';


Code (değiştir) Select

// Get all the messages...
while ($message = $context['get_message']())
{
$is_first_post = !isset($is_first_post) ? true : false;
$ignoring = false;
$messageIDs[] = $message['id'];

echo '
<div id="forumposts" class="tborder">
<h3 class="catbg3">
<div class="smalltext">&#171;<a name="msg', $message['id'], '"></a><strong>', !empty($message['counter']) ? $txt['reply'] . ' #' . $message['counter'] : '', ' ', $txt['on'], ':</strong> ', $message['time'], ' &#187;</div>
</h3>
<div class="bordercolor">';


Code (bul) Select
<div class="signature">', $message['member']['signature'], '</div>';

echo '
</div>
</div>
</div>';


Code (değiştir) Select
<div class="signature">', $message['member']['signature'], '</div>';

echo '
</div>
</div>
</div>
</div>
<br />';


Code (bul) Select
// Show the message anchor and a "new" anchor if this message is new.
if ($message['id'] != $context['first_message'])
echo '
<a name="msg', $message['id'], '"></a>', $message['first_new'] ? '<a name="new"></a>' : '';


Code (değiştir) Select
// Show the message anchor and a "new" anchor if this message is new.
if ($message['id'] != $context['first_message'])
echo '
', $message['first_new'] ? '<a name="new"></a>' : '';


arkadaşlar ben bunu modu kurmak istiyorum yanlız bu modu RC1.2 sürümüne göre oysa ben RC2 sürümünü kullanıyorum rc2 kkodlamalar değişmiş acaba biri mümkünse bana yardımcı olurmu bu konuda

Yağız...

Hangi temayı kullanıyorsunuz?

cedrik48

yağız abi overviewlight denilen bir tema kullanıyorum ama abi sana displat.template.php dosyamı vereyim bakarsın abi

cedrik48


Özgür

So Long

Advertisement: