Po wejściu w temat ze strony głównej forum link będzie się wyświetlal bez furl. np.
http://forum.d2traders.pl/index.php?showtopic=163972&pid=681762&st=0entry681762
A kiedy wejdę najpierw w dział gdzie znajduje się ten temat,link bedzie wygladal odpowiednio
]http://forum.d2traders.pl/o-Viperand39s-Shop-n-Fg--t163972.html
W pliku furl mam
//FORUM URL
$this->ipsclass->skin['_wrapper'] = preg_replace("#<a href=\"{$boardurl}\?showforum=([0-9]*)\">(.+?)</a>#ie", "\$this->make_url('\\2','\\1','f')", $this->ipsclass->skin['_wrapper']);
$this->ipsclass->skin['_wrapper'] = preg_replace("#<a href='{$boardurl}\?showforum=([0-9]*)'>(.+?)</a>#ie", "\$this->make_url('\\2','\\1','f')", $this->ipsclass->skin['_wrapper']);
//TOPIC URL
$this->ipsclass->skin['_wrapper'] = preg_replace("#<a id=\"tid-link-([0-9]*)\" href=\"{$boardurl}\?showtopic=([0-9]*)\" title=\"(.+?)\">(.+?)</a>#ie", "\$this->make_url('\\4','\\2','t','\\3','\\1')", $this->ipsclass->skin['_wrapper'], 1);
Jak to naprawić aby zawsze furl się pojawiał?