Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter maribun

    (@maribun)

    A huge thank you to Navid for helping out this newbie.

    I’ll get there, and I appreciate him helping me on the way.

    Maribun

    Thread Starter maribun

    (@maribun)

    I’m running WordPress 1.5, as the List Manager doesn’t work in 1.2.

    I know how to edit the CSS, sidebar, and the other php calls. I am able to follow all that. The trouble is that in my sidebar.php, I can’t appear to just use the

    <list id=”#” />

    You have to integrate in the API’s that Navid provided, but I’ve never worked with them before. I’m currently trudging through the wiki on how to write plugins, but am drowning in all of it.

    The API’s are at http://www.navidazimi.com/projects/wp-lists/ :

    wplists_print_by_id(
    $list_id,
    $before = “
    # “,
    $after = “
    “,
    $showlinks = true,
    $showchecked = true,
    $echo = true
    );
    wplists_return_list_by_id( $list_id );
    wplists_get_lists(
    # $before = ” “,
    $after = “
    “,
    $linkurl = true );

    Can you give me a general explanation so that I can understand where these go without currently fully comprehending how to develop a plugin myself?

    Thank you.

    Thread Starter maribun

    (@maribun)

    Moving the discussion over to the beta board, as per NuclearMoose’s request.

    Sorry.

    Thread Starter maribun

    (@maribun)

    Thanks Kafkaesqui, but it’s not quite that simple. 🙂

    I’m running WordPress 1.5, as the List Manager doesn’t work in 1.2.

    I know how to edit the CSS, sidebar, and the other php calls. I am able to follow all that. The trouble is that in my sidebar.php, I can’t appear to just use the

    <list id=”#” />

    You have to integrate in the API’s that Navid provided, but I’ve never worked with them before. I’ve looked through the forums, dev wikki, and user’s manual with no luck.

    The API’s are at http://www.navidazimi.com/projects/wp-lists/ :

    wplists_print_by_id(
    $list_id,
    $before = ”

    • “,
      $after = “
    • “,
      $showlinks = true,
      $showchecked = true,
      $echo = true
      );
      wplists_return_list_by_id( $list_id );
      wplists_get_lists(
      $before = ”

    • “,
      $after = “
    • “,
      $linkurl = true );

      Does anyone know which to use, where they go, and can you give me a general explanation so that I can understand why the answers are what they are?

      Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)