| > 1 < [2] | ILERI |
|
Kaan
678 posts |
#429 2013-10-19 22:58 GMT | |
Forum Posts Sayfası SEF URL Yapımısystem/core/forums/forum.posts.inc.php'yi açın alttakini bulun. [code]$toptitle = "<a href=\"forums.php\">".$L['Forums']."</a> ".sed_cc($cfg['separator'])." ".sed_build_forums($s, $fs_title, $fs_category, TRUE, $parentcat);[/code] Altına ekle [code]$seourlmsj = ntSEO($ft_title); // title sef link[/code] Alttakini bul [code]$toptitle .= " ".sed_cc($cfg['separator'])." ".sed_bbcode(sed_cc($ft_title_icon))." <a href=\"forums.php?m=posts&q=".$q."\">".sed_cc($ft_title)."</a>";[/code] Alttaki ile değiştir [code]$toptitle .= " ".sed_cc($cfg['separator'])." ".sed_bbcode(sed_cc($ft_title_icon))." <a href=\"$seourlmsj-m".$q.".html\">".sed_cc($ft_title)."</a>";[/code] Forum Posts 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, 4686 Gün önce düzenlendi. |
| > 1 < [2] | ILERI |