September 2009

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
27282930   

[info]lilbreck in [info]nameless_layout

[opal] [sidebar] Re-ordering sidebar and adding extra boxes

First, the code you're going to have to put in your theme layer: {new stuff in red}

function Page::lay_print_sidebar () {
$this->lay_print_summary();
var string text = """<div class="columnitem">STUFF YOU WANT IN YOUR NEW BOX </div>""";
print_box("TITLE OF NEW BOX ", $text);

$this->print_linklist();
$this->lay_print_freetext();
$this->lay_print_calendar();
}

Of course, you can put these in any order you want. For example:

function Page::lay_print_sidebar () {
var string text = """<div class="columnitem">STUFF YOU WANT IN YOUR NEW BOX </div>""";
print_box("TITLE OF NEW BOX ", $text);
$this->lay_print_freetext();
$this->print_linklist();
$this->lay_print_freetext();
$this->lay_print_summary();
$this->lay_print_calendar();
}

Comments

Why do I have such brilliant friends? Question for you. Do you use the notifyer to tell you when people have updated their journals. For some reason, mine's not working at all. No idea why.
I just use Semagic to let me know when my friends list has updated. What notifyer are you talking about?
where you click the little push pin on people's profiles to say you want to be notified when they make a post, upload a new icon, etc. I just want to be notified when people make posts, more specifically when Purplefeen makes posts because I have the worst track record for remember to check my friends list.
Ah, I haven't tried that yet.
*groans*

Tags

Powered by InsaneJournal