[xwiki-users] Categorie - Spaces
Hi I want to create two categories and for each categorie, we want to create several articles or pages. Is space the same thing as categorie ? If yes, how can I show only two spaces in the main page ? Right now I have the space macro and it shows all the spaces like blog , main, panels, estc. thanks
Instead of the Spaces macro use this for that particular area of the page.. = My Catagories = (% style="list-style-type: square" %) * [[Category 1>>SPACE-NAME-1.WebHome]] * [[Category 2>>SPACE-NAME-2.WebHome]] Where SPACE-NAME-X is the name you have given your space(s) ------ thanks kevin.foote On Thu, 21 Apr 2011, Elsa Marks wrote: -> Hi -> -> I want to create two categories and for each categorie, we want to create -> several articles or pages. -> -> Is space the same thing as categorie ? If yes, how can I show only two -> spaces in the main page ? Right now I have the space macro and it shows all -> the spaces like blog , main, panels, estc. -> -> thanks -> _______________________________________________ -> users mailing list -> users@xwiki.org -> http://lists.xwiki.org/mailman/listinfo/users ->
On 04/21/2011 08:20 PM, Elsa Marks wrote:
Hi
I want to create two categories and for each categorie, we want to create several articles or pages.
Is space the same thing as categorie ?
If you are referring to blog categories then no. The information about a blog category is stored in a page. For instance, if you edit using the object editor Blog.News (i.e. the News blog category) you'll see an object of type Blog.CategoryClass that describes the blog category. Technically, you can have blog articles in different spaces but within the same blog category. Hope this helps, Marius
If yes, how can I show only two spaces in the main page ? Right now I have the space macro and it shows all the spaces like blog , main, panels, estc.
thanks _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
I'm not using the blog feature. = My Catagories = (% style="list-style-type: square" %) * [[Category 1>>SPACE-NAME-1.WebHome]] * [[Category 2>>SPACE-NAME-2.WebHome]] This work. How can I create a subspace ? Is it possible ?
Yes this will work ... blog feature has nothing to do with this.. You create a "space" by using the tool bar at the top of the page once logged in or otherwise able to within your wiki. What I gave you below will work just fine.. you're making a direct link to the individual "space" landing page. So you can read it as follows.. [[WHAT-THE-LINK-IS-CALLED>>SPACE-NAME.WebHome]] You can put this in an ordered list or in the middle of a sentence, what ever you want. ------ thanks kevin.foote On Tue, 26 Apr 2011, Elsa Marks wrote: -> I'm not using the blog feature. -> -> = My Catagories = -> (% style="list-style-type: square" %) -> * [[Category 1>>SPACE-NAME-1.WebHome]] -> * [[Category 2>>SPACE-NAME-2.WebHome]] -> -> This work. -> -> How can I create a subspace ? -> -> Is it possible ? -> _______________________________________________ -> users mailing list -> users@xwiki.org -> http://lists.xwiki.org/mailman/listinfo/users ->
I don't know the answer to that.. You'll have to wait on list for a reply from the xwiki gurus.. All spaces are part of your XWiki instance from what I know.. From that point I think a space, is a space, is a space.. there all the same. Thats just my guess though. ------ thanks kevin.foote On Tue, 26 Apr 2011, Elsa Marks wrote: -> How can I create a subspace ? I mean a space inside a main space. -> _______________________________________________ -> users mailing list -> users@xwiki.org -> http://lists.xwiki.org/mailman/listinfo/users ->
On 04/26/2011 08:31 PM, Elsa Marks wrote:
How can I create a subspace ? I mean a space inside a main space.
Nested spaces are currently not supported. You can achieve something similar using the parent-child relation. See http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSettingthepag... . You can check the tree view on Main.AllDocs page on your wiki. Hope this helps, Marius
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Elsa, depending on your use case, would using tags be an option? I have a bit difficulty explaining the difference between tags and spaces in less than two sentences. Most importantly: a page can have multiple tags but can only belong to one space. Belonging to a space defines the URL and the rights a page has. As Marius said, hierarchy through the parent-setting could be an excellent solution as well. On Wed, Apr 27, 2011 at 8:54 PM, Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> wrote:
On 04/26/2011 08:31 PM, Elsa Marks wrote:
How can I create a subspace ? I mean a space inside a main space.
Nested spaces are currently not supported. You can achieve something similar using the parent-child relation. See http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSettingthepag... . You can check the tree view on Main.AllDocs page on your wiki.
Hope this helps, Marius
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Elsa Marks -
Joris Dirks -
Kevin P. Foote -
Marius Dumitru Florea