Admin icon change
Admin icon change
I have created some new icons for the admin and article section. I use these for some of the sites i have made and thought someone else might get some use out of them too.
The changes are to the font size in the admin section and larger icons created from famfamfam. I have tested this on IE7 and firefox 2.
the changes have been made to phpwcms 1.3.5, i don't know if it will work on other versions.
If anyone has any ways to improve this and would like to make their own changes i would like to hear about them, I'm not that familiar with php or the backend workings of phpwcms but managed to create this hack.
hope someone finds it useful.
The latest files are further down in this post
Ben
***please read the read me file on how to install and don't test on a live site first.
The changes are to the font size in the admin section and larger icons created from famfamfam. I have tested this on IE7 and firefox 2.
the changes have been made to phpwcms 1.3.5, i don't know if it will work on other versions.
If anyone has any ways to improve this and would like to make their own changes i would like to hear about them, I'm not that familiar with php or the backend workings of phpwcms but managed to create this hack.
hope someone finds it useful.
The latest files are further down in this post
Ben
***please read the read me file on how to install and don't test on a live site first.
Last edited by 360fusion on Wed 26. Mar 2008, 11:35, edited 4 times in total.
Re: Admin icon change
Hi Ben,
thanks for sharing this to the community... i will give it a try the week after easter
Would be great, to pack the "original images" into the recovery-file too... for all the NewBees... and me
But... do you have seen my little "modifikation" of the backends horizontal navigation for absolute beginners ?
http://phpwcms-templates.de/nur_mal_zwischendurch.phtml
You need not much german lang, to try it out, because of the images and the codeboxes inside the text... they speak for themselves... i hope
You need 1 minute only... lets say 2 better
some lines to copy inside: .../include/inc_lang/backend/YOUR_LANG_CODE_HERE/lang.inc.php
FIND at the very beginning of the file someting like:
CHANGE TO:
and
two tiny line here in the ROOT: phpwcms.php
SEARCH FOR:
Replace it (2 times inside the code) with:
That's it!
thanks for sharing this to the community... i will give it a try the week after easter

Would be great, to pack the "original images" into the recovery-file too... for all the NewBees... and me

But... do you have seen my little "modifikation" of the backends horizontal navigation for absolute beginners ?
http://phpwcms-templates.de/nur_mal_zwischendurch.phtml
You need not much german lang, to try it out, because of the images and the codeboxes inside the text... they speak for themselves... i hope

You need 1 minute only... lets say 2 better

some lines to copy inside: .../include/inc_lang/backend/YOUR_LANG_CODE_HERE/lang.inc.php
FIND at the very beginning of the file someting like:
Code: Select all
// phpwcms.php :: ORIGINAL-Version
$BL['be_nav_logout'] = 'LOGOUT';
$BL['be_nav_articles'] = 'ARTICLE';
$BL['be_nav_files'] = 'FILE';
$BL['be_nav_modules'] = 'MODULES';
$BL['be_nav_messages'] = 'COMMUNICATION';
$BL['be_nav_chat'] = 'CHAT';
$BL['be_nav_profile'] = 'PROFIL';
$BL['be_nav_admin'] = 'ADMIN';
$BL['be_nav_discuss'] = 'DISCUSS';
Code: Select all
// phpwcms.php :: PEPEs Version mit Icons vor dem Text
$BL['be_nav_logout'] = '<img src="img/famfamfam/silk_icons_gif/lock_go.gif" alt="" border="0" /> LOGOUT';
$BL['be_nav_articles'] = '<img src="img/famfamfam/silk_icons_gif/layout_edit.gif" alt="" border="0" /> ARTICLE';
$BL['be_nav_files'] = '<img src="img/famfamfam/silk_icons_gif/picture_save.gif" alt="" border="0" /> FILE';
$BL['be_nav_modules'] = '<img src="img/famfamfam/silk_icons_gif/plugin.gif" alt="" border="0" /> MODULES';
$BL['be_nav_messages'] = '<img src="img/famfamfam/silk_icons_gif/phone_sound.gif" alt="" border="0" /> COMMUNICATION';
$BL['be_nav_chat'] = '<img src="img/famfamfam/silk_icons_gif/group.gif" alt="" border="0" /> CHAT';
$BL['be_nav_profile'] = '<img src="img/famfamfam/silk_icons_gif/information.gif" alt="" border="0" /> PROFIL';
$BL['be_nav_admin'] = '<img src="img/famfamfam/silk_icons_gif/user.gif" alt="" border="0" /> ADMIN';
$BL['be_nav_discuss'] = '<img src="img/famfamfam/silk_icons_gif/arrow_in.gif" alt="" border="0" /> DISCUSS';
two tiny line here in the ROOT: phpwcms.php
SEARCH FOR:
Code: Select all
HOME
Code: Select all
<img src="img/famfamfam/silk_icons_gif/house.gif" alt="" border="0" /> HOME
Re: Admin icon change
Very good for my bad eyes
Thx!
The visible_16x16_a0.png must renamed to visible_16x16a_0.png ...

The visible_16x16_a0.png must renamed to visible_16x16a_0.png ...
Re: Admin icon change
Thanks for the feedback, I have changed the zip folder and added the original button images plus renamed the visable_16_16a_ file.
Your change looks pretty nice too Pepe, If you'd like to add that to my folder and upload as a complete package please feel free.
I have also added some screen grabs of the new backend layout.
Enjoy
Ben
Your change looks pretty nice too Pepe, If you'd like to add that to my folder and upload as a complete package please feel free.
I have also added some screen grabs of the new backend layout.
Enjoy
Ben
- Attachments
-
- phpwcms_backend_edit_v2.zip
- Changes made to viisable_16_16 and original buttons added
- (393.13 KiB) Downloaded 203 times
Re: Admin icon change
Latest version,
this includes changes to:
-Home
-File centre
--private files
--Public files
-Page layout
-Templates
this includes changes to:
-Home
-File centre
--private files
--Public files
-Page layout
-Templates
- Attachments
-
- phpwcms_backend_edit_v3.zip
- (493.85 KiB) Downloaded 188 times
Re: Admin icon change
Added new images for active icon in file browser, may make this a bit better later. This was missing in the version 3 zip file.
also changed icons in file browser help pop up.
also changed icons in file browser help pop up.
- Attachments
-
- phpwcms_backend_edit_v4.zip
- (507.71 KiB) Downloaded 200 times
Re: Admin icon change
Added images to all file browser sections
Added images to article information/edit section
Added images to article information/edit section
- Attachments
-
- phpwcms_backend_edit_v5.zip
- (529.62 KiB) Downloaded 192 times
Re: Admin icon change
Here are two of the latest uploads.
One is for phpwcms 1.3.5 and the other is for the latest nightly build phpwcsm_r115
One is for phpwcms 1.3.5 and the other is for the latest nightly build phpwcsm_r115
- Attachments
-
- phpwcms_backend_edit_r115.zip
- backend icon changes for phpwcms_r115
- (260.87 KiB) Downloaded 197 times
-
- phpwcms_backend_edit_v6.zip
- latest version for phpwcsm1.3.5
- (549.06 KiB) Downloaded 227 times