| > 1 < [2] | ILERI |
|
Kaan
678 posts |
#429 2013-10-19 22:58 GMT | |
Forumlar için SEF URL yapalımsystem/core/forums/forums.inc.php'yi açın alttakini bulun [code]if ($fsn['fs_lt_id']>0) {[/code] Altına Ekleyin [code]$seourl = ntSEO($fsn['fs_lt_title']);[/code] Alttakini bulun [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ştirin [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 bulun [code]$fs_num++;[/code] Altına ekleyin [code]$seourl = ntSEO($fsn['fs_title']);[/code] Alttakini bulun [code]"FORUMS_SECTIONS_ROW_URL" => "forums.php?m=topics&s=".$fsn['fs_id'],[/code] Alttakiyle değiştirin [code]"FORUMS_SECTIONS_ROW_URL" => "$seourl-k".$fsn['fs_id'].'.html',[/code] Alttakini bulun [code]if ($row['fs_lt_date'] > $lt_date) {[/code] Altına ekleyin [code]$seourl = ntSEO($row['fs_lt_title']);[/code] Alttakini bulun [code]$fsnn['lastpost'] = ($usr['id']>0 && $fsnn['fs_lt_date']>$usr['lastvisit'] && $fsnn['fs_lt_posterid']!=$usr['id']) ? "<a href=\"forums.php?m=posts&q=".$fsnn['fs_lt_id']."&n=unread#unread\">" : "<a href=\"forums.php?m=posts&q=".$fsnn['fs_lt_id']."&n=last#bottom\">";[/code] Alttaki ile değiştirin [code]$fsnn['lastpost'] = ($usr['id']>0 && $fsnn['fs_lt_date']>$usr['lastvisit'] && $fsnn['fs_lt_posterid']!=$usr['id']) ? "<a href=\"$seourl-m".$row['fs_lt_id'].".html&n=unread#unread\">" : "<a href=\"$seourl-m".$row['fs_lt_id'].".html&n=last#bottom\">";[/code] Alttakini bulun [code]$row['fs_title'] = "+ ".$row['fs_title']; } $ii++;[/code] Altına ekleyin [code]$seourl = ntSEO($row['fs_title']);[/code] Alttakini bulun [code]"FORUMS_SECTIONS_ROW_SUBFORUMS_URL" => "forums.php?m=topics&s=".$row['fs_id'],[/code] Alttakiyle Değiştirin [code]"FORUMS_SECTIONS_ROW_SUBFORUMS_URL" => "$seourl-k".$row['fs_id'].'.html',[/code] Forum Ana Sayfa 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 |