Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
1519
Melikin yaptığı nuke 8.0 ..(3436 okuma, 0 yanıt) Haberbaşlıklarında Tr kar ..(3026 okuma, 0 yanıt) Frame Yoketme Taktiği ..(7718 okuma, 5 yanıt) Access Denied ..(3734 okuma, 0 yanıt) News modülü düzenlemeleri ..(3545 okuma, 0 yanıt) Köşe yazıları yorumunu an ..(5094 okuma, 2 yanıt) ziyaretçilere açık modüll ..(3546 okuma, 0 yanıt) Modüller arası geçiş efek ..(6742 okuma, 6 yanıt) swf to html ..(17827 okuma, 24 yanıt) dosyalari Silinmiyor ..(5712 okuma, 4 yanıt) php nukede flash koyma ..(21001 okuma, 23 yanıt) optimize ..(7158 okuma, 9 yanıt) LocalHostta .htaccess ile ..(4148 okuma, 0 yanıt) .htaccess yönlendirme ya ..(3725 okuma, 0 yanıt) Netopsiyon'da ki gibi for ..(3766 okuma, 0 yanıt) Forum Konularının Başına ..(4044 okuma, 0 yanıt) Haberleri iki blok halind ..(4233 okuma, 0 yanıt) 7.9'dan 7.6'ya dönmek ist ..(6579 okuma, 3 yanıt) includes/page header.php ..(4088 okuma, 0 yanıt) Ana Sayfada Sınırlı Haber ..(16259 okuma, 16 yanıt) .htaccess Kodları. ..(7234 okuma, 0 yanıt) 8.0 da yer alan flood kor ..(5862 okuma, 0 yanıt) PHP&MYSQL Tabanlı Sit ..(8505 okuma, 3 yanıt) İletişimde karakter hatas ..(5287 okuma, 0 yanıt) Config.php Ayarı ..(11552 okuma, 2 yanıt) CNB Kurulu, Üyelikle ilgi ..(7933 okuma, 0 yanıt) Yönetici Düzenle sayfasın ..(7640 okuma, 1 yanıt) Forumda Alıntı Sorunu. ..(6301 okuma, 0 yanıt) Patch attım sağ blocklar ..(11503 okuma, 2 yanıt) Sql Kod Örneği ..(8234 okuma, 1 yanıt) Fck Editör Kurulumu ..(11236 okuma, 0 yanıt) Banner Sorunu ..(7750 okuma, 0 yanıt) Selected post order is no ..(6497 okuma, 0 yanıt) Sessions.php Hatası ..(7285 okuma, 0 yanıt) 3.2 patch de html engelle ..(9974 okuma, 0 yanıt) sol tarafta olan blokları ..(7692 okuma, 0 yanıt) Admin Box nasıl kurulur ? ..(11934 okuma, 2 yanıt) Kilitlenen Konunun Üzerin ..(6591 okuma, 0 yanıt) Anasayfa da İki Modül Ols ..(7716 okuma, 0 yanıt) Php Nuke Patch ..(8278 okuma, 0 yanıt) Güvenlik Kodları ($gfx ch ..(8467 okuma, 0 yanıt) Döviz Kurları Bloğu ..(8620 okuma, 0 yanıt) Tema Nasıl Yüklenir ..(8907 okuma, 0 yanıt) Siteye Sayaç Ekleme ..(17241 okuma, 0 yanıt) db/db.php on line 88 ..(6226 okuma, 0 yanıt) Modül Nasıl Yapılır ? ..(9067 okuma, 0 yanıt) Güvenlik Kodu Nasıl Açılı ..(9393 okuma, 0 yanıt) Phpnuke Ftp ile Web Alanı ..(7003 okuma, 0 yanıt) mysql fetch array hatası ..(6333 okuma, 0 yanıt) Kendi sitemde radyo yayın ..(13338 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: 2025-04-02, 12:12:27 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