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 2 of 13
FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 LastLast
Results 16 to 30 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; Ah, ok, thanks...

  1. #16
    Senior Member
    Join Date
    Sep 2005
    Posts
    131

    Re: vBSEO Functions for Extensibility

    Ah, ok, thanks

  2. #17
    Member
    Real Name
    gringo
    Join Date
    Sep 2005
    Location
    Deutscheland
    Posts
    63

    Re: vBSEO Functions for Extensibility

    Quote Originally Posted by Philipp Herbers
    Hallo,



    ich kann es gerne in den nächsten Tagen übersetzen
    Hi, möchte nicht drängeln.. aber kommt da noch was?

  3. #18
    vBSEO Staff Philipp Herbers's Avatar
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,012

    Re: vBSEO Functions for Extensibility

    Hey ,

    es tut mir leid, dass es solange dauert. Ich habe es soweit fertig übersetzt und warte nur noch auf ein OK vom vBSEO Germany Team. Ich habe leider die Datei nicht hier, da ich momentan keinen Rechner habe.
    Sie kommt, sobald ich eine Rückmeldung bekomme
    Philipp Herbers / Crawlability Inc.
    vBSEO 3.3.2 freigegeben: vBSEO 3.3.2 veröffentlicht - Sicherheitsupdate

    vBSEO Styles: Version 1.0 PRO Für Alle Version 2.0 Für vBSEO Kunden

  4. #19
    Member
    Real Name
    gringo
    Join Date
    Sep 2005
    Location
    Deutscheland
    Posts
    63

    Re: vBSEO Functions for Extensibility

    alles klar, die paar tage machen den bock jetzt auch nicht fett :P

    danke nochmal!

  5. #20
    vBSEO Staff Philipp Herbers's Avatar
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,012

    Re: vBSEO Functions for Extensibility

    Die deutsche Übersetzung ist nun verfügbar
    Philipp Herbers / Crawlability Inc.
    vBSEO 3.3.2 freigegeben: vBSEO 3.3.2 veröffentlicht - Sicherheitsupdate

    vBSEO Styles: Version 1.0 PRO Für Alle Version 2.0 Für vBSEO Kunden

  6. #21
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    359

    Make crawlable-need some options

    A great one is the make_crawlable

    PHP Code:
    if(include_once($vbulletin->options['bburl'].'/includes/functions_vbseo.php'))
        
    $HTML_mailbody make_crawlable($HTML_mailbody); 
    As you can see, I am using it for a newsletter.

    However - I need to have the full url in there. For the forum, I have the url's excluding the domain, but for the newsletter, I need the full url. Apart from doing some regex to add the domain, is there some code that I can use to temporarily set the variable for including the domain name????

    Since the variable is a constant, I am not able to change it. The best I can do is temporaroly change the vbseocp options to have the domain in there.
    T2DMan
    Search engine optimize vBulletin - over 55001 views
    or Contract me to onpage SEO your forum - experience the additional SERP improvements


  7. #22
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    13,923
    Try this:
    PHP Code:
    define('VBSEO_USE_HOSTNAME_IN_URL',           1);
    if(include_once(
    $vbulletin->options['bburl'].'/includes/functions_vbseo.php'))
    $HTML_mailbody make_crawlable($HTML_mailbody); 
    So, when config is included in functions_vbseo.php, the setting is already defined thus the new definition is ignored.
    Juan Muriente / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #23
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    359
    Of course! Thanks Juan.

    Sometimes its good to have the other hat on and receive advice. Much appreciated.
    T2DMan
    Search engine optimize vBulletin - over 55001 views
    or Contract me to onpage SEO your forum - experience the additional SERP improvements


  9. #24
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    13,923
    You are welcome, Sir!
    Juan Muriente / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  10. #25
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    359

    Another crawlable

    /ticker/ticker.php - $str contains html including <a href="/forums/showthread.php?t=xx">bla</a>

    So I go:
    PHP Code:
    include_once '../forums/includes/functions_vbseo.php';
    //is the following needed???
    vbseo_get_options();
    vbseo_prepare_seo_replace();
    get_forum_info();

    //create the string then ...
    $str=make_crawlable($str); 
    But it doesnt work
    In the process of making the string, a variable contains a url. So I tried vbseo_any_url($url) and that didnt work either.

    Seems like there is an issue with items being outside the forum file structure(?) as I successfully did the make_crawlable with the newsletter example.
    T2DMan
    Search engine optimize vBulletin - over 55001 views
    or Contract me to onpage SEO your forum - experience the additional SERP improvements


  11. #26
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Hello Michael,

    do you call ticker script from browser or command line? Please try it with full URL including domain name (<a href="http://..")
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  12. #27
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    359
    A trick for young players! My url's in this instance did not have quote around them, so your script was not able to find the url's. I added the quotes, and presto!!!

    Had me running around in circles.
    T2DMan
    Search engine optimize vBulletin - over 55001 views
    or Contract me to onpage SEO your forum - experience the additional SERP improvements


  13. #28
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Oh, now it's clear then
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  14. #29
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Btw, with vBSEO3.0.0+ you can use this:
    PHP Code:
    vbseo_startup(); 
    instead of:
    PHP Code:
    vbseo_get_options();
    vbseo_prepare_seo_replace();
    get_forum_info(); 
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  15. #30
    Member
    Real Name
    Steve
    Join Date
    Jan 2006
    Posts
    92
    I was directed to this thread because I implemented some custom template changes and vbSEO urls were not showing up. I don't think I was very clear in my original question, but that's because I didn't know any better . As it turns out, you cannot put php into templates. What I did discover, however, is that if you make the URL's in custom templates look like they do in the out-of-the-box templates, vbSEO will replace them automatically.

    The following code was in my custom template, which is a legacy mod recently ported to 3.6:
    Code:
    $vboptions[bburl]/showthread.php?p=$post[postid]$thread[highlight]
    
    I changed it to:
    Code:
    showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]
    
    This is the format used in the out of the box template and returns.

    One problem I am having is that

    Code:
    showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]?p=$post[postid]
    
    does not get rewritten at all, although if you click on the link it gets redirected to the proper location. (vbSEO 3.0 RC3)

    Any ideas?


    following up here...
    I went into the search results out of the box template, and found the following url:
    Code:
    showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]
    
    This one gets rewritten just fine as long as there are replies in a given thread. If there are no replies, it returns a non-rewritten url. It seems to work fine in the search page, just not in my custom template.
    Last edited by nevetS; 09-01-2006 at 02:44 PM. Reason: follow up


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