Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 29 Mar 2002 19:17:09 -0000 1.3 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 16 Apr 2002 13:58:05 -0000 1.4 @@ -78,15 +78,11 @@ } { Add the dotlrn applet to a specific community } { - # Not shown on the Non-member page for a comm - # portal template stuff set pt_id [dotlrn_community::get_portal_template_id $community_id] - # set up the DS for the portal template dotlrn_members_portlet::make_self_available $pt_id - # aks - this should be made into a param set community_type [dotlrn_community::get_community_type_from_community_id $community_id] if {$community_type == "dotlrn_community"} { @@ -95,11 +91,8 @@ set page_name [get_community_default_page] } - set page_id [portal::get_page_id \ - -portal_id $pt_id \ - -page_name $page_name \ - ] - + ns_log notice "aks2 got here" + # add the portlet to the correct page for this comm set page_id [portal::get_page_id \ -portal_id $pt_id \