Page 1 of 1

need help

Posted: Sun Oct 21, 2007 2:26 am
by goodlooks
dude patulong naman, how do i change the default button joomla 1.0.x?  tnx in advance

Re: need help

Posted: Sun Oct 21, 2007 11:20 am
by migs
can you be more specific? all graphic images of joomla are installed in htdocs\images. if its template specific that you are referring, you can take a look at htdocs\templates\\images. hope this helps.

Re: need help

Posted: Sun Oct 21, 2007 1:23 pm
by Arpee
dude, if you are referring to the standard icons in the frontend, such as pdf/email/print buttons. you may overwrite the core images located at images/M_images/directory.

printButton.png, pdf_button.png, email_button.png

if you want to deploy these icons with your template though, you can simply put the above images in the /images directory of your template and update the xml file as appropriate..

otherwise, if you meant to change the "buttons" like the standard submit button, this is something needed to be done in your css . for ex to style the login button, you need to have something like this in you css for ex:

.button {
font-family: Tahoma, Arial, Helvetica, Verdana;
font-size:11px;
background:#5E76AF;
color: #FFFFFF;
border-left: 2px solid #FFFFFF;
}

Re: need help

Posted: Mon Oct 22, 2007 3:14 am
by goodlooks
wow tnx arpee for enlightened.. problem solve....

Re: need help

Posted: Tue Jul 21, 2009 12:05 am
by datatrond
Overwriting the images and replacing them with i.e. larger images might require some styling in your .CSS file. I've done this some times with great results. The logos are not always visible enough I think :-) I also like to add a "add this website to facebook" image together with the logos you are mentioning. A digg icon and also other icons might be used successfully! I'm happy to hear that you have solved your problems!

Best regards,
Trond :-)

Re: need help

Posted: Thu Jul 30, 2009 1:49 pm
by lga1983
I had the same problem and I changed the icon by replacing the link to the icon image (.ico) in the index.php file of my site template. It worked just fine! I hope this helps someone else facing the same problem.

Re: need help

Posted: Mon Aug 03, 2009 1:53 pm
by bt-t
can anyone tell me how to change the joomla administrator default language to another language, say (german)?