Page 1 of 1
solved bex01
Posted: Wed Sep 13, 2006 5:52 pm
by xiaoxue
Hi people I’m new to this forum and I’m new to Serendipity too. When I use bex01 theme I try to put some sit bar or plug-in or event. ~_~ sorry I don’t know how explain on those add-on. Let make it simple. The Calendar on the right hand side. I wish to put the calendar and some add-on on the left hand site. But after I apply it on the left hand side it won’t go to the left hand it remain in the right hand and position is in middle.
Is it because the theme itself is a 2 columns not 3 columns? How do I make them in 3 columns?
Oh ya I also want to add in a table like what bex webby the “welcome” message box at the top right hand site.. How should I go on adding it?
bex webby
I’m very sorry if i ask too many questions here.
Re: bex01
Posted: Wed Sep 13, 2006 5:57 pm
by garvinhicking
Hi!
I believe the bex01 tempalte simply does not support left and right columns, I'm sorry. You'll need to use a template that supports both sidebars (many do) or you need to learn some CSS/HTML and modify the template to support 2 sidebars?
You would need to edit the index.tpl file and search for the "generateplugins" function; and then you need to modify the CSS to add the necessary codes for displaying the right sidebar.
HTH,
Garvin
Re: bex01
Posted: Wed Sep 13, 2006 6:01 pm
by xiaoxue
garvinhicking wrote:Hi!
I believe the bex01 tempalte simply does not support left and right columns, I'm sorry. You'll need to use a template that supports both sidebars (many do) or you need to learn some CSS/HTML and modify the template to support 2 sidebars?
You would need to edit the index.tpl file and search for the "generateplugins" function; and then you need to modify the CSS to add the necessary codes for displaying the right sidebar.
HTH,
Garvin
oh hi thanks for the reply. ok i try my best to do it. thanks alot for the reply x)
Posted: Wed Sep 13, 2006 7:07 pm
by steven
If you want the sidebar only on the left, I am pretty sure that you can change the css to accomodate.
If you want both left and right columns, Bex02 is setup to do that and it will have similar flavor as Bex01. The css is well commented and explains how to make changes to the three columns. You can place your plugins and such anywhere you like.
Posted: Fri Sep 15, 2006 10:34 am
by xiaoxue
steven wrote:If you want the sidebar only on the left, I am pretty sure that you can change the css to accomodate.
If you want both left and right columns, Bex02 is setup to do that and it will have similar flavor as Bex01. The css is well commented and explains how to make changes to the three columns. You can place your plugins and such anywhere you like.
ohh that great of you to give me this info. I give a try thanks alot to u xD
have a nice day
and can i ask one more things? How do i add this kind of box in my theme? add over in the theme itself or i need to click and install something in order to have a box?
pls refer to the picture below.

Posted: Fri Sep 15, 2006 1:39 pm
by azel
You can add a sidebar html nugget and place whatever text you want inside it.

Posted: Fri Sep 15, 2006 3:48 pm
by xiaoxue
azel wrote:You can add a sidebar html nugget and place whatever text you want inside it.

ok thanks i give a try on it xD
Posted: Sat Sep 16, 2006 3:19 am
by xiaoxue
solved xD