[Building Sakai] Want default landing course tool to own custom, not home

Bryan Holladay holladay at longsight.com
Mon Aug 20 06:59:43 PDT 2012


The default landing tool is the first tool in the list of tools in a
site.  The order is set in "SAKAI_SITE_TOOL.PAGE_ORDER".  You could do
a simple query to increase the page order in all pages like:

update SAKAI_SITE_TOOL
set PAGE_ORDER = PAGE_ORDER + 1

then insert your tool into every site with a page order = 1

Obviously be careful with any large changes like this and test on a
dev machine first since this is a quick reply.

-Bryan

On Mon, Aug 20, 2012 at 9:38 AM, David Wafula <davidwaf at gmail.com> wrote:
> Dear all,
> I need to make the default landing tool  to be our own custom tool,
> not the home tool, in a course. I have just over 12,000 users i need
> to effect this. We are running 2.8.0. How would i do this ?
> Thanks.
>
> --
> David Wafula
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"


More information about the sakai-dev mailing list