Top frame for web page resource

Top frame for web page resource

by Bill Burgos -
Number of replies: 1
Greetings all,

I am finally getting to work on content after tweaking themes and other parameters.

I have a question on the top frame of the web page resource.

It seems that if I have a logo on the top page, the frame is not large enough to display all of the contents requiring manual resizing or scrolling to see the breadcrumbs and summary below.

Is there any way to force a frame height for the top page as to allow information to be displayed?

Thanks in advance,

Bill
Average of ratings: -
In reply to Bill Burgos

Re: Top frame for web page resource

by Bill Burgos -
Greetings all,

To answer my own question, someone off list sent me a reply.

I found the configuration in /mod/resource/lib.php

/mod/resource/view.php shows:

FRAMESET ROWS=$RESOURCE_FRAME_SIZE

which points to the

/mod/resource/lib.php file :

$RESOURCE_FRAME_SIZE = 130;

I changed the frameset rows to a higher number to accommodate the increase resulting from a logo placed at the top of the page.

Thanks for the tip and I hope this helps others.

Bill