2 personman Apr 13, 2006 22:54

personman wrote:
You can edit the _main.php file of the skin you're using. Cut the code for that block out and paste it where you want it to be.
i am so sorry that i don't really understand how to paste it where i wnat it to be
i just tried, i am able to move it up and down but i fail to move it to the left hand side of the blog.
are there any kind of software which is visual to edit .PHP file? since i just using notepad to edit it.
thx!
For a code editor look here - http://forums.b2evolution.net/viewtopic.php?t=4309&highlight=
You can usually control the placing of your block elements within your skin css file.
kamiru,
If you post a link to your blog and/or tell us what skin you're using, we can have a better chance to tell you exactly what code to look for and where to put it.
personman wrote:
kamiru,
If you post a link to your blog and/or tell us what skin you're using, we can have a better chance to tell you exactly what code to look for and where to put it.
sorry about it. i am such a fool :(
this is my blog(sorry it's in chinese):
www.skykamiru.net/blog
and i am using the skin "clean"
Thanks for the link. Do you want to move the entire sidebar to the left side, or just move some of the blocks to the left and leave some on the right? That would give you a 3 column skin instead of 2. That's a fairly major change, but it's possible.
personman wrote:
Thanks for the link. Do you want to move the entire sidebar to the left side, or just move some of the blocks to the left and leave some on the right? That would give you a 3 column skin instead of 2. That's a fairly major change, but it's possible.
i think what i want is to move only one block to the left, and leave the rest of those on the right hand side.
how can i do that?
Kamiru,
Creating a third column isn't going to be a simple change. You'll have to move the code around in your _main.php and fix up the css to make it all work. And since your skin is a fixed-width skin, you're going to run out of space. I recommend that you do one of these things:
a) Read up on css and xhtml to understand how to make the change and make it look how you want, or
b) Look through skins.b2evolution.net for a 3-column skin that you can use, and modify that to look how you want.
personman wrote:
Kamiru,
Creating a third column isn't going to be a simple change. You'll have to move the code around in your _main.php and fix up the css to make it all work. And since your skin is a fixed-width skin, you're going to run out of space. I recommend that you do one of these things:
a) Read up on css and xhtml to understand how to make the change and make it look how you want, or
b) Look through skins.b2evolution.net for a 3-column skin that you can use, and modify that to look how you want.
do you mean something like this?
http://skins.b2evolution.net/a.php?skin=ality
Yes, exactly. Install that on your blog and then you can modify that to make it look just how you want.
You can edit the _main.php file of the skin you're using. Cut the code for that block out and paste it where you want it to be.