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.2 -r1.1.2.3 --- openacs-4/packages/acs-core-docs/www/tutorial-categories.adp 23 Sep 2015 18:51:43 -0000 1.1.2.2 +++ openacs-4/packages/acs-core-docs/www/tutorial-categories.adp 31 Oct 2015 12:38:16 -0000 1.1.2.3 @@ -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

@@ -304,4 +304,4 @@
 		    rightLink="profile-code" rightLabel="Next" rightTitle="Profile your code"
 		    homeLink="index" homeLabel="Home" 
 		    upLink="tutorial-advanced" upLabel="Up"> 
-		
\ No newline at end of file
+		
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 -r1.14.2.1
--- openacs-4/packages/acs-core-docs/www/tutorial-categories.html	27 Oct 2014 16:39:26 -0000	1.14
+++ openacs-4/packages/acs-core-docs/www/tutorial-categories.html	31 Oct 2015 12:38:16 -0000	1.14.2.1
@@ -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 {