PDA

View Full Version : inserting banner in the theme.



LemonBarley
07-21-2008, 05:30 AM
I am using Enhanced theme.

Just wondering how can i make a banner to appear on top of the "Your Account" image. ON top of "http://www.directadmin.com:2222/IMG_SKIN_BODY_ACCOUNT"


please let me know. thanks

floyd
07-21-2008, 11:58 AM
You have to edit the skin.

LemonBarley
07-22-2008, 01:56 AM
which file..

floyd
07-22-2008, 05:40 AM
Look in the skins directory and find the one you are using and then look through the files and find the one you want to edit. I am not going to do your work for you. I can only tell you where to get started. If you don't know where the skins directory is located then you first need to read about DirectAdmin skins.

jlandes
07-22-2008, 08:08 AM
http://www.directadmin.com/skins.html

LemonBarley
07-22-2008, 09:46 AM
i downlaoded the folder, i read the website given. i jsut cannot find the place that tell me which file to edit.. :(

floyd
07-22-2008, 10:38 AM
You already said you want to put a banner above the image IMG_SKIN_BODY_ACCOUNT. I directed you to the skins directory. jlandes directed you to the instructions for skins. You asked which file. The answer is the file that contains the link to the image IMG_SKIN_BODY_ACCOUNT. Find that file.


cd /usr/local/directadmin/data/skins
grep -r IMG_SKIN_BODY_ACCOUNT ./



3 files are listed. You should be able to figure it out from there.

LemonBarley
07-22-2008, 10:53 AM
ohoh i found it... thanks