Page 10 of 17 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 LastLast
Results 136 to 150 of 242

vBSEO Functions for Extensibility

This is a discussion on vBSEO Functions for Extensibility within the General Discussion forums, part of the vBSEO SEO Plugin category; Thanks....

  1. #136
    Junior Member
    Real Name
    Andreas
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    Thanks.

  2. #137
    Junior Member
    Real Name
    Joe Velez
    Join Date
    Nov 2006
    Posts
    29
    Liked
    0 times
    Valuable information here .. answered all my questions :up: :up:

  3. #138
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    Liked
    0 times
    Is there a way of finding out of the Direct Category Links option is turned on?

    Is there a way of finding out if an individual forum is a real linked forum or if it is being artificially turned into a link because the Direct Category Links option is turned on?

    The concise version of my problem is that I am using the $vbulletin->forumcache["$forumid"]['link'] setting in a hack to see if an individual forum is a link and if it is then I'm skipping it but because of sites that have the Direct Category Links option turned on then it is skipping categories that it shouldn't be.

    Thoughts?

  4. #139
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    you can check if $vbulletin->forumcache["$forumid"]['nametitle'] is set - if yes, then it has been processed by vBSEO.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #140
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    you can check if $vbulletin->forumcache["$forumid"]['nametitle'] is set - if yes, then it has been processed by vBSEO.
    Oleg, that seems to work, thanks.

    EDIT: Doing that method works nicely, thank you. (Where it'll be used.... Cool Sci-Fi RSS Feeds)
    Last edited by KW802; 10-08-2007 at 04:10 PM.

  6. #141
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    Liked
    0 times
    For anybody else who is finding themselves with a broken script after going to 3.1.0 Gold, take note that "get_forum_info()" has been renamed to "vbseo_get_forum_info()" in the fuctions_vbseo.php file.

  7. #142
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Thank-you for the notice, yes - that function has been renamed to avoid possible name conflicts.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #143
    neo
    neo is offline
    Member neo's Avatar
    Real Name
    Diego
    Join Date
    Jul 2006
    Location
    in the bank
    Posts
    87
    Liked
    0 times
    After upgrading to vBSEO 3.1.0 this script doesn't work properly

    PHP Code:

    include_once '/............................/foros/includes/functions_vbseo.php';
    vbseo_startup();

     
    $conex mysql_connect("localhost","xxx","xxxx");
          
    $bd mysql_select_db("xxxx");
          
    $sql "SELECT * FROM v4bx_thread WHERE forumid!=92 order by dateline desc LIMIT 30 "
          
    $consulta mysql_query($sql);
           while (
    $fila mysql_fetch_array($consulta)) {
              echo 
    "<li><a href=\"http://www.emudesc.net/foros/ ".vbseo_thread_url_row_spec($fila,VBSEO_URL_THREAD_LASTPOST)."\" title=\"".mod($fila[title])."\">".mod($fila[title])."</a></li>";
           }  
           
    mysql_free_result($consulta); 
           
    mysql_close($conex); 
    I just upgraded from 3.0.0 and this script use to display the latest posts on my forum. What do I need to change?

    These are the URLs that are being displayed

    la mejor tipa

    si haces una compañia de que seria y que nombre pondrias?

    And then redirects you to the right URL e.g.

    http://www.emudesc.net/foros/cafeter...tml#post425641

  9. #144
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    Quote Originally Posted by KW802 View Post
    EDIT: Doing that method works nicely, thank you. (Where it'll be used.... Cool Sci-Fi RSS Feeds)
    Lookin' good. Are you planning on releasing this as a vBSEO compatible hack?
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #145
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    Liked
    0 times
    Quote Originally Posted by Juan Muriente View Post
    Lookin' good. Are you planning on releasing this as a vBSEO compatible hack?
    It already is.

    It's a freebie that can be download either at CinVin or at vBulletin.org. If the vBSEO crowd prefers, I can post it here as well... just let me know which forum is most appropriate.

  11. #146
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    Quote Originally Posted by KW802 View Post
    It already is.

    It's a freebie that can be download either at CinVin or at vBulletin.org. If the vBSEO crowd prefers, I can post it here as well... just let me know which forum is most appropriate.
    Ah, excellent! No worries, I'll go ahead and pick my copy @ vb.org
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #147
    Junior Member
    Real Name
    Muaz
    Join Date
    Dec 2007
    Posts
    1
    Liked
    0 times
    Hi, This post of mine is very knowledgable and may enhance the information of the viewers , however I would like some specific information for myself. If someone can help me then please send me a private message. Best Regards,
    Last edited by Oleg Ignatiuk; 12-27-2007 at 10:26 AM. Reason: sig removed

  13. #148
    Junior Member
    Real Name
    ssslippy
    Join Date
    Dec 2006
    Posts
    21
    Liked
    0 times
    Ok is there a way to have vbseo automatically parse urls and usernames without going in and modifing the actuall base code. Basically im looking for an insert I can throw into the header.

  14. #149
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Al URLs on the pages created with vBulletin engine should be rewritten automatically.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #150
    Junior Member
    Real Name
    ssslippy
    Join Date
    Dec 2006
    Posts
    21
    Liked
    0 times
    Its not on a vbulletin page and I dont want to recode every plugin my CMS to handle vbulletin urls differently.

Page 10 of 17 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 LastLast

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 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
  •