Color Groups Eklentisi eksikleri

Eklentiler ile ilgili soru, sorun ve tartışmalar.

Color Groups Eklentisi eksikleri

İleti ado_u 13.08.2006, 14:53

sitemde color groups modunu tam verimle kullanamıyorum... bazı yerlerde işe yaramıyor bunu uyarlamak için yardım edecek arkadaşlara şimdiden teşekkür ediyorum...

*easy subforum

*recent topics

şu anda çözemediğim yerler bunlar...
ado_u
Üye
Üye
 
İleti: 25
Kayıt: 19.11.2005, 22:51
Konum: Tekirdağ

İleti ado_u 14.08.2006, 12:46

IcEman yazdı:Bunu foruma kurdum çalıştı.Yedek almayı unutmayın.


Recent Topics MOD Color Groups MOD u ilişkilendirilmesi:

[AÇ]
recent.php

[BUL]
[syntax="php"]$first_time = create_date($board_config['default_dateformat'], $line[$i]['topic_time'], $board_config['board_timezone']); [/syntax]

[ÜSTÜNE EKLE]
[syntax="php"]include_once($phpbb_root_path.'includes/functions_color_groups.'.$phpEx);
$last_author = color_group_colorize_name($last_poster_id, true);
$first_author = color_group_colorize_name($first_poster_id, true); [/syntax]

[BUL]
[syntax="php"]$first_author = ( $line[$i]['first_poster_id'] != ANONYMOUS ) ? '<a class="gensmall" target ="_top" href="'. append_sid("profile.$phpEx?mode=viewprofile&amp;". POST_USERS_URL .'='. $line[$i]['first_poster_id']) .'">'. $line[$i]['first_poster'] .'</a>' : ( ($line[$i]['first_poster_name'] != '' ) ? $line[$i]['first_poster_name'] : $lang['Guest'] ); [/syntax]

[DEĞİŞTİR]
[syntax="php"]$first_author = ( $line[$i]['first_poster_id'] == ANONYMOUS ) ? ( ($line[$i]['first_poster_name'] != '' ) ? $line[$i]['first_poster_name'] . ' ' : $lang['Guest'] . ' ' ) : color_group_colorize_name($line[$i]['first_poster_id']); [/syntax]

[BUL]
[syntax="php"]$last_author = ( $line[$i]['last_poster_id'] != ANONYMOUS ) ? '<a class="gensmall" target ="_top" href="'. append_sid("profile.$phpEx?mode=viewprofile&amp;". POST_USERS_URL .'='. $line[$i]['last_poster_id']) .'">'. $line[$i]['last_poster'] .'</a>' : ( ($line[$i]['last_poster_name'] != '' ) ? $line[$i]['last_poster_name'] : $lang['Guest'] ); [/syntax]

[DEĞİŞTİR]
[syntax="php"]$last_author = ( $line[$i]['last_poster_id'] == ANONYMOUS ) ? ( ($line[$i]['last_poster_name'] != '' ) ? $line[$i]['last_poster_name'] . ' ' : $lang['Guest'] . ' ' ) : color_group_colorize_name($line[$i]['last_poster_id']); [/syntax][u]


recet topics tamamdır saol @ICEMAN
ado_u
Üye
Üye
 
İleti: 25
Kayıt: 19.11.2005, 22:51
Konum: Tekirdağ


Soru(n)lar & Tartışmalar



Kimler çevrimiçi

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

cron