maribun
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_lists – Navid’s great pluginA huge thank you to Navid for helping out this newbie.
I’ll get there, and I appreciate him helping me on the way.
Maribun
Forum: Fixing WordPress
In reply to: wp_lists – Navid’s great pluginI’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.
Forum: Plugins
In reply to: List Manager (wp_lists) API AssistanceMoving the discussion over to the beta board, as per NuclearMoose’s request.
Sorry.
Forum: Plugins
In reply to: List Manager (wp_lists) API AssistanceThanks 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 = “ - “,
$after = “
“,
$showlinks = true,
$showchecked = true,
$echo = true
);
wplists_return_list_by_id( $list_id );
wplists_get_lists(
$before = ”“,
$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.
- “,