Hi, Vincent and Jean-Vincent,
One thing I really like xwiki is that almost all questions posted in the
user list will be answered by others in a timely fashion.
Thank you for your help and my problems are pretty much solved by your
answers.
My previous category->blog post mappings are lost actually due to my blind
import of the 1b3 .xar file. I later on unchecked the Blog.* section and
now I can have my mappings bag via jean-Vencent's code snippet.
I now can access the Tags section via the URL Vincent sent to me. I also
found out I can access the Tagged pages via the Tag page in the Main
space.
I played with the Panel wizard a bit and can get the XWiki space back
there. The drag and drop layout tool is so cool.
I also have modified the skin and did a little customization based on
Vincent's answer. Now my xwiki has been almost up with the 1.0b3 code
base.
Sorry to hijack the session, i thought that was not hijacking but didn't
know that still left some inaccurate meta data in the thread. I will start
a new thread in the future.
Thanks a lot!
-Jimmy
----- Original Message -----
From: "Jean-Vincent Drean" <jv(a)xwiki.com>
To: <xwiki-users(a)objectweb.org>
Sent: Monday, February 12, 2007 10:05 AM
Subject: Re: [xwiki-users] A couple of questions after migrating xwiki from
0.9.840 to 1b3
2007/2/12, Vincent Massol <vincent(a)massol.net>et>:
Hi Jimmy,
On Feb 12, 2007, at 12:57 AM, jimmy(a)comkraft.com wrote:
2. My previous pages are categorized in 0.9.840 in 15 categories. I
could
navigate to the pages from the category list. Now all my pages are
displayed in the Main space without categorization. Is there a way
to get
back the categorization for each pages? I noticed there are a
couple of
predefined categories in the Blog space.
I don't have an answer for this. Maybe others know?
I assume you are talking about blog posts, to see the categories again
you'll have to create a panel (/xwik/bin/view/Panels/) containing this
code :
---------------------------------
#panelheader('Blog')
#set($blogcatdoc = $xwiki.getDocument("Blog.Categories"))
#if($xwiki.hasAdminRights())
<font size="-2">(<a
href="$blogcatdoc.getURL("inline")">Editer les
Categories</a>)</font>
#end
#set($catdoc = $xwiki.getDocument("Blog.Categories"))
#foreach($catobj in $catdoc.getObjects("Blog.Categories"))
#set($catname = $catdoc.display("name","view",$catobj))
#if($catname!="")
* [${catname}>Blog.Category?category=${catname}]
#end
#end
#panelfooter()
---------------------------------
--------------------------------------------------------------------------------
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws