JToolbar Questions in Comp. Development

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
User avatar
phreak_02
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Aug 23, 2005 3:31 pm
Location: Austria
Contact:

JToolbar Questions in Comp. Development

Post by phreak_02 » Tue Mar 18, 2008 9:29 am

Hi everyone,

1.)
Id like to change the "generic.png" icon in an component i'm working on. Where is the directory where its placed ?
If i look into ~/administrator/images/generic.png its a different one (looks like "create article" than the packet).

2.)
I modified the mycomponent.xml in my ~/administrator/components/mycomponent (<menu>My Component</menu>) but the changes do not appear in the Backend Component Menu. I started with the Hello World! (4) to develop, but the menu still shows "Hello World!".

Thanx for help
phreak
http://www.cycomsplat.com - I work for you !
http://www.kindaktuell.at - I'm running this !

User avatar
phreak_02
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Aug 23, 2005 3:31 pm
Location: Austria
Contact:

Re: JToolbar Questions in Comp. Development

Post by phreak_02 » Tue Mar 18, 2008 11:44 am

Found out that the names of components appearing are stored in the database, changed it there.

But my first questions is still not solved.

Thanx for help
http://www.cycomsplat.com - I work for you !
http://www.kindaktuell.at - I'm running this !

radiant_tech
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sat Dec 15, 2007 3:02 pm
Location: Washington DC Metro

Re: JToolbar Questions in Comp. Development

Post by radiant_tech » Wed Mar 19, 2008 12:12 pm

Id like to change the "generic.png" icon in an component i'm working on. Where is the directory where its placed ?
joomla_root/administrator/templates/khepri/images/header/generic.png

The key is to look at the icon.css file in the khepri template.
Denise

User avatar
carsten888
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Sat Feb 11, 2006 8:32 am
Location: Tilburg, Holland
Contact:

Re: JToolbar Questions in Comp. Development

Post by carsten888 » Mon Mar 24, 2008 5:24 pm

also in table 'components' there is a column where you can specify the image-icon used in the Joomla toolbar for your component. You can use the install() function in the installer-file to update this column.


Post Reply