tuuli (
tuulentupa) wrote in
getting_started2013-06-10 06:48 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
(no subject)
Okay, this isn't really any "getting started" stuff, but I thought I could still ask about this here (or is there some other community that'd be better suited for this?)
I was very happy to find out you actually can import flexible squares journal style to dreamwidth, as my journal on LJ was built on that, and I wanted to make my DW similar. I did it, seemingly without trouble, but there are a few things that didn't quite work out:
1) people's names don't show on the reading page. They should, of course, appear under the icons, but there's nothing. It's a bit too much work to memorize everyone's icons to know who they are (well, of course I see who they are when I hover the mouse over the icon, but still. Not very handy.)
2) the subjects don't work as links to the posts
3) there's too much stuff in the header box - and, as this is DW and not LJ, I'd rather it said circle and not friends, but I simply can't figure out where to change that...
Can anyone help? I'm kinda clueless with these things... Number 1 is the only real problem here, the others don't matter that much.
I was very happy to find out you actually can import flexible squares journal style to dreamwidth, as my journal on LJ was built on that, and I wanted to make my DW similar. I did it, seemingly without trouble, but there are a few things that didn't quite work out:
1) people's names don't show on the reading page. They should, of course, appear under the icons, but there's nothing. It's a bit too much work to memorize everyone's icons to know who they are (well, of course I see who they are when I hover the mouse over the icon, but still. Not very handy.)
2) the subjects don't work as links to the posts
3) there's too much stuff in the header box - and, as this is DW and not LJ, I'd rather it said circle and not friends, but I simply can't figure out where to change that...
Can anyone help? I'm kinda clueless with these things... Number 1 is the only real problem here, the others don't matter that much.
no subject
no subject
no subject
no subject
no subject
no subject
This bit controls some of what's pulled up into the header:
property use text_view_recent;
property use text_view_friends;
property use text_view_userinfo;
property use text_view_archive;
set text_view_archive = "Archive";
set text_view_friends = "Friends";
set text_view_recent = "Recent Entries";
set text_view_userinfo = "User Info";
set text_website_default_name = "Website";
set text_view_friends = "Friends";
- change this to "circle"
no subject
# Date, time, subject
but you might be better just swapping the entire source code.
no subject
In the linked in comments source code, the views it appears on are:
# Poster
if ($p.view == "read" or $p.view == "network" or $p.view == "entry" or $p.view == "reply")
But in the source code you linked, it's set to:
if ($p.view == "friends" or $p.view == "entry")
no subject
But anyway, thanks a lot of your help! I've got pretty much everything fixed now. About 3, what I wanted to get rid of were at least network and perhaps memories, but it's not a big deal.
no subject
But DW has reading pages not friends.