Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1831 visitors today
Log In Register

Forum .LRN Q&A: Re: How to put logos in my main page

OpenACS Home : Forums : .LRN Q&A : Re: How to put logos in my main page : One Message

+
Posted by Gonzalo López on
Now I know how to make administration changes. But I want to go further and make deep changes in the login page, like put more logos and other things.

Where can I find this code to edit?

+
Posted by Emmanuelle Raffenne on
Hi Gonzalo,

It starts at PATH_TO_YOUR_SERVER/packages/acs-subsite/www/register/index.(adp,tcl)

I would recommend that you write your own template rather than modify the existing one and set it as the default template for login page (see "LoginTemplate" parameter of the Main Site).

+
Posted by Gonzalo López on
Ok, I'll do it that way.

I was editing login.adp from "/home/dotlrn/dotlrn/packages/acs-subsite/lib" and it worked but I understand that is better with my own template.

Thanks a lot