Index: openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 5 Oct 2001 15:23:33 -0000 1.1 +++ openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 9 Oct 2001 03:43:38 -0000 1.2 @@ -33,6 +33,13 @@ return "bboard-portlet" } + ad_proc -public get_pretty_name { + } { + returns the pretty name + } { + return "dotLRN Discussion Forums" + } + ad_proc -public add_applet { community_id } { @@ -44,10 +51,10 @@ # create the bboard package instance (all in one, I've mounted it) set package_key [package_key] - set package_id [site_node_mount_application -return package_id $node_id $package_key $package_key $package_key] + set package_id [site_node_mount_application -return package_id $node_id "$package_key" $package_key $package_key] # set up a forum inside that instance - bboard_forum_new -context_id $package_id -short_name "Discussions" + bboard_forum_new -bboard_id $package_id -short_name "Discussions" # return the package_id return $package_id