Protoman
06 Oct 2005, 22:36
AdminCP Image Background 1.00
by Protoman
What this Does??: Give your adminCP LOGIN page a custom background of your choosing. I thought the original was a bit bland so I threw in a background image to liven it up!
You loose the link to your forum home from the login screen but I don't find that necessary to have.
File Edits: 1
File Uploads: 1
1) Start by getting the dimensions of a picture, then upload it to /forum/cpstyles/YOUR_STYLE/bg.jpg
(ie. /forum/cpstyles/vbulletin_3_Default/bg.jpg)
*You will need to upload this file for each of your admin control panel styles.*
2) Edit the height and width values below as needed to match your image.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
In includes/adminfunctions.php
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with: * you can change width in this line to the width of your background image
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
On Line 114 Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with: * change background image height in the 2nd line, width of inner box in embedded table
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
~Line 173 Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
%%%%%%%%%%%%%%%%%%%%%
All Done! Enjoy! :)
%%%%%%%%%%%%%%%%%%%%%
If you like it click install!
by Protoman
What this Does??: Give your adminCP LOGIN page a custom background of your choosing. I thought the original was a bit bland so I threw in a background image to liven it up!
You loose the link to your forum home from the login screen but I don't find that necessary to have.
File Edits: 1
File Uploads: 1
1) Start by getting the dimensions of a picture, then upload it to /forum/cpstyles/YOUR_STYLE/bg.jpg
(ie. /forum/cpstyles/vbulletin_3_Default/bg.jpg)
*You will need to upload this file for each of your admin control panel styles.*
2) Edit the height and width values below as needed to match your image.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
In includes/adminfunctions.php
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with: * you can change width in this line to the width of your background image
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
On Line 114 Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with: * change background image height in the 2nd line, width of inner box in embedded table
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
~Line 173 Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
%%%%%%%%%%%%%%%%%%%%%
All Done! Enjoy! :)
%%%%%%%%%%%%%%%%%%%%%
If you like it click install!