Results 1 to 5 of 5

Strange string below thread title

This is a discussion on Strange string below thread title within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello All I just noticed a strange string in all my forum description: "tag. * * If you do not ...

  1. #1
    Member
    Real Name
    Manuel Sechi
    Join Date
    Jan 2007
    Posts
    42
    Liked
    0 times

    Strange string below thread title

    Hello All

    I just noticed a strange string in all my forum description:

    "tag. * * If you do not want to deal with the intricities of the noscript * section, delete the tag (from ... to ). On * average, the noscript tag is"

    vbulletin shows it below the thread title, i just looked in the relevant replacement but the problem is not there... any idea on how to solve? this is an example:
    http://www.sonicbands.it/altri-strum...larmonica.html
    just look below the title "iniziare con l'armonica"

    thank you for any help

    regards
    Manuel

  2. #2
    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
    The showhide script you are using is missing the opening script tag, so it just flows into the previous tag because it is not closed either...


    Always run your site through the w3 code validator because your html is invalid.
    Code:
    
     <b>Altri strumenti musicali</b>, parte della categoria Strumenti Musicali: tecnica, didattica, setup; tag.  SHOULD BE A </b></div> and <script type="text/javascript"> tags here *   * If you do not want to deal with the intricities of the noscript   * section, delete the ... Usa questo forum per discussioni relative a strumenti musicali per i quali non esiste un forum specifico.</p><!-- google_ad_section_end -->     <script type="text/javascript"> function Sorky02_MoreOrLess( n ) {   Less_body = fetch_object("Sorky02_MoreOrLess_Less_body_" + n);   More_body = fetch_object("Sorky02_MoreOrLess_More_body_" + n);    if (Less_body.style.display == "none")   {     Less_body.style.display = "";     More_body.style.display = "none";   }   else   {     Less_body.style.display = "none";     More_body.style.display = "";   }    return false; }  function Sorky02_ShowOrHide( n ) {   span = fetch_object("Sorky02_ShowOrHide_span_" + n);   img = fetch_object("Sorky02_ShowOrHide_img_" + n);    if (span.style.display == "none")   {     span.style.display = "";     img.src = "http://www.vbseo.com/images/buttons/collapse_thead.gif";   }   else   {     span.style.display = "none";     img.src = "http://www.vbseo.com/images/buttons/collapse_thead_collapsed.gif";   }    return false; } 
    </script>

  3. #3
    Member
    Real Name
    Manuel Sechi
    Join Date
    Jan 2007
    Posts
    42
    Liked
    0 times
    hi Brian and Thanks for your reply
    maybe I didn't understand your suggestion, but looking into the page source, the same issue is under the thread title and in the meta tag description, so I think this is a problem into a variable value ($vbphrase[page_x])... if I'm wrong, can you tell me the template name to check?

    thank you
    MAnuel

  4. #4
    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
    I'm not familiar with the mod, so i have no idea where it injects itself.

    I would turn off all mods besides vbseo and see if it does the same thing, and if it does, then you need to dive into the templates to fix it. Otherwise, the error is in the mod or one of the mod templates.

  5. #5
    Member
    Real Name
    Manuel Sechi
    Join Date
    Jan 2007
    Posts
    42
    Liked
    0 times
    thank you Brian
    the problem was not in VBSEO but in a js comment in the ad server. Everyone be carefull if you use openX just put in the template the js code for the banner and leave out the comments.

    regards
    Manuel

Similar Threads

  1. Replies: 126
    Last Post: 09-11-2011, 03:40 PM
  2. Can you change the page title to the thread title?
    By guitarheroforum in forum General Discussion
    Replies: 10
    Last Post: 12-09-2008, 12:18 PM
  3. Strange thread redirect to a different thread
    By eJM in forum Troubleshooting
    Replies: 6
    Last Post: 07-07-2006, 05:31 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
  •