Sidebar help!

Aug 14, 2006 13:09

Hello all. I'm new here and I have a problem with my new Opal layout.
I don't want all of that stuff that I have in my sidebar now, look here: madeleneG. I just want the usericon, then my own two boxes, and then the navigation box. So I want to take away the calender and the links, and move the navigation down under my own boxes. I have tried, but then the ( Read more... )

Leave a comment

Comments 1

julzroguenine August 14 2006, 17:21:17 UTC
To re-arrange or delete things from the side bar look in your code under Page::lay_print_sidebar.

Find these:
# $this->lay_print_summary();
$this->lay_print_calendar();
$this->print_linklist();
$this->lay_print_freetext();

Add a # in front of the ones you don't want or delete them. You can re-arrange things by moving things up or down on this list. You also can also add your userpic with html or there's a bit of code here that allows you to randomly display different userpics in your sidebar. If you only want one, you can just set 1 of them.

Hope that helped.

Reply


Leave a comment

Up