Results 1 to 6 of 6

Where is the title outputted

This is a discussion on Where is the title outputted within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, In which file is the title created for the threads/forums, I need to edit something i know this is ...

  1. #1
    Junior Member
    Real Name
    Mark Thompson
    Join Date
    Aug 2006
    Posts
    21
    Liked
    0 times

    Where is the title outputted

    Hello,

    In which file is the title created for the threads/forums, I need to edit something i know this is probably not supported but if you could point me at the function that does it that would be great.

    Thanks

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    vbseo doesn't create titles... it uses the title of whats in the standard vB database for the forum title or thread title.

    what exactly are you trying to do? a little more background and we might be able to point you in the right direction.

  3. #3
    Junior Member
    Real Name
    Mark Thompson
    Join Date
    Aug 2006
    Posts
    21
    Liked
    0 times
    I am trying to figure out a way to keep a list of pages in a database, with url and title. since vbseo writes the url with the title is there any quick way i could do it .

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    you mean when you paste a link like
    Code:
    http://google.com
    it shows up as
    Google

    ?


    if so,
    I THINK you can get them using the
    Code:
    function vbseo_replace_urls($preurl, $url, $mid_attribs = '', $posturl = '', $intag = '', $closetag = '')
    function

    just be sure to
    include_once 'includes/functions_vbseo.php';from your script.

    There's really no need to store it in a DB when you can pull it real time, or save it real-time into what ever db you are using

  5. #5
    Junior Member
    Real Name
    Mark Thompson
    Join Date
    Aug 2006
    Posts
    21
    Liked
    0 times
    thanks for the quick reply

    I am trying to get a list of titles and urls for my internal urls,
    title "how to do something on my forum" url "http://myforum.com/how-to-do-something.html"

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    You can check vBSEO Sitemap Generator function files in order to get an idea how to prepare it.
    Last edited by Joe Ward; 06-16-2008 at 10:21 PM.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Bug in title?
    By basketmen in forum Bug Reporting
    Replies: 3
    Last Post: 09-03-2007, 06:39 AM
  2. Last post column thread title title="Go to first unread post...."
    By BamaStangGuy in forum vBSEO Features Archive
    Replies: 2
    Last Post: 03-02-2006, 08:36 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
  •