Articles plugin "start" parameter not working (and not documented)
- Status
- Closed
- Subject
- Articles plugin "start" parameter not working (and not documented)
- Version
- 4.x
- Category
- Error
- Documentation (or Advocacy)
- Less than 30-minutes fix
- Feature
- Article
- Submitted by
- superdave
- Lastmod by
- luci
- Rating
- Description
Apparent bug of undocumented feature within the ARTICLESplugin, such that the "start" parameter does not seem to function.
In the example below, This was coded into the body of a wiki page. I was trying to have two ARTICLES columns, but show the first 5 (or so) articles on the left of the wiki page, then continue with articles 6 thru (say) 10 on the right column of the split wiki page.
Gary (chibaguy) suggested the code below (including the "start" parameter), but it appears that I get identical lists of articles, rather than one column listing articles 1 thru 5, and another parallel one listing articles 6 thru 10 (as expected). "Start" doesn't appear to be documented, but Gary chibaguy suggested it's use to me.
example code to reproduce problemCopy to clipboard{SPLIT()} {ARTICLES(start=1,max=5)}{ARTICLES} --- {ARTICLES(start=6,max=10)}{ARTICLES} {SPLIT}Gary suggested that I submit this as a bug, so this is it. It would be awesome to be able to do a two column split of articles via the inline plug, but not when the lists are identical.
Thanks to you for looking into this!!! -sd 😊
- Solution
- Added missing parameter in commit rev:24379.
- Importance
- 5
- Easy to solve?
- 8
- Priority
- 40
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2953
- Created
- Sunday 03 January, 2010 16:57:04 UTC
by superdave - LastModif
- Thursday 14 January, 2010 21:21:56 UTC