Backend Interface
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Forum rules
Backend Interface
Hello!!!
Dear Joomla! codeurs, I would like to modify the backend interface of Joomla! I mean the Administrator interface could anyone help??
I trully don't know how to get started, thanks for your help!!!!!!!!
Dear Joomla! codeurs, I would like to modify the backend interface of Joomla! I mean the Administrator interface could anyone help??
I trully don't know how to get started, thanks for your help!!!!!!!!
Last edited by usaJoom on Thu Dec 13, 2007 10:13 pm, edited 1 time in total.
- infograf768
- Joomla! Engineer
- Posts: 366
- Joined: Fri Aug 12, 2005 3:47 pm
- Location: •Translation Matters•
Re: Backend Interface
That is an extremely vague question...
Which version of Joomla?
What kind of changes?
Are you familiar with html, CSS, PHP?
Which version of Joomla?
What kind of changes?
Are you familiar with html, CSS, PHP?
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
Qui vult dare parva non debet magna rogare.
Re: Backend Interface
I am using Joomla version 1.0.13
I am familiar with css but, quite new at php.
I would like to change the positions of the toolbar buttons in the backend interface, in particular swap the help and save button
I would also like to reduce the size of the description text area, in content edit,
I tried to open the index.html files but they all show a single line talking about the background color!!!
Please help!!!!!!!!
Thanks for your time!
I am familiar with css but, quite new at php.
I would like to change the positions of the toolbar buttons in the backend interface, in particular swap the help and save button
I would also like to reduce the size of the description text area, in content edit,
I tried to open the index.html files but they all show a single line talking about the background color!!!
Please help!!!!!!!!
Thanks for your time!
- infograf768
- Joomla! Engineer
- Posts: 366
- Joined: Fri Aug 12, 2005 3:47 pm
- Location: •Translation Matters•
Re: Backend Interface
Sorry, but trying to open the index.html shows you have no idea how Joomla works.
Impossible here to give a full course.
FYI, the way these 2 icons are placed is defined in many files.
Impossible here to give a full course.
FYI, the way these 2 icons are placed is defined in many files.
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
Qui vult dare parva non debet magna rogare.
Re: Backend Interface
This is a bit scarry!!!
Is there any resources that you could recommend to help me understand,
I saw the template_css.css file, in the administrator folder, I can resize and move things around, but need some kind of reference as the code hasn't much comments in it
I just saw the admin.content.html.php I think I am on my way!!
I truly need to get it to work.
Thanks again for your help!!!
Is there any resources that you could recommend to help me understand,
I saw the template_css.css file, in the administrator folder, I can resize and move things around, but need some kind of reference as the code hasn't much comments in it
I just saw the admin.content.html.php I think I am on my way!!
I truly need to get it to work.
Thanks again for your help!!!
Last edited by usaJoom on Fri Dec 14, 2007 11:28 am, edited 1 time in total.
Re: Backend Interface
Changing the backend interface is not for the faint of heart, and will requite quite a lot hacking the PHP files.
Antonie de Wilde - Forum admin
Re: Backend Interface
I have to say that being warned by two joomla! heros shows that what i am trying to do is complicated
But I will be happy with just swapping the position of the help and cancel buttons in the toolbar, I don't mind if the code doesn't work. I just need to see how things may look if positionned differently.
Please help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
thank you.
But I will be happy with just swapping the position of the help and cancel buttons in the toolbar, I don't mind if the code doesn't work. I just need to see how things may look if positionned differently.
Please help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
thank you.
Re: Backend Interface
Toolbar buttons are set in toolbar.xxxx.php and toolbar.xxxx.php.html files where xxxx is the name of the component. Haven't checked, but you might look in /administrator/components/com_admin.
Antonie de Wilde - Forum admin
Re: Backend Interface
thank you very much!!
But as you said I think it is not for the faint hearted.
I may have to give up, there is so many functions and procedures, unless I have the whole code architecture, i will be looking for a needle in a haystack
I will have to think about something else for my research
Thanks for your time!!!! you have been really helpful, a true joomla hero!!
But as you said I think it is not for the faint hearted.
I may have to give up, there is so many functions and procedures, unless I have the whole code architecture, i will be looking for a needle in a haystack
I will have to think about something else for my research
Thanks for your time!!!! you have been really helpful, a true joomla hero!!