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

David Wafula davidwaf at gmail.com
Mon Aug 20 07:39:19 PDT 2012


Appreciated, Bryan.
Thanks

On Mon, Aug 20, 2012 at 4:00 PM, Bryan Holladay <holladay at longsight.com> wrote:
> Btw, that's for all sites... if you are doing workspaces, then add
> "where SITE_ID like '~%', or if you have a limited # of sites, then
> include those restrictions as well)
>
> On Mon, Aug 20, 2012 at 9:59 AM, Bryan Holladay <holladay at longsight.com> wrote:
>> 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"



-- 
David Wafula


More information about the sakai-dev mailing list