Not signed in (Sign In)

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorxLauer
    • CommentTimeNov 20th 2006
     
    Hi, Bjorn,

    Please, look here:

    Top: Sports: Volleyball: Training: Coaching:
    http://dmoz.org/Sports/People/Training/Coaching/


    and then look here:

    http://www.internetadsales.com/dmoz.org/odp.php?browse=/Sports/Volleyball/Training/Coaching/

    or here:

    http://spurs.freephpnuke.org/odp.php?browse=/Sports/People/Training/Camps/

    etc ...

    The Links on top (except ODP - DMOZ links) do not open or open very slow with a big mistake. While they have not a "slash" - "/" on the End of each Link!

    Please check it up and repair.

    Thanks in advance.
    •  
      CommentAuthorbjorn
    • CommentTimeNov 20th 2006
     
    Hi,

    are you using the latest version? If this is the phpNuke version I'm sorry I do not support it as I did not create the integration for phpNuke.

    - bjorn
    • CommentAuthorxLauer
    • CommentTimeNov 21st 2006
     
    Hi, Bjorn,

    You have understood me or not? I doubt.

    As you see, it is not my Links (from other Sites)! Go to Yahoo (Google) and you can find more Thousand such Links.

    It is a Bug in your LATEST VERSION Script!

    Thanks.
    • CommentAuthorxLauer
    • CommentTimeNov 21st 2006
     
    Please, read through still time attentively my first message.

    P.S. What for phpNuke version?
    •  
      CommentAuthorbjorn
    • CommentTimeNov 21st 2006
     
    Hello, I do not see any errors on your page.

    If it's an error in my lates script, please link to the error on:
    http://www.bie.no/products/phpodp/odp.php

    If it's an error in the phpNuke integration, you need to contact:
    http://www.internetintl.com/

    - bjorn
    • CommentAuthorxLauer
    • CommentTimeNov 28th 2006
     
    Dear Bjorn,

    Tell me please, how and what can I do, to have all (all) Links on the Top of each my ODP-Page (of your latest version Script) with a "slash" - "/" on the End of each Link (for example and like this - http://dmoz.org/Sports/People/Training/Coaching/ ). No more.

    Very great Thanks in advance.
    • CommentAuthorbjorn
    • CommentTimeNov 29th 2006
     
    Hi,

    just below the line containing "$browse = "

    add this:

    if( strrpos($browse, "/") != (strlen($browse)-1)) {
    $browse = $browse ."/";
    }
    • CommentAuthorxLauer
    • CommentTimeNov 30th 2006
     
    Hi, Bjorn,

    Thanks for Your answer. Sorry, but I am not strong in PHP.

    In File "browse_header.php" I see some Lines with "$browse = ":


    @@@ if($browse != "") { @@@
    @@@ $cat = $browse; @@@
    @@@ $array = explode("/", $browse ); @@@

    etc.

    Plase tell me, after which Line and bevor and after which Words must I add your code.

    Thanks.