Livejournal
Log in
Post
Friends
My journal
appariti0ns
in
opal_help
Hi
Apr 15, 2007 14:40
Hi, I'm using Hafflings layout based on opal, and I was wondering.
If I wanted to take out the side calender, how would I do that?
Thanks!
calendar
Leave a comment
Comments 3
camomiletea
April 15 2007, 17:50:13 UTC
Can you link to your layer? I could explain *how* in just words, but I think it would be easier for both of us if I could see it.
Reply
camomiletea
April 15 2007, 18:00:16 UTC
In words:
Check to see if your layer contains "function Page::lay_print_sidebar". If so, you will need to remove the following line from it:
$this->lay_print_calendar();
If not, you will need to add the whole of the following code:
function Page::lay_print_sidebar {
$this->lay_print_summary();
$this->print_linklist();
$this->lay_print_freetext();
}
Reply
appariti0ns
April 15 2007, 18:02:04 UTC
Thank you:D
I dont know how to link my layer page >_>
I'm VERRRRYYYY new to this whole livejournal paid account bizz.
Reply
Leave a comment
Up
Comments 3
Reply
Check to see if your layer contains "function Page::lay_print_sidebar". If so, you will need to remove the following line from it:
$this->lay_print_calendar();
If not, you will need to add the whole of the following code:
function Page::lay_print_sidebar {
$this->lay_print_summary();
$this->print_linklist();
$this->lay_print_freetext();
}
Reply
I dont know how to link my layer page >_>
I'm VERRRRYYYY new to this whole livejournal paid account bizz.
Reply
Leave a comment