Page 2 of 2 FirstFirst 1 2
Results 16 to 25 of 25

How to validate with vBseo Virtual HTML?

This is a discussion on How to validate with vBseo Virtual HTML? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Originally Posted by Oleg Ignatiuk It will be udpated in next vBSEO version. It depends on what you have defined ...

  1. #16
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    It will be udpated in next vBSEO version.
    It depends on what you have defined for relevant replacement in vBSEO CP.
    Okay.

    I have defined:
    <table class="tborder" width="100%" align="center" border="0" cellpadding="6" cellspacing="1"><tbody><tr><td class="thead">[forum_title] im [bb_title] Forum: [forum_description]</td></tr></tbody></table>
    <table class="tborder" width="100%" align="center" border="0" cellpadding="6" cellspacing="1"><tbody><tr><td class="thead">[parent_forum_title]: [forum_title] Thema: [thread_title]: [first_post_20_words]...</td></tr></tbody></table>

  2. #17
    Junior Member
    Real Name
    Saeid
    Join Date
    Feb 2009
    Posts
    22
    Liked
    0 times
    thanx

  3. #18
    Junior Member
    Real Name
    Saeid
    Join Date
    Feb 2009
    Posts
    22
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please try to modify functions_vbseo_seo.php file:
    find:
    PHP Code:
        vbseo_insert_code('
    <script type="text/javascript"><!--
    '
    .$inscode.'
    //-->
    </script>'
    str_replace('_js'''$place)); 
    replace with:
    PHP Code:
        vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '
    .$inscode.'
    //]]>
    </script>'
    str_replace('_js'''$place)); 
    Sorry but instead of the first section you typed, I have this code in function_vbseo_seo:

    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript">
    '
    .$inscode.'
    </script>'
    str_replace('_js'''$place)); 
    what can I do?

  4. #19
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You should replace it with:
    PHP Code:
        vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '
    .$inscode.'
    //]]>
    </script>'
    str_replace('_js'''$place)); 

  5. #20
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    I need help on mine too! i have so many errors and warnings :( [Invalid] Markup Validation of http://forum.tunedtech.ca/ - W3C Markup Validator
    Car tuners & Enthusiasts forum community online....

  6. #21
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Those are from your skin and other add-ons, not the virtual box.

  7. #22
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    I see.. so can this Vbseo Virtual html disable Dynamic contents for my skin and add-on that i have error?
    Car tuners & Enthusiasts forum community online....

  8. #23
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    No, they aren't even related. Your markup is simply invalid and should be validated.

  9. #24
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    How do i validate them? :(
    Car tuners & Enthusiasts forum community online....

  10. #25
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You will need to go through each error 1 by one, find the template it is in, and convert it to proper xhtml per the specs.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Virtual HTML Display - What is it?
    By woostar in forum General Discussion
    Replies: 65
    Last Post: 07-13-2009, 11:06 PM
  2. Virtual HTML Sorunu
    By sum41live in forum Türkçe
    Replies: 2
    Last Post: 05-03-2009, 04:55 PM
  3. Virtual Html ?
    By pcwolfx® in forum Türkçe
    Replies: 4
    Last Post: 03-01-2009, 09:52 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
  •