questions: userpics, tags page, linkbar, subject bar, tags

Oct 17, 2007 23:54

1. is it possible to show a 100x100 box where there isn't an icon or if the icons isn't 100x100? (BABYELEfANT)

2. what is the s2 ss code for the link to the tags page $.asdfghjl? (BABYELEfANT)

3. a) can I re-order the entry linkbar so that the permalink appears on the end (and not the middle)? (BABYELEfANT)

b). "(no subject)" appear when there is no subject on entries (friends ( Read more... )

subject bar, tags, userpic, link bar

Leave a comment

Comments 11

babyelefant October 19 2007, 14:46:08 UTC
can you make your layer public and give me the link? I have some ideas, but I don't know what you already have and if I have to integrate the ideas somehow

Reply

agneson9 October 19 2007, 14:55:26 UTC
9310093

Reply

babyelefant October 19 2007, 15:09:30 UTC
ok, then I'm working on it here: http://babyelefant.livejournal.com/friends?s2id=16051068

as you can see, I found a way for 1)

Reply

babyelefant October 19 2007, 15:16:43 UTC
2) as far as I could figure out there is no variable for the tags page, I copied some code from S2 Expressive and it looks like you have to use:

$this->lay_print_sidebox_top($*text_sidebox_tags_title);
var string tags_url = $.journal->base_url() + "/tag/"; # TODO: Need Page.view_url{"tags"} which doesn't exist yet.
"""
$tagdd_content View All Tags""";
$this->lay_print_sidebox_bottom();

for that section

Reply


Leave a comment

Up