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

Collapse
Posted by Gonzalo López on
Hi!,

I'm a new starting developer that is working with Dotlrn 2.4.1 and the first thing I need is to put some logos in my main page.

I know that i have to edit the file dotlrn-master.adp but i tried some things and it didn't work.

If someone could help me it would be great.

Thanks

Collapse
Posted by Emmanuelle Raffenne on
Hi Gonzalo,

Welcome to dotLRN!

To change the logo, go to the site-wide administration of your site (http://yourserver/acs-admin/). In the "Services Administration" section locate the "Zen Theme" one and click on "parameters". Finally, edit the "logoImageAttributes" parameter according to your needs.

Collapse
Posted by Gonzalo López on
Thanks a lot. Now I understand how it works.
Collapse
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?

Collapse
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).

Collapse
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