Results 1 to 9 of 9

Where's the VBSEO manual? I know something exists and I'm looking for it...

This is a discussion on Where's the VBSEO manual? I know something exists and I'm looking for it... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm looking for a line of code that I can drop into my vbadvanced page to make all the URL's ...

  1. #1
    Senior Member
    Join Date
    Nov 2005
    Posts
    139
    Liked
    0 times

    Where's the VBSEO manual? I know something exists and I'm looking for it...

    I'm looking for a line of code that I can drop into my vbadvanced page to make all the URL's get rewritten by VBSEO.

    It's a function call which I know exists, and is based on the principle that if you can get the HTML you're going to output and put it through this function, you get your rewrite's.

    I've tried searching, but it's such a vague thing to search on and all of the keywords return tons of stuff... so aside from a "Where is this function?" question, the other question is "Where is the documentation that says where this function is?".

    I'm lost.

    This function is out there somewhere, I've had it recommended to me ages ago... anyone know what it's called? And what I have to include to call it?

    It's at times like this I just want to go and get a Zend decoder and go back to the source code and just look myself.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    URLs on vBadvanced pages should already be rewritten. Maybe I'm not understanding what you mean?

  3. #3
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    But, there is also this if you need to do something custom.

    (Example posted by Oleg)

    You can use make_crawlable() function to process a piece of html code:
    PHP Code:
    if(@include_once ('includes/functions_vbseo.php'))
    {
    vbseo_startup();
    $html make_crawlable ($html);


  4. #4
    Senior Member
    Join Date
    Nov 2005
    Posts
    139
    Liked
    0 times
    That's the fellow!

    It's for my vbadvanced page, none of the forum URL's are being re-written. Perhaps it's because the vbadvanced page is in a different directory than the forum and isn't being processed?

  5. #5
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Strange; it should definately be processed. Unless there's something funky about that one module?

  6. #6
    Senior Member
    Join Date
    Nov 2005
    Posts
    139
    Liked
    0 times
    Possibly there is... it's this one:
    3.5.x - [module] Forum list - vBadvanced Forums

    Just dumps the forum cache as a list of URL's.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    update: resolved by changing the module code.

  8. #8
    Senior Member
    Join Date
    Nov 2005
    Posts
    139
    Liked
    0 times
    Strange though... this bug and the other problem I'm seeing on tags both have the same solution... make the URL's absolute rather than relative.

    If you could answer in the tags thread it will stop me duplicating the question

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

Posting Permissions

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