easy subforum forum icon çakışması

"premodded/geliştirilmiş sistemler" ile ilgili soru(n)lar ve tartışmalar.

easy subforum forum icon çakışması

İleti isteRAPnet 22.01.2007, 22:21

[syntax="php"]Varsayılan

$sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, forum_icon, prune_enable" . $field_sql . ")
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']) . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "', " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";


Replace
// Modified by Easy Sub-Forums MOD

if (intval($HTTP_POST_VARS['old_cat_id']) != intval($HTTP_POST_VARS[POST_CAT_URL]))
{
$HTTP_POST_VARS['attached_forum_id']=-1;
}

$sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, attached_forum_id, forum_desc, forum_order, forum_status, prune_enable" . $field_sql . ")
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", " . intval($HTTP_POST_VARS['attached_forum_id']) . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";
// End Added by Easy Sub-Forums MOD[/syntax]

arkadaşlar varsayılan kodlamada forum_icon eklentisi var alttakiyle replace olacak easy subforumda bu satırı nasıl entegre ederiz?
isteRAPnet
Üye
Üye
 
İleti: 51
Kayıt: 01.06.2006, 01:17
Konum: Yurt Dışı

İleti AlleRGy 28.01.2007, 12:49

index.php yi aç
bu kodu bul
Kod: Tümünü seç
$row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];


üstüne ekle

Kod: Tümünü seç
$icon = $forum_data[$j]['forum_icon'];   // Forum Icon Mod
Kullanıcı avatarı
AlleRGy
Üye
Üye
 
İleti: 95
Kayıt: 17.05.2006, 20:28
Konum: Denizli


Premodded



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron