I hate being the first person who finds the first bug but here it comes vBSEO strips down white spaces inside html bbcode. At my site it also adds the thread url just to beginning of any php file mentioned within the bbcode
the following turns
toHTML Code:<!-- Gizli mesaj başlıyor---> <if condition="in_array($forum['forumid'], array(x,y,z,w)) AND is_member_of($vbulletin->userinfo, 1, 2, 3)"> <div> <p align="center"><font size="4" face="Arial Black">Mesajın İçeriğini Görmek İçin <a href="register.php"><font color="#3366CC">Üye</font></a> Olmanız Gerekmektedir... <br /><br /><a href="register.php"><img src="http://img285.imageshack.us/img285/4905/uyeolvb3.gif" border="0" alt="" /></a></font> </p> </div> <else /> <!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> </if> <!-- Gizli mesaj bitti -->
when i disable vBSEO this works as expected.HTML Code:<!-- Gizli mesaj başlıyor---> <if condition="in_array($forum['forumid'], array(x,y,z,w)) AND is_member_of($vbulletin->userinfo, 1, 2, 3)"> <div> <p align="center"><font size="4" face="Arial Black">Mesajın İçeriğini Görmek İçin <a href="http://vbtech.net/vbulletin-destek/bolum-izin-ayarlari-gosterim-sekli-hk-294/register.php"><font color="#3366CC">Üye</font></a> Olmanız Gerekmektedir... <br /><br /><a href="http://vbtech.net/vbulletin-destek/bolum-izin-ayarlari-gosterim-sekli-hk-294/register.php"><img src="http://img285.imageshack.us/img285/4905/uyeolvb3.gif" border="0" alt="" /></a></font> </p> </div> <else /> <!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> </if> <!-- Gizli mesaj bitti -->


LinkBack URL
About LinkBacks






Reply With Quote