|
zalim57
|
 |
« : Nisan 06, 2008, 11:31:36 ÖS » |
|
BoardIndex.template.php'de Bulun:
// Show YaBB SP1 style information... if (şsettings['show_sp1_info']) { echo ' <tr> <td class="titlebg" colspan="2">', ştxt[645], '</td> </tr> <tr> <td class="windowbg" width="20" valign="middle" align="center"> <a href="', şscripturl, '?action=stats"><img src="', şsettings['images_url'], '/icons/info.gif" alt="', ştxt[645], '" /></a> </td> <td class="windowbg2" width="100%"> <span class="middletext"> ', şcontext['common_stats']['total_posts'], ' ', ştxt[95], ' ', ştxt['smf88'], ' ', şcontext['common_stats']['total_topics'], ' ', ştxt[64], ' ', ştxt[525], ' ', şcontext['common_stats']['total_members'], ' ', ştxt[19], '. ', ştxt[656], ': <b> ', şcontext['common_stats']['latest_member']['link'], '</b> <br /> ' . ştxt[659] . ': <b>"' . şcontext['latest_post']['link'] . '"</b> ( ' . şcontext['latest_post']['time'] . ' )<br /> <a href="', şscripturl, '?action=recent">', ştxt[234], '</a>', şcontext['show_stats'] ? '<br /> <a href="' . şscripturl . '?action=stats">' . ştxt['smf223'] . '</a>' : '', ' </span> </td> </tr>'; }
Degistirin:
// Show YaBB SP1 style information... if (şsettings['show_sp1_info']) { echo ' <tr> <td class="titlebg" colspan="2">', ştxt[645], '</td> </tr> <tr> <td class="windowbg" width="20" valign="middle" align="center"> <a href="', şscripturl, '?action=stats"><img src="', şsettings['images_url'], '/icons/info.gif" alt="', ştxt[645], '" /></a> </td> <td class="windowbg2" width="100%"> <span class="middletext"> <b>Üyelerimiz Kendilerini Aşıp <font color=red>', şcontext['common_stats']['total_posts'], '</font> Toplam İleti Gönderdi. <br> Ayrıca <font color=red>', şcontext['common_stats']['total_topics'],'</font> Toplam Konu Açtılar. <br>Senden İyi Olmasın Toplam <font color=red>', şcontext['common_stats']['total_members'], ' </font> Kayıtlı Üyemiz Var. <br>Son Şanslı üyemiz: ', şcontext['common_stats']['latest_member']['link'], 'Merabalar Efenim... Hoşgeldiniz... </b> <br />Sitemize Atılan ' . ştxt[659] . ': <b>"' . şcontext['latest_post']['link'] . '"</b> ( ' . şcontext['latest_post']['time'] . ' )<br /> <a href="', şscripturl, '?action=recent"><b>', ştxt[234], '</b></a>', şcontext['show_stats'] ? '<br /> <a href="' . şscripturl . '?action=stats"><b>' . ştxt['smf223'] . '</b></a>' : '', ' </span> </td> </tr>'; }
|