Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Suggestion for profile on left layout (with pics and code)

  1. #11
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Suggestion for profile on left layout (with pics and code)

    i could but, i cant guarantee it will work without the code you are using already
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  2. #12
    Join Date
    Jun 2007
    Location
    NYC
    Beans
    2,179
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Suggestion for profile on left layout (with pics and code)

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    Setting:
    Quick Links -> Edit Profile -> Location of Member Profile Information on Posts
    Suggestion (before):

    Result (after):

    CSS Code:
    Code:
    .postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
        display:inline;
    }
    .postbitlegacy .userinfo .userinfo_extra {
        float:right!important;
        width:70px;
        margin-top:0;
    }
    .postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
        min-height:230px;
    }
    .postbitlegacy .userinfo {
        position:absolute;
    }
    Code for firefox's userContent.css file/Stylish:
    Code:
    @-moz-document url-prefix("http://ubuntuforums.org/") {
        .postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
            display:inline!important;
        }
        .postbitlegacy .userinfo .userinfo_extra {
            float:right!important;
            width:70px!important;
            margin-top:0!important;
        }
        .postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
            min-height:230px;
        }
        .postbitlegacy .userinfo {
            position:absolute!important;
        }
    }
    Thanks for all this, I was debating on doin the whole beans/joindate/location to the right of the avatar. Nice someone else had the same idea.
    As for moving the signature up, does anyone feel that there needs to be more contrast for the signature so it doesn't read as part of the post or is that existing horizontal line enough?
    If the only reason you think your software is better is because it's FOSS, you need to write better software

  3. #13
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,263
    Distro
    Ubuntu

    Re: Suggestion for profile on left layout (with pics and code)

    Quote Originally Posted by Merk42 View Post
    As for moving the signature up, does anyone feel that there needs to be more contrast for the signature so it doesn't read as part of the post or is that existing horizontal line enough?
    I sometimes read the signature as part of the post and get confused for a few moments. Is it possible to change the background colour, say to grey? Otherwise I suggest a darker and slightly thicker separator line. Another idea is to have the separator line stretch only ⅔ of the way across.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  4. #14
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Suggestion for profile on left layout (with pics and code)

    how about:
    Code:
    .signature{border-top-color:#DD4814}
    if the divider was more visible i think it would help, an i have never seen a color stand out more than that one, lol
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  5. #15
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Suggestion for profile on left layout (with pics and code)

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    look at the 1st line for the code in firefox
    @-moz-document url-prefix("http://ubuntuforums.org/")
    that is most likely your issue
    if you are using a userscript just use GM_addStyle("Normal_CSS_Code_Here")
    just use \n for a like break and \t for a tab or you can just delete them all together
    how about i just attach the script (drag/drop into extensions) http://userscripts.org/topics/113176
    Many thanks for trying but it does not seem to work at all. I extracted the .js file from your archive and put it in ~/.config/chromium/Default/Extensions, made it executable, and started chromium, but no good at all; everything is exactly the same with masses of wasted space; see screenshot.

    What am I not getting right? Did I completely misunderstand your instructions?

  6. #16
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Suggestion for profile on left layout (with pics and code)

    follow the instructions in the link, followed your own instructions, not what i said
    probably need to rename the js file to file.user.js
    drop to chrome://extensions/
    Last edited by pqwoerituytrueiwoq; March 4th, 2013 at 10:49 PM.
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  7. #17
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Suggestion for profile on left layout (with pics and code)

    Thanks again, and sorry for the misunderstanding; I thought you meant me to drag the file to the extensions folder, not the web page which I have now done, and I'm almost there but not quite all the way yet.

    My problem is that I don't understand which of the entries relates to which of the items that have been moved. The items such as number of beans, join date and location are still too far down in the margin, and all my attempts to move them higher get me nowhere, as I can not figure out which part of the code relates to that part of the display.
    Any ideas where I'm going wrong?

  8. #18
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Suggestion for profile on left layout (with pics and code)

    Code:
    .postbitlegacy .userinfo .userinfo_extra {     float:right!important;     width:70px;     margin-top:0; }
    is what directly affects that section
    i sugest messing with styles using chrome's built in firebug imitation (firebug is better)
    the new code should be in the last style tag under the head element
    html-> head->style
    Last edited by pqwoerituytrueiwoq; March 5th, 2013 at 03:07 AM.
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  9. #19
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Suggestion for profile on left layout (with pics and code)

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    i could but, i cant guarantee it will work without the code you are using already
    I'm posting a link to a total of three style sheets, two in Stylish and this: ~/.config/google-chrome/Default/User Stylesheets/Custom.css.

    I must also mention that I use Privoxy and AdBlock to remove other matter (image blocking and element hiding) I don't need to see and to block scripts I don't need. Then, of course, there are the forum's CP settings re. avatars and signatures.

    Anyway, if you can help that will be most welcome.

    Link: https://docs.google.com/document/d/1...it?usp=sharing

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •