Results 1 to 3 of 3

vbSEO'ed URL in Custom PHP Widget

This is a discussion on vbSEO'ed URL in Custom PHP Widget within the General Discussion forums, part of the vBSEO SEO Plugin category; I have a custom widget on the CMS pulling in some threads from the forum. After my query, I am ...

  1. #1
    Senior Member
    Real Name
    kyrivalry
    Join Date
    Nov 2009
    Posts
    103
    Liked
    0 times

    vbSEO'ed URL in Custom PHP Widget

    I have a custom widget on the CMS pulling in some threads from the forum. After my query, I am building the url by:

    PHP Code:
    <a href="forum/showthread.php?t=' .$threadid. '">' .$threadtitle. '</a
    I would have expected that to automatically convert to the vbSEO'ed url but it's not. How can I get this converted?

    Thanks!

  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

  3. #3
    Senior Member
    Real Name
    kyrivalry
    Join Date
    Nov 2009
    Posts
    103
    Liked
    0 times
    Got it, thanks. For simplicity for anyone who comes across this:

    PHP Code:
    $threadurl vbseo_thread_url_row($thread_row); 

Similar Threads

  1. bookmark widget
    By hornstar6969 in forum vBSEO Features Archive
    Replies: 5
    Last Post: 09-23-2007, 05:27 PM
  2. Some neat things with my vBSEO'ed site
    By briansol in forum Analysis: Traffic & SERPS
    Replies: 13
    Last Post: 06-28-2006, 10:50 PM
  3. Big forum vbseo'ed - will update with results :)
    By bigbird in forum General Discussion
    Replies: 4
    Last Post: 05-01-2006, 10:19 PM

Posting Permissions

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