Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
1299
Melikin yaptığı nuke 8.0 ..(3311 okuma, 0 yanıt) Haberbaşlıklarında Tr kar ..(2927 okuma, 0 yanıt) Frame Yoketme Taktiği ..(7501 okuma, 5 yanıt) Access Denied ..(3640 okuma, 0 yanıt) News modülü düzenlemeleri ..(3445 okuma, 0 yanıt) Köşe yazıları yorumunu an ..(4937 okuma, 2 yanıt) ziyaretçilere açık modüll ..(3443 okuma, 0 yanıt) Modüller arası geçiş efek ..(6551 okuma, 6 yanıt) swf to html ..(17176 okuma, 24 yanıt) dosyalari Silinmiyor ..(5508 okuma, 4 yanıt) php nukede flash koyma ..(20307 okuma, 23 yanıt) optimize ..(6858 okuma, 9 yanıt) LocalHostta .htaccess ile ..(4032 okuma, 0 yanıt) .htaccess yönlendirme ya ..(3634 okuma, 0 yanıt) Netopsiyon'da ki gibi for ..(3662 okuma, 0 yanıt) Forum Konularının Başına ..(3941 okuma, 0 yanıt) Haberleri iki blok halind ..(4136 okuma, 0 yanıt) 7.9'dan 7.6'ya dönmek ist ..(6365 okuma, 3 yanıt) includes/page header.php ..(3983 okuma, 0 yanıt) Ana Sayfada Sınırlı Haber ..(15732 okuma, 16 yanıt) .htaccess Kodları. ..(7137 okuma, 0 yanıt) 8.0 da yer alan flood kor ..(5772 okuma, 0 yanıt) PHP&MYSQL Tabanlı Sit ..(8341 okuma, 3 yanıt) İletişimde karakter hatas ..(5200 okuma, 0 yanıt) Config.php Ayarı ..(11405 okuma, 2 yanıt) CNB Kurulu, Üyelikle ilgi ..(7830 okuma, 0 yanıt) Yönetici Düzenle sayfasın ..(7518 okuma, 1 yanıt) Forumda Alıntı Sorunu. ..(6190 okuma, 0 yanıt) Patch attım sağ blocklar ..(11329 okuma, 2 yanıt) Sql Kod Örneği ..(8108 okuma, 1 yanıt) Fck Editör Kurulumu ..(11118 okuma, 0 yanıt) Banner Sorunu ..(7657 okuma, 0 yanıt) Selected post order is no ..(6385 okuma, 0 yanıt) Sessions.php Hatası ..(7184 okuma, 0 yanıt) 3.2 patch de html engelle ..(9844 okuma, 0 yanıt) sol tarafta olan blokları ..(7588 okuma, 0 yanıt) Admin Box nasıl kurulur ? ..(11735 okuma, 2 yanıt) Kilitlenen Konunun Üzerin ..(6462 okuma, 0 yanıt) Anasayfa da İki Modül Ols ..(7590 okuma, 0 yanıt) Php Nuke Patch ..(8164 okuma, 0 yanıt) Güvenlik Kodları ($gfx ch ..(8376 okuma, 0 yanıt) Döviz Kurları Bloğu ..(8529 okuma, 0 yanıt) Tema Nasıl Yüklenir ..(8823 okuma, 0 yanıt) Siteye Sayaç Ekleme ..(17164 okuma, 0 yanıt) db/db.php on line 88 ..(6134 okuma, 0 yanıt) Modül Nasıl Yapılır ? ..(8983 okuma, 0 yanıt) Güvenlik Kodu Nasıl Açılı ..(9312 okuma, 0 yanıt) Phpnuke Ftp ile Web Alanı ..(6909 okuma, 0 yanıt) mysql fetch array hatası ..(6243 okuma, 0 yanıt) Kendi sitemde radyo yayın ..(13238 okuma, 0 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - Forum Konularının Başına İcon Eklemek
Önceki başlık :: Sonraki başlık
Yazar
Mesaj
artistbaron Mesaj: 1000+
Kayıt: Dec 09, 2006 Mesajlar: 2993
Tarih: 2008-01-23, 04:20:30 Mesaj konusu: Forum Konularının Başına İcon Eklemek
Eklenti: Forum Konularının Başına İcon Eklemek
Kurulum Süresi : 10 dk
Kurulum Zorluğu: Kolay
Kurulum Türkçeleştirme : artistbaron
Mod u kim yapmış ? : bilmiyorum yabancı bi sitede gördüm ismi yazmıyordu sadece kod vardı :)
NETOPSİYON.COM - TÜRKİYE'NİN 1 NUMARALI PHP-NUKE DESTEK SİTESİ
#
#-----[ SQL - VERİ TANINDAN SORGULATIN]------------------------------------------
#
ALTER TABLE `nuke_bbforums` ADD `forum_icon` VARCHAR( 255 ) default NULL;
#
#-----[ AÇ ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ BUL ]------------------------------------------
#
Kod:
$lang['Forum_status'] = 'Forum status';
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
$lang['Forum_icon'] = 'Forum icon'; // Forum Icon MOD
#
#-----[ AÇ ]------------------------------------------
#
admin/admin_forums.php
#
#-----[ BUL ]------------------------------------------
#
Kod:
$forumstatus = $row['forum_status'];
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
$forumicon = $row['forum_icon']; // Forum Icon MOD
#
#-----[ BUL ]------------------------------------------
#
Kod:
$forumstatus = FORUM_UNLOCKED;
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
$forumicon = ''; // Forum Icon MOD
#
#-----[ BUL ]------------------------------------------
#
Kod:
'L_FORUM_STATUS' => $lang['Forum_status'],
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
'L_FORUM_ICON' => $lang['Forum_icon'], // Forum Icon MOD
#
#-----[ BUL ]------------------------------------------
#
Kod:
'DEscriptION' => $forumdesc)
#
#-----[ DEĞİŞTİR ]------------------------------------------
#
Kod:
'DEscriptION' => $forumdesc,
'ICON' => ( $forumicon ) ? $forumicon : '', // Forum Icon MOD
'ICON_DISPLAY' => ( $forumicon ) ? '<img src="' . $phpbb_root_path . $forumicon . '" />' : '' // Forum Icon MOD
)
#
#-----[ BUL ]------------------------------------------
#
Kod:
// There is no problem having duplicate forum names so we won't check for it.
$sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable" . $field_sql . ")
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
#
#-----[ BUL ]------------------------------------------
#
Kod:
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
Kod:
, " . intval($HTTP_POST_VARS['forumstatus']) . "
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
, '" . str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "'
#
#-----[ BUL ]------------------------------------------
#
Kod:
$sql = "UPDATE " . FORUMS_TABLE . "
SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . "
WHERE forum_id = " . intval($HTTP_POST_VARS[POST_FORUM_URL]);
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
Kod:
, forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . "
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
, forum_icon = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "'
#
#-----[ BUL ]------------------------------------------
#
Kod:
'FORUM_DESC' => $forum_rows[$j]['forum_desc'],
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
'FORUM_ICON_IMG' => ( $forum_rows[$j]['forum_icon'] ) ? '<img src="' . $phpbb_root_path . $forum_rows[$j]['forum_icon'] . '" alt="'.$forum_data[$j]['forum_name'].'" title="'.$forum_data[$j]['forum_name'].'" />' : '', // Forum Icon Mod
#
#-----[ AÇ ]------------------------------------------
#
index.php
#
#-----[ BUL ]------------------------------------------
#
Kod:
$posts = $forum_data[$j]['forum_posts'];
$topics = $forum_data[$j]['forum_topics'];
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
$icon = $forum_data[$j]['forum_icon']; // Forum Icon Mod
#
#-----[ BUL ]------------------------------------------
#
Kod:
'FORUM_FOLDER_IMG' => $folder_image,
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
'FORUM_ICON_IMG' => ($icon) ? '<img src="' . $phpbb_root_path . $icon . '" alt="'.$forum_data[$j]['forum_name'].'" title="'.$forum_data[$j]['forum_name'].'" />' : '', // Forum Icon Mod
#
#-----[ AÇ ]------------------------------------------
#
viewforum.php
#
#-----[ BUL ]------------------------------------------
#
Kod:
'FORUM_NAME' => $forum_row['forum_name'],
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
'FORUM_ICON_IMG' => ($forum_row['forum_icon']) ? '<img src="' . $phpbb_root_path . $forum_row['forum_icon'] . '" alt="'.$forum_row['forum_name'].'" title="'.$forum_row['forum_name'].'" /> ' : '', // Forum Icon Mod Icon Mod
#
#-----[ AÇ ]------------------------------------------
#
templates/subSilver/admin/forum_edit_body.tpl
#
#-----[ BUL ]------------------------------------------
#
Kod:
<tr>
<td class="row1">{L_FORUM_NAME}</td>
<td class="row2"><input type="text" size="25" name="forumname" value="{FORUM_NAME}" class="post" /></td>
</tr>
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
<tr>
<td class="row1">{L_FORUM_ICON}</td>
<td class="row2"><input type="text" size="35" name="forumicon" value="{ICON}" class="post" /> {ICON_DISPLAY}</td>
</tr>
#
#-----[ AÇ ]------------------------------------------
#
templates/subSilver/admin/forum_admin_body.tpl
#
#-----[ BUL ]------------------------------------------
#
Kod:
<td class="row2"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span><br /><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
Kod:
<td class="row2"><span class="gen">
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
{catrow.forumrow.FORUM_ICON_IMG}
#
#-----[ AÇ ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ BUL ]------------------------------------------
#
Kod:
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
#
#-----[ DEĞİŞTİR ]------------------------------------------
#
#
#-----[ BUL ]------------------------------------------
#
Kod:
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
#
#-----[ DEĞİŞTİR ]------------------------------------------
#
#
#-----[ BUL ]------------------------------------------
#
Kod:
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
Kod:
<td class="row1" align="center" valign="middle" height="50">{catrow.forumrow.FORUM_ICON_IMG}</td>
#
#-----[ AÇ ]------------------------------------------
#
Kod:
templates/subSilver/viewforum_body.tpl
#
#-----[ BUL ]------------------------------------------
#
Kod:
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
Kod:
<td align="left" valign="bottom" colspan="2">
#
#-----[ SONRASINA EKLE ]------------------------------------------
#
#
#-----[ KAYDET - GÖNDER ]------------------------------------------
#
# BİTTİ----
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2024-11-21, 11:08:40 Mesaj konusu: Forum Arası Reklamlar
Başa dön
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız