Results 1 to 4 of 4

image only shows when vbseo is off ?

This is a discussion on image only shows when vbseo is off ? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi i recently added bbcode to let members show images larger than what they are look here the problem is ...

  1. #1
    wez
    wez is offline
    Member
    Real Name
    david
    Join Date
    Jun 2006
    Posts
    30
    Liked
    0 times

    Exclamation image only shows when vbseo is off ?

    Hi
    i recently added bbcode to let members show images larger than what they are

    look here

    the problem is they dont show when vbseo is on
    i turn it off , it works any ideas, could it be my htaccess ?

    I dont have any real clue in what im doing so any help would be greatly appreciated, it seems to be adding my url if you check the source..

    heres is my htacces

    RewriteBase /forum

    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]


    please help , im truly stuck

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello David,

    please try to modify the javascript code in this mod
    FIND:
    HTML Code:
    document.write('<img src="
    REPLACE WITH:
    HTML Code:
    document.write('<img src'+'="

  3. #3
    wez
    wez is offline
    Member
    Real Name
    david
    Join Date
    Jun 2006
    Posts
    30
    Liked
    0 times
    My God .....
    How the hell do you know this stuff !!!


    many thanks

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM

Posting Permissions

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