PDA

View Full Version : Icon size / text size


paulyt
10-06-2007, 04:28 PM
Hi

I am looking to change the sizes of the icons on the front page, maybe change them completely. The text is very small as well.
How can I change these - it would be really useful to make everything much bigger, including the icons !

Thank you

Paul

den
10-08-2007, 11:56 AM
Currently all toolbar images there were at the 'components/com_joomla_lms/lms_images/toolbar' folder (images with 'tlb_' prefix). Their size is 16x16.
The code which is output th menu items is located in the file 'components/com_joomla_lms/includes/jlms_menu.php'.
At lines 90-91 you can see the code:

$imh = '16';
$imp = 'toolbar';

To create new icons you should create in the folder 'lms_images' folder 'new_toolbar' and place your icons to newly created folder. You should give them names like in old toolbar folder.
Aftre that you should change the code to:

$imh = '32';
$imp = 'new_toolbar';

paulyt
10-22-2007, 07:46 PM
Thank you - the icon change works, I have swapped the icons to a size 64 and changed them to new purpose built icons, but they are bunched up on the right hand side of the screen, rather than flowing from the left to right as the small menu does. Is there a setting to align the icons so they go back to the whole bar left to right ?
(link attached ) http://primary.pinkpenguin.co.uk/

den
10-24-2007, 05:01 PM
I don't understand... can you provide login information for me, to see more closely at the problem?