Index: openacs-4/packages/acs-core-docs/www/tutorial-categories.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-categories.adp,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-core-docs/www/tutorial-categories.adp 1 Dec 2015 11:17:55 -0000 1.1.2.4 +++ openacs-4/packages/acs-core-docs/www/tutorial-categories.adp 6 Dec 2015 10:28:34 -0000 1.1.2.5 @@ -39,7 +39,7 @@

and the following snippet to your /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www/admin/index.adp file:

-                        <a href="\@category_map_url\@"<#categories.Site_wide_Categories#</a>
+                        <a href="\@category_map_url\@"<#categories.Site_wide_Categories#</a>
           
 

The link created by the above code (category_map_url) will take the admin to the generic admin UI where he can pick category trees that make @@ -145,7 +145,7 @@

Change your to this:

                         <a href=configure?<%=[export_vars -url {return_url}]%>>Configure</a>
                         <if \@use_categories_p\@>
-                        <a href="\@category_map_url\@"<#categories.Site_wide_Categories#</a>
+                        <a href="\@category_map_url\@"<#categories.Site_wide_Categories#</a>
                         </if>
           
 

Now create a configure page

Index: openacs-4/packages/acs-core-docs/www/tutorial-categories.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-categories.html,v
diff -u -r1.14.2.2 -r1.14.2.3
--- openacs-4/packages/acs-core-docs/www/tutorial-categories.html	1 Dec 2015 11:17:55 -0000	1.14.2.2
+++ openacs-4/packages/acs-core-docs/www/tutorial-categories.html	6 Dec 2015 10:28:34 -0000	1.14.2.3
@@ -38,7 +38,7 @@
             /var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/myfirstpackage/www/admin/index.adp
           file:
           

-   			<a href="@category_map_url@"<#categories.Site_wide_Categories#</a>
+   			<a href="@category_map_url@"<#categories.Site_wide_Categories#</a>
           

The link created by the above code (category_map_url) will take the admin to the generic admin UI where he can pick category trees that make sense for this @@ -132,7 +132,7 @@

Change your to this:

 			<a href=configure?<%=[export_vars -url {return_url}]%>>Configure</a>
 			<if @use_categories_p@>
-   			<a href="@category_map_url@"<#categories.Site_wide_Categories#</a>
+   			<a href="@category_map_url@"<#categories.Site_wide_Categories#</a>
    			</if>
           

Now create a configure page

           	ad_page_contract {