[personal profile] kitters posting in [community profile] style_system
I hope this is okay to post!

Hi, I just came over from LJ, and over there, I was using the Flexible Squares base layout. Thanks to this tutorial, I was able to install the layout on my Dreamwidth as well. It has worked perfectly, but I've found one problem: the usernames and comm names aren't showing up under their respective icons on my Reading Page, like so on my Livejournal friends page.

In the tutorial, this issue was addressed, but there's nothing in my CSS that could possibly hiding the usernames. I even added the line display: yes; under the .userpicfriends a section in my custom CSS, and it still didn't fix it. >__<; Do I have to edit something in that ummm, compiler thingy? I still haven't quite figured out this whole layers thing either, so I'm sorry!

I didn't see a tag for this layout, so I hope someone can help me since I'm kind of at a loss. ;__; Thanks in advance!

Date: 2010-09-07 03:54 am (UTC)
foxfirefey: A fox colored like flame over an ornately framed globe (Default)
From: [personal profile] foxfirefey
Okay, so, go to this page:

http://www.dreamwidth.org/customize/advanced/layers

Find the layer that you added according to the tutorial, it'll have a Type of "layout". Click the edit button.

The lines you are going to want to find are in these sets of lines:

function print_entry(Page p, Entry e, Color bgcolor, Color fgcolor)
{
    """<a name="$e.journal.username$e.itemid"></a>""";
    $e->print_linkbar();


    # Userpic

    var string userpic = "";
    if ($*show_entry_userpic)
    {
        if ($p.view == "friends" or $p.view == "entry" or $p.view == "reply")


And:

            if ($p.view == "friends" or $p.view == "entry" or $p.view == "reply")
            {
                var UserLite linkto;
                $linkto = $e.poster;
                #print "$e.poster.username";
                """<br /><a href=\"""" + $linkto->base_url() + "\">";
                 "<font color=\"$fgcolor\">$linkto.username</font></a>";
            }
            elseif ($p.journal_type == "C" and $p.view == "recent")
            {
                var UserLite linkto;
                $linkto = $e.poster;
                #print "$e.poster.username";
                """<br /><a href=\"""" + $linkto->base_url() + "\">";
                 "$linkto.username</a>";
            }
            if (($p.view == "friends" or $p.view == "entry" or $p.view == "reply") and $e.poster.username != $e.journal.username)
            {
                    var UserLite linkto;
                $linkto = $e.journal;
                """<br />[<a href=\"""" + $linkto->base_url() + "\">";
                 "<font color=\"$fgcolor\">$linkto.username</font></a>]";
            }


And:

        print safe "<a href=\"$.post_url\">"+($p.view == "friends" ? $*text_post_comment_friends : $*text_post_comment)+"</a>";
       }


You want to replace the "friends" parts (the ones inside quotes) with "read". (Yeah, keep the quotes.) Then hit the save & compile button at the top, hopefully it will save, and then your style should be working right.

Date: 2010-09-07 05:22 am (UTC)
foxfirefey: Dreamwidth: social content with dimension. (dreamwidth)
From: [personal profile] foxfirefey
Great! If you ever get a paid account and want to use your network page (ie, the friendsfriends equivalent on LJ), let me know and I'll walk you through fixing it to work on that, too.

Date: 2010-09-07 04:54 pm (UTC)
turlough: large orange flowers in lush green grass ((dw) dreaming of music)
From: [personal profile] turlough
If you could tell me how to fix that it would be awesome. I've tried to fix it on my own but didn't get very far and since I don't use the network page very much I haven't bothered to ask about it. But since you're offering I couldn't very well let it go :-) So, please tell me?

Date: 2010-09-09 10:29 pm (UTC)
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)
From: [personal profile] foxfirefey
Those instructions got added to the original instruction post--basically, when you have $p.view == "friends" you'd replace it with (I am gonna add parens here just in case to make the grouping right if it doesn't work lemme know):

($p.view == "read" or $p.view == "network")

And so on, so forth.

$.view == "friends" will be:

($.view == "read" or $.view == "network")

$p.view != "friends" will be:

($p.view != "read" and $p.view != "network")

If you already put the "read" ones into place, replace them with the parenthetical ones given.

Date: 2010-09-10 07:34 pm (UTC)
turlough: Lena Horne in orange jacket looking gleefully happy, 1950s ((other) happiness)
From: [personal profile] turlough
It worked perfectly. Thank you so much!

Date: 2018-01-09 06:35 am (UTC)
lady_noremon: Nicolas & Lestat hugging. (LestatNicki)
From: [personal profile] lady_noremon
Fixed an edit of Tabular Indent by [personal profile] syntheid by changing "friends" to "read" as well. I am so happy!

https://style-system.dreamwidth.org/124929.html?thread=963585#cmt963585

Date: 2010-09-09 10:28 pm (UTC)
songfire: (Pratchett: Anthill inside)
From: [personal profile] songfire
I just got a paid account, and I'd be very grateful indeed if you could walk me through this :)

Date: 2010-09-09 10:30 pm (UTC)
foxfirefey: A fox colored like flame over an ornately framed globe (Default)
From: [personal profile] foxfirefey
Okay, see comment above--if that doesn't do it for you, let me know and I'll see what I can do.

Date: 2010-09-09 10:25 pm (UTC)
songfire: (kitty kiss)
From: [personal profile] songfire
Thank you so much, I had the same problem [personal profile] kitters had, and this worked perfectly!

Profile

Dreamwidth style system discussion

June 2025

S M T W T F S
1234567
891011121314
15161718 1920 21
22232425262728
2930     

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 28th, 2025 10:09 pm
Powered by Dreamwidth Studios
OSZAR »