Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. Dismiss Notice
  5. Dismiss Notice
  6. Dismiss Notice
  7. Dismiss Notice
  8. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Forum ergonomics

Discussion in 'Old Threads' started by Asanka, Mar 6, 2011.

Thread Status:
Not open for further replies.
  1. Asanka

    Asanka ~watching over you~

    Joined:
    Sep 3, 2010
    Messages:
    1,383
    Likes Received:
    494
    Trophy Points:
    0
    1. Reduce overall postheight to make threads more compact and easier to read.
    [​IMG]
    Code:
    instead of
    postheight = info + sig
    
    i suggest to change it to something like this:
    
    if(textarea <= info) {
       if(textarea + sig > info)
          postheight = textarea + sig;
       else
          postheight = info;
    } else 
          postheight = textarea + sig;
    
    [​IMG]

    2. Disable autoplay function for mixpod.
     
    Last edited: Mar 6, 2011
    9 people like this.
  2. Lautaro

    Lautaro Gamez Co-Founder Forum Legend

    Joined:
    Feb 22, 2010
    Messages:
    1,190
    Likes Received:
    3,401
    Trophy Points:
    413
    Location:
    California
    1.- maybe ...

    2.- you can do that but going to Settings > My Settings > My Profile > Mixpod Playlist.
     
  3. Asanka

    Asanka ~watching over you~

    Joined:
    Sep 3, 2010
    Messages:
    1,383
    Likes Received:
    494
    Trophy Points:
    0
    i meant disable it completely or add an option in settings to disable mixpod's autoplay function in profiles of other members.

    p.s. sig restriction does not always work (oversized sigs are shown sometimes).
    As optional solution: if (sigsize > limit) sigsize = limit; and disable sliders so only part of oversized sig will be shown.
     
    Last edited: Mar 6, 2011
  4. Xalamander

    Xalamander Well-Known Member

    Joined:
    Jul 31, 2010
    Messages:
    1,777
    Likes Received:
    201
    Trophy Points:
    0
    Location:
    Home
    this should make the thread faster to open when browsing
     
  5. Lautaro

    Lautaro Gamez Co-Founder Forum Legend

    Joined:
    Feb 22, 2010
    Messages:
    1,190
    Likes Received:
    3,401
    Trophy Points:
    413
    Location:
    California
    it does, if there's an oversized signature, after someone read any of their posts the forum will check his sig and add the message to it.

    not at all. if you create a document with thousands of break lines and another one with 1 they will load at same speed, it's blank space.
     
  6. Asanka

    Asanka ~watching over you~

    Joined:
    Sep 3, 2010
    Messages:
    1,383
    Likes Received:
    494
    Trophy Points:
    0
    ok. Example from another forum of hardcapped sig size (check image info).

    Edit:
    signatures are shown after post edit (own sig) or new post (all sigs in thread) until you refresh the page.
     
    Last edited: Mar 6, 2011
  7. Lautaro

    Lautaro Gamez Co-Founder Forum Legend

    Joined:
    Feb 22, 2010
    Messages:
    1,190
    Likes Received:
    3,401
    Trophy Points:
    413
    Location:
    California
    making everything so compact will make the forum look untidy and harder to read. postbit is file as it is now.
     
  8. Asanka

    Asanka ~watching over you~

    Joined:
    Sep 3, 2010
    Messages:
    1,383
    Likes Received:
    494
    Trophy Points:
    0
    making forum compact makes it easier to read (depends on sig size limitation and size of memberinfo shown in left part of post (should be adjustable in settings imo)).
     
  9. Asanka

    Asanka ~watching over you~

    Joined:
    Sep 3, 2010
    Messages:
    1,383
    Likes Received:
    494
    Trophy Points:
    0
    does that mean that we can put picture with height up to 250px in sig?
     
    Last edited: Mar 6, 2011
  10. Dementa

    Dementa Providence Forum Legend

    Joined:
    Apr 21, 2010
    Messages:
    5,286
    Likes Received:
    5,302
    Trophy Points:
    568
    Location:
    New York
    Yeah but then you can't have any text.
     
  11. Asanka

    Asanka ~watching over you~

    Joined:
    Sep 3, 2010
    Messages:
    1,383
    Likes Received:
    494
    Trophy Points:
    0
    but
    thats why i'm asking... (still there is a workaround to that forum rule ^^).
     
  12. Lautaro

    Lautaro Gamez Co-Founder Forum Legend

    Joined:
    Feb 22, 2010
    Messages:
    1,190
    Likes Received:
    3,401
    Trophy Points:
    413
    Location:
    California
    NO, you need to follow the rules. max image height is 200 px. Max signature height ( image + text ) is 250 px.

    //closed.
     
Thread Status:
Not open for further replies.

Share This Page