subList 3.1
subList-3-1.zip
This entry was posted
on Tuesday, June 27th, 2006 at 4:44 am
It is attached to subList - List Child Pages
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
October 6th, 2006 at 2:01 pm
On my (subList 3.1 install) the buttons for adding sublists don’t show up on the Wordpress Visual Rich Editor. Are they supposed to? They show up fine on the default Wordpress editor, but I’d like to add them to the WYSIWYG editor too.
Thanks! -Kim
October 9th, 2006 at 6:04 pm
I’ve checked out what’s involved in this, and it appears to be fairly complicated. I’ll continue researching it and let you know.
October 18th, 2006 at 7:19 am
Hi Jared
Great plugin. Just what I was looking for.
Is there a way of changing the order of the list from page id number to aphabetical?
Many thanks.
John
October 29th, 2006 at 12:11 pm
For some reason when I use the plug-in the full content of the sub-pages is displayed, not the text within the excerpt. Any suggesions?
February 5th, 2007 at 6:53 am
Hi,
I’ve installed your plugin and inserted the tag into a page ( http://game-research.com/index.php/articles/ ). But I get no list at all. Any idea what could be going wrong?
Thanks.
- Jonas
February 5th, 2007 at 8:36 pm
Hi Jonas,
Can you provide details of the tag you inserted into the page? Also does it work if you just use a:
tag?
cheers,
jared
April 8th, 2007 at 12:04 am
hi,
is sublist compatible with wordpress 2.1.3?
i can not get it to function even with the simplest of tags such as
the tag is simply ignored or if i add a format string this gets displayed as text instead of the string it represents??
the tag button also disappears after the first save of a page and is never available if you got to edit an older page.
perhaps i have a similar issue to the above user?
any hints?
cheers
a
April 26th, 2007 at 2:39 pm
OK, I had to remove the “AND post_status=’static’” condition in the SQL. Apparently post_status is not static for pages.
Also the %excerpt% doesn’t work. Apparently wp_trim_excerpt($text) does NOT trim the $text. It only trim the content if $text is empty. I replaced wp_trim_excerpt with some of the trimming code from that function.
August 24th, 2007 at 3:52 am
It’s probably a strange request, but is there a way to display all of the contents of the subpages on the page?
I’m trying to use this for a manual with many subsections and I’d like the main section to show all of it’s subsections (contents).