How can i create a new sidebar
FighterVn
Joined: 2008-12-20
Posts: 8 |
![]() |
Look like this site It has "3 columns" 1 for default sidebar 1 for gallery and 1 for "another sidebar" . |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
it is a customized theme. Dave |
|
FighterVn
Joined: 2008-12-20
Posts: 8 |
![]() |
Thanks for replying |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
matrix theme?
<td id="gsSidebarCol">
your new sidebar content goes here
</td>
</tr>
</table> _____________________________________________ |
|
FighterVn
Joined: 2008-12-20
Posts: 8 |
![]() |
Thanks so much , i have created a new right sidebar , but another thing is that how can i modify it in the admin cpanel. I have created a new sidebar.tpl, and i could not find where to add new block options in admin settings . My new sidebar.tpl is {* I think the bold is what i must change. Is it right ? |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
I don't understand. Just by adding a new table cell to the album.tpl does not allow you to add block to it from the admin page. Dave _____________________________________________ |
|
FighterVn
Joined: 2008-12-20
Posts: 8 |
![]() |
For example : When i use matrix theme : http://img361.imageshack.us/my.php?image=sidebar1hq0.jpg And then when i change to Ebony theme : http://img187.imageshack.us/my.php?image=sidebar2zk0.jpg Ebony theme has 2 more "Blocks to show" , so how could i add more "Blocks to show" ? Also , I added : Into theme.css And then i add those code to album.tpl in order to show random image horizontally <div class="one-image"> But the images are not horizontal and still vertical |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
Ebony theme has 2 more "Blocks to show" , so how could i add more "Blocks to show" ? You are going to have to look at the code for that theme. Quote:
But the images are not horizontal and still vertical URL? Dave _____________________________________________ |
|
FighterVn
Joined: 2008-12-20
Posts: 8 |
![]() |
Thanks for your advice here is my main site And those 2 links below are the album.tpl and theme.css |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
try: .one-image { display: inline; float: right; padding-left : 2px; } or you might want to use the media block as it has more flexability: Dave |
|
FighterVn
Joined: 2008-12-20
Posts: 8 |
![]() |
WOW , thank you very very much, it works perfectly ^_^ |
|