I haven't heard anything back, so perhaps my last post wasn't explained very well. When I enter a new page using "Add a News" on the front page of my Xwiki, my page shows up on the front page as a new entry, but never appears in the category I had assigned to it. What could that be? -Dave -- Dave Mangot Terracotta Inc. 650 Townsend St. Suite 325 San Francisco, CA 94103 USA +1 415 738 4059 [email protected] This e-mail incorporates Terracotta's confidentiality policy, which is online at http://www.terracottatech.com/emailconfidentiality.shtml
Hi, Is your wiki available publicly for someone to have a look? If I understand correctly, when you edit the blog entry document, you can see that the category has actually been saved with the article object - yet the article isn't found when attempting to filter by category... a few thoughts: 1.Check that your Blog.Categories page contains something like: #set($category = "$request.category") #set($nbitems = "10") #set($nbstart = $request.nbstart) #includeMacros("Blog.Macros") 2. Check that your Blog.Macros looks like: http://www.xwiki.com/xwiki/bin/view/Blog/Macros?language=en&xpage=code 3.You mentioned it used to work, but has stopped working. Don't forget about the history feature to check what has changed on a page. Regards, Robin On 29/04/06, Dave Mangot <[email protected]> wrote:
I haven't heard anything back, so perhaps my last post wasn't explained very well.
When I enter a new page using "Add a News" on the front page of my Xwiki, my page shows up on the front page as a new entry, but never appears in the category I had assigned to it.
What could that be?
-Dave
-- Dave Mangot Terracotta Inc. 650 Townsend St. Suite 325 San Francisco, CA 94103 USA +1 415 738 4059 [email protected]
This e-mail incorporates Terracotta's confidentiality policy, which is online at http://www.terracottatech.com/emailconfidentiality.shtml
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Robin Fernandes wrote:
If I understand correctly, when you edit the blog entry document, you can see that the category has actually been saved with the article object - yet the article isn't found when attempting to filter by category... a few thoughts:
1.Check that your Blog.Categories page contains something like: #set($category = "$request.category") #set($nbitems = "10") #set($nbstart = $request.nbstart) #includeMacros("Blog.Macros")
Robin. That was it! You made my weekend. Thanks! -Dave -- Dave Mangot Terracotta Inc. 650 Townsend St. Suite 325 San Francisco, CA 94103 USA +1 415 738 4059 [email protected] This e-mail incorporates Terracotta's confidentiality policy, which is online at http://www.terracottatech.com/emailconfidentiality.shtml
participants (2)
-
Dave Mangot -
Robin Fernandes