vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 10 of 13
FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 LastLast
Results 136 to 150 of 195

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
    26
    Thanks.

  2. #137
    Junior Member
    Real Name
    Joe Velez
    Join Date
    Nov 2006
    Posts
    24
    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
    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
    24,543
    Hello,

    you can check if $vbulletin->forumcache["$forumid"]['nametitle'] is set - if yes, then it has been processed by vBSEO.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  5. #140
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    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 03:10 PM.

  6. #141
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    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
    24,543
    Thank-you for the notice, yes - that function has been renamed to avoid possible name conflicts.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #143
    neo
    neo is offline
    Member
    Real Name
    Diego
    Join Date
    Jul 2006
    Location
    in the bank
    Posts
    68
    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
    13,923
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  10. #145
    Senior Member KW802's Avatar
    Real Name
    Kevin
    Join Date
    Jan 2006
    Posts
    163
    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
    13,923
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  12. #147
    Junior Member
    Real Name
    Muaz
    Join Date
    Dec 2007
    Posts
    1
    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 09:26 AM. Reason: sig removed

  13. #148
    Junior Member
    Real Name
    ssslippy
    Join Date
    Dec 2006
    Posts
    21
    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
    24,543
    Al URLs on the pages created with vBulletin engine should be rewritten automatically.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


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


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, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM