change edit icon in backend, howto?

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
seb-nl
Posts: 17
Joined: Wed 8. Feb 2006, 14:50

change edit icon in backend, howto?

Post by seb-nl »

hi guys,

any ideas how to change the the edit and add article icon in the article backend?

i really think they are a bit to small.

i want to replace it with a slightly wider (more user-friendly-sized) and more obvious icon. (simple one that says "edit" and "add")

thanx in advance!
/seb

note: i believe i've seen such a request before, several searches got me nowhere though. anyone remembers or knows where it has gone?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Re: change edit icon in backend, howto?

Post by frold »

I did that. Cant remember the files name and how many it was, but you can use a tool to search inside files to find it what files the icons are used.. thats a easy way to trace code... I use TotalCommander for that. Its free
seb-nl wrote:hi guys,

any ideas how to change the the edit and add article icon in the article backend?

i really think they are a bit to small.

i want to replace it with a slightly wider (more user-friendly-sized) and more obvious icon. (simple one that says "edit" and "add")

thanx in advance!
/seb

note: i believe i've seen such a request before, several searches got me nowhere though. anyone remembers or knows where it has gone?
http://www.studmed.dk Portal for doctors and medical students in Denmark
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

img/button/edit_11x11.gif

rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

and here is a thread about your problem:

http://www.phpwcms.de/forum/viewtopic.p ... utton+icon

rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
jscholtysik

Post by jscholtysik »

Hi frold,


btw: Total Commander is not free, it's shareware... ;-)


Joachim


P.S.: I would also vote for new icons for edit and add...
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

jscholtysik wrote:Hi frold,


btw: Total Commander is not free, it's shareware... ;-)


Joachim


P.S.: I would also vote for new icons for edit and add...
Okay then!! :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi seb-nl,

here is my solution for solving this.

Image

I haven´t changed to an big ADD, because that´s an unclears view to me.
My new ADD-image looks like the old, but you can select it over a with of 22px just like the new Edit-image.
There are two new button-thumbs: edit_22x11_0.gif and add_22x11.gif
I have modified the file admin.functions.inc.php at /include/inc_lib/.
The modified lines you can find by searching for "KH".

The complete download including the right folders: http://phpwcms.planmatrix.de/forum/back ... button.zip
---------------------
edit_22x11_0.gif
add_22x11.gif
admin.functions.inc.php
admin.functions.inc.php_org (1.26 DEV)
---------------------

Please do a test, you can switch it back by substitute the new admin.functions.inc.php by the old one.

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
seb-nl
Posts: 17
Joined: Wed 8. Feb 2006, 14:50

Post by seb-nl »

thanx guys.

I've managed to change them by searching and replacing in various .php files.

@flip-flop
thanx for the files, i was just finished when i saw your post! I've changed both the icons, so it lines out better.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi seb-nl,

changes over various files are very difficult after the next update. :!: :!:

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply