| > 1 < [2] | ILERI |
|
Kaan
678 posts |
#429 2013-10-19 22:58 GMT | |
Forum Topics SEF URL Yapımısystem/core/forums/forums.topics.inc.php'yi Açın alttakini bulun Alttakini Bulun [code]while ($row4 = sed_sql_fetchassoc($sql4)) { $row4['ft_icon'] = 'posts'; $row4['ft_postisnew'] = FALSE; $row4['ft_pages'] = ''; $ft_num++;[/code] Altına ekleyin [code]$seourl = ntSEO($row4['ft_title']);[/code] Alttakini bul [code]$row4['ft_url'] = "forums.php?m=posts&q=".$row4['ft_id']; $row4['ft_lastposturl'] = ($usr['id']>0 && $row4['ft_updated'] > $usr['lastvisit']) ? "<a href=\"forums.php?m=posts&q=".$row4['ft_id']."&n=unread#unread\"> <img src=\"skins/$skin/img/system/arrow-unread.gif\" alt=\"\" /></a> " : "<a href=\"forums.php?m=posts&q=".$row4['ft_id']."&n=last#bottom\"> <img src=\"skins/$skin/img/system/arrow-follow.gif\" alt=\"\" /></a> ";[/code] Alttaki ile değiştir [code]$row4['ft_url'] = "$seourl-m".$row4['ft_id'].'.html'; $row4['ft_lastposturl'] = ($usr['id']>0 && $row4['ft_updated'] > $usr['lastvisit']) ? "<a href=\"$seourl-m".$row4['ft_id'].".html&n=unread#unread\"> <img src=\"skins/$skin/img/system/arrow-unread.gif\" alt=\"\" /></a> " : "<a href=\"$seourl-m".$row4['ft_id'].".html&n=last#bottom\"> <img src=\"skins/$skin/img/system/arrow-follow.gif\" alt=\"\" /></a> ";[/code] Alttakini bul [code]if ($fsn['fs_lt_id']>0) {[/code] Altına ekle [code]$seourl = ntSEO($fsn['fs_lt_title']);[/code] Alttakini bul [code]$fsn['lastpost'] = ($usr['id']>0 && $fsn['fs_lt_date']>$usr['lastvisit'] && $fsn['fs_lt_posterid']!=$usr['id']) ? "<a href=\"forums.php?m=posts&q=".$fsn['fs_lt_id']."&n=unread#unread\">" : "<a href=\"forums.php?m=posts&q=".$fsn['fs_lt_id']."&n=last#bottom\">";[/code] Alttakiyle değiştir [code]$fsn['lastpost'] = ($usr['id']>0 && $fsn['fs_lt_date']>$usr['lastvisit'] && $fsn['fs_lt_posterid']!=$usr['id']) ? "<a href=\"$seourl-m".$fsn['fs_lt_id'].".html&n=unread#unread\">" : "<a href=\"$seourl-m".$fsn['fs_lt_id'].".html&n=last#bottom\">";[/code] Alttakini bul [code]$fs_num++;[/code] Altına Ekle [code]$seourl = ntSEO($fsn['fs_title']);[/code] Alttakini bul [code]"FORUMS_SECTIONS_ROW_URL" => "forums.php?m=topics&s=".$fsn['fs_id'],[/code] Alttakiyle değiştir [code]"FORUMS_SECTIONS_ROW_URL" => "$seourl-k".$fsn['fs_id'].'.html',[/code] Alttakini bul [code]$row['ft_timago'] = sed_build_timegap($row['ft_updated'],$sys['now_offset']); } else {[/code] Altına ekle [code]$seourl = ntSEO($row['ft_title']);[/code] Alttakini bul [code]$row['ft_url'] = "forums.php?m=posts&q=".$row['ft_id']; $row['ft_lastposturl'] = ($usr['id']>0 && $row['ft_updated'] > $usr['lastvisit']) ? "<a href=\"forums.php?m=posts&q=".$row['ft_id']."&n=unread#unread\"><img src=\"skins/$skin/img/system/arrow-unread.gif\" alt=\"\" /></a>" : "<a href=\"forums.php?m=posts&q=".$row['ft_id']."&n=last#bottom\"><img src=\"skins/$skin/img/system/arrow-follow.gif\" alt=\"\" /></a>";[/code] Alttakiyle Değiştir [code]$row['ft_url'] = "$seourl-m".$row['ft_id'].'.html'; $row['ft_lastposturl'] = ($usr['id']>0 && $row['ft_updated'] > $usr['lastvisit']) ? "<a href=\"$seourl-m".$row['ft_id'].".html&n=unread#unread\"><img src=\"skins/$skin/img/system/arrow-unread.gif\" alt=\"\" /></a>" : "<a href=\"$seourl-m".$row['ft_id'].".html&n=last#bottom\"><img src=\"skins/$skin/img/system/arrow-follow.gif\" alt=\"\" /></a>";[/code] Forum Topics Sayfası SEF URL işlemi bitti.
Kişiliğim, hayatım hakkında konuşabilirsiniz. Fikir yürüte bilirsiniz. Beni öyle böyle sanabilirsiniz. Ama emin olamazsınız. Sizin hakkımdaki yorumlarınız, sanmalarınız benim gerçek de ne olduğumu değiştirmez. Baktığım yeri söyleye bilirsiniz ama ne gördüğümü ASLA...
Bu mesaj Kaan tarafından 2013-10-25 21:39 GMT, 4685 Gün önce düzenlendi. |
| > 1 < [2] | ILERI |