Results 1 to 2 of 2

Html Bbcode

This is a discussion on Html Bbcode within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I hate being the first person who finds the first bug but here it comes vBSEO strips down white spaces ...

  1. #1
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4

    Html Bbcode

    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
    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="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 -->
    to
    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 -->
    when i disable vBSEO this works as expected.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Replied in the ticket.

Similar Threads

  1. vbseo.com bbcode
    By Arkidas in forum General Discussion
    Replies: 11
    Last Post: 05-27-2008, 02:50 PM
  2. bbcode/html/smilies code not parsing
    By briansol in forum URL Rewrite Settings
    Replies: 5
    Last Post: 04-20-2006, 11:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •