Yeni Üye
İleti: 5
Teşekkür Sayısı: 2
Çevrimdışı
Cinsiyet: 
|
 |
« : 01 Aralık 2008, 20:35:27 » |
|
Görünüm :  Style.css aç en alta ekle : .msj { border:1px dotted #0099FF; background:#fff; color: #000; font-family:Arial; font-size:10px;
}boardindex.template aç bul : // This is the "Recent Posts" bar. if ( empty($settings['number_recent_posts'])) { echo ' <tr> <td class="titlebg" colspan="2">', $txt[214], '</td> </tr> <tr> <td class="windowbg" width="20" valign="middle" align="center"> <a href="', $scripturl, '?action=recent"><img src="', $settings['images_url'], '/post/xx.gif" alt="', $txt[214], '" /></a> </td> <td class="windowbg2">';Değiştir : // This is the "Recent Posts" bar. if ( empty($settings['number_recent_posts'])) { echo ' <tr> <td class="titlebg" colspan="2">', $txt[214], '</td> </tr> <tr> <td class="windowbg"><center><img src="', $settings['images_url'], '/icons/aa.png" alt="" /> </center> </td> <td class="windowbg2">';yine boardindex.template de bul : /* Each post in latest_posts has: board (with an id, name, and link.), topic (the topic's id.), poster (with id, name, and link.), subject, short_subject (shortened with...), time, link, and href. */ foreach ($context['latest_posts'] as $post) echo ' <tr> <td class="middletext" valign="top"><b>', $post['link'], '</b> ', $txt[525], ' ', $post['poster']['link'], ' (', $post['board']['link'], ')</td> <td class="middletext" align="right" valign="top" nowrap="nowrap">', $post['time'], '</td> </tr>'; echo ' </table>'; } echo ' </td> </tr>'; }Değiştir : // Son Mesajlar Bölümü - Oasis foreach ($context['latest_posts'] as $post) echo ' <tr> <td class="msj" align="left" valign="top"><img src="', $settings['images_url'], '/icons/a.gif" alt="" /> ',$txt['Konu'],' ', $post['link'], '</td><td class="msj" align="left"><img src="', $settings['images_url'], '/icons/b.jpg" alt="" /> ',$txt['Kategori'],' ', $post['board']['link'], '</td><td class="msj" align="left"><img src="', $settings['images_url'], '/icons/c.jpg" alt="" /> ', $txt[525], ' ', $post['poster']['link'], ' <td class="msj" align="right" valign="top" nowrap="nowrap"><img src="', $settings['images_url'], '/icons/d.gif" alt="" /> ', $post['time'], '</td> </tr>'; echo ' </table>'; }}son olarak languages/modifications.turkish.php yi aç ?> üstüne ekle : $txt['Kategori'] = 'Kategori:'; $txt['Konu'] = 'Konu:';
linkteki dosyanın içindekileri images/icons klasörünün içine atın. Linkleri goruntulemenize izin verilmiyor.
Kayit olun veya Giris yapin
|