carlitocabana wrote:YellowCard (good band btw

Thank you very very much this is exactly how i wanted it to look. I make a backup of the files for newer versions indeed. Good idea.
You're welcome, but I have to insist on being called
YellowLed
If you want to back up "your" template, just copy the directory /templates/s9y_thin/ with its complete content to i.e. /templates/s9y_thin_edited/ or something. In that new folder, edit the file info.txt, i.e. like this:
Name: s9y Thin (edited)
Author: Kaustubh Srikanth, edited by carlitocabana
Date: 12/15/2004
That way, you'll have it backed up
and you'll be able to distinguish both templates in the Style manager.
carlitocabana wrote:Do you think it's possible to move the menu on the right to the left?
I suppose what you mean by "menu" is the right sidebar? You can simply move all sidebar plugins to the left sidebar using drag'n'drop (unless you use a s9y < v1.1) in the plugin management ("Configure Plugins") in your admin area.
carlitocabana wrote:And if it's possible do you think I can make a menu on the left with a box like the
www.hamachi.cc site/menu on the left?
Should be pretty easy using the HTML Nugget Plugin. Let's get to that later
carlitocabana wrote:When i mouse over the Title i get a hoover can this be disabled? I think simply remove the HOOVER entries in the CSS file?
Yes, but it's probably not that simple

We're talking about:
Code: Select all
.serendipity_title a:hover {
color: #FF0000;
}
You could easily change this by putting teh color in comment like this:
Code: Select all
.serendipity_title a:hover {
/* color: #FF0000; */
}
However, the overall a:hover will still be applied to the hovered title link, but I really don't have the time to look at that now, sorry.
carlitocabana wrote:In the menu I've got first "Quick Search" under there i got "Archives" under there i got "Categories" can I change the follows I mean how can i get Categories on top under there Archives and at last Quick Search?
Again, go to Admin -> Configure Plugins. You can (unless you're using s9y < v1.1, in which case you'll probably want to update anyway

) simply drag'n'drop the plugins to change their order. However, certain changes in the order could affect the way the plugins work, but as far as I remember, that's only true for event plugins, not sidebar plugins.
carlitocabana wrote:Again i'm vvery thankfull for helping me out so far and i'm hoping that i'm not asking too much of your time.
Ah, time. Gotta go

You're welcome, and if I don't find the time to help, other people in here probably will. Just remember to be patient, sometimes it takes some time for a new reply, because almost everyone here is busy doing other things (what was that word starting with a "w" again?). Plus, the s9y community is from different parts of the world, and thus from different timezones.
YL