PDA

View Full Version : Some question


joelemon
07-20-2007, 12:11 PM
I, i'm modifyng GreenLeaves template and I've some question:

1) How can I add images near the words Categories and Statistics like SkyDancer theme?

http://img169.imageshack.us/img169/9052/untitled1pl1.th.gif (http://img169.imageshack.us/my.php?image=untitled1pl1.gif)

2) How can I take off the underline to the likk of the categories?

3) How can I take off the word SEARCH near to the search fill form?

4) How can I add an image for every category like this site http://www.maxdirectory.eu ?

Thank you for your help!

joelemon
07-21-2007, 11:58 AM
Nobody can help me??? pleaseeeeee

WTM
07-21-2007, 03:46 PM
I, i'm modifyng GreenLeaves template and I've some question:

1) How can I add images near the words Categories and Statistics like SkyDancer theme?You will need to change background image for div.box-caption-left-green and play with styles to place it correctly.

http://img169.imageshack.us/img169/9052/untitled1pl1.th.gif (http://img169.imageshack.us/my.php?image=untitled1pl1.gif)

2) How can I take off the underline to the likk of the categories?Open file templates/GreenLeaves/css/style.scc and find this code:div.categories a
{
color: #0066CC;
font-weight: bold;
}Replace with code:div.categories a
{
color: #0066CC;
font-weight: bold;
text-decoration: none;
}

3) How can I take off the word SEARCH near to the search fill form?Open your file header.tpl.
Find and comment out or remove this line of code near line 74:<td style="color: #FFF; size:14px; text-transform: uppercase;">{$lang.search}</td>

4) How can I add an image for every category like this site http://www.maxdirectory.eu ?Similar to question #1 you will need to create background-image for "div.categories a".
If you want different images for different categories - you need create a style for every category and than modify the script to display different style for different category.ID

Sorry can't give you more details right now...

joelemon
07-23-2007, 11:54 AM
You will need to change background image for div.box-caption-left-green and play with styles to place it correctly.

I think that I have to change not only css style but also index.tpl and box-header.tpl, but it's very hard for me.

reply for second point: ok it works perfectly;

reply for third point: ok it works perfectly;

4) How can I add an image for every category like this site http://www.maxdirectory.eu ?
Similar to question #1 you will need to create background-image for "div.categories a".
If you want different images for different categories - you need create a style for every category and than modify the script to display different style for different category.ID

I haven't tried yet.. now i'm trying to solve the first point.. if anyone have an idea.. this is my site.. http://www.joelemon.netsons.org