Admin icon change

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Admin icon change

Post by 360fusion »

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.
Last edited by 360fusion on Wed 26. Mar 2008, 11:35, edited 4 times in total.
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Re: Admin icon change

Post by pepe »

Hi Ben,

thanks for sharing this to the community... i will give it a try the week after easter :D

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


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 :wink:

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


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';
CHANGE TO:

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';
and
two tiny line here in the ROOT: phpwcms.php

SEARCH FOR:

Code: Select all

HOME
Replace it (2 times inside the code) with:

Code: Select all

<img src="img/famfamfam/silk_icons_gif/house.gif" alt="" border="0" /> HOME
That's it!
User avatar
G-Punkt
Posts: 166
Joined: Wed 28. Nov 2007, 16:31
Location: Stadt Creußen
Contact:

Re: Admin icon change

Post by G-Punkt »

Very good for my bad eyes :-) Thx!
The visible_16x16_a0.png must renamed to visible_16x16a_0.png ...
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Re: Admin icon change

Post by 360fusion »

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
Attachments
article section preview
article section preview
Admin section preview
Admin section preview
phpwcms_backend_edit_v2.zip
Changes made to viisable_16_16 and original buttons added
(393.13 KiB) Downloaded 203 times
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Re: Admin icon change

Post by 360fusion »

Latest version,

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
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Re: Admin icon change

Post by 360fusion »

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.
Attachments
phpwcms_backend_edit_v4.zip
(507.71 KiB) Downloaded 200 times
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Re: Admin icon change

Post by 360fusion »

Added images to all file browser sections

Added images to article information/edit section
Attachments
phpwcms_backend_edit_v5.zip
(529.62 KiB) Downloaded 192 times
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Re: Admin icon change

Post by 360fusion »

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
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
Post Reply