Results 1 to 3 of 3

Trying to get the correct URL, showing showthread

This is a discussion on Trying to get the correct URL, showing showthread within the General Discussion forums, part of the vBSEO SEO Plugin category; I've been playing with something a user brought to my attention on vBulletin Setup Forums You'll see the tab feature ...

  1. #1
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1

    Trying to get the correct URL, showing showthread

    I've been playing with something a user brought to my attention on vBulletin Setup Forums

    You'll see the tab feature in the middle top, well the "Tab 3" is what I'm referring to now..

    This is the code for the module.

    Code:
    <script type="text/javascript" src="http://forum.vbulletinsetup.com/external.php?type=js&forumids=7"></script>
    <script language="" type="text/javascript">
    <!--
    for (x = 0; x < 10; x++)
    {
    document.writeln("<img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"http://forum.vbulletinsetup.com/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">($vbphrase[posted_by]: "+threads[x].poster+")</span><br />");
    }
    //-->
    </script>

    Is there a way I can get the url's to be the Rewritten ones ?

    Thanks
    My forums: General Forums | Admin Talk (running xenforo)

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,742
    Liked
    168 times
    These links cannot be rewritten since they are created on client-side using javascript and cannot be processed by vBSEO. Also, search engines do not "see" those URLs.

  3. #3
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1
    ya, I know they don't see them. I just wanted to be constant

    Thanks for the reply Oleg
    My forums: General Forums | Admin Talk (running xenforo)

Posting Permissions

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