Quote:
Originally Posted by basketmen
i already tried this too (from this thread), but looks like still not working too
<if condition="$_SERVER['REQUEST_URI'] == '/forum/somepage.html'">
|
ah this one at least works,
and the url used is the non rewrited url, so the original url, if the url are rewrited by vbseo or another mod
Scanu methode above maybe works too, and using the original url
only the first methode that not working, even already using original url, wonder why, but its ok already have the working code
Quote:
<if condition="$vbulletin->url == 'http://domain.com/forum/somepage.html'">
</if>
|
Thank you and GBU for Scanu and kh99