Index: openacs-4/packages/bboard-portlet/www/configure.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/www/Attic/configure.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/bboard-portlet/www/configure.adp 1 Oct 2001 18:22:42 -0000 1.1 @@ -0,0 +1,15 @@ + +
  • No bboard forums found. Ask your sysadmin to set some up. + + + Choose a forum to show in this portal element: + + + + + + +
    @forum_info.name@
    +
    + + Index: openacs-4/packages/bboard-portlet/www/configure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/www/Attic/configure.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/bboard-portlet/www/configure.tcl 1 Oct 2001 18:18:13 -0000 1.1 @@ -0,0 +1,19 @@ +# /packages/portal-creator/www/datasources/bboard/configure.tcl + +ad_page_contract { + Config page for the DS + + @author Arjun Sanyal (arjun@openforce.net) + @creation-date Sept 2001 + @cvs-id $Id: configure.tcl,v 1.1 2001/10/01 18:18:13 oracle Exp $ +} { + element_id:integer,notnull +} -properties {} + +# Show a list of all the available forums +db_0or1row forum_info forum_info_select { + select short_name, moderated_p, bboard_id + from bboard_forums +} + +ad_return_template