YANIT OLARAK DEGİŞİKLİKLER EKLENMİŞTİR
Seo4Smf.php
BUL : preg_match_all('/"'.preg_quote($scripturl, '/').'\?topic=([0-9]*).*?"/e', $buffer, $temp_topics, PREG_PATTERN_ORDER);
DEGİŞ : preg_match_all('"'.preg_quote($scripturl, '/').'\?topic=([0-9]*).*?"', $buffer, $temp_topics, PREG_PATTERN_ORDER);
BUL : preg_match_all('/"'.preg_quote($scripturl, '/').'\?action=profile;u=([0-9]+)"/e', $buffer, $temp_profiles, PREG_PATTERN_ORDER);
DEGİŞ . preg_match_all('"'.preg_quote($scripturl, '/').'\?action=profile;u=([0-9]+)"', $buffer, $temp_profiles, PREG_PATTERN_ORDER);
seo yukledim ama forum alt dizinde bir yere tıklayınca ana sayfaya wp ye gidiyor ne yapmam lazım. özelden ulaşırsanız tema vs kurulum istiyorum teşekkürler.