Feedback on forum software upgrade

Discussion in 'Site Feedback' started by MacGyver1968, Jul 12, 2012.

  1. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    The initial concern to my knowledge was "The cost of bandwidth", a page usually displays the average of 10 posts, each post comprises of:
    • Username/Title/Avatar
    • Post Content
    • Signature

    Each of those things has a defined limit (PostUsername/Title character limitations are set for database constraints), in the case of images the limitation is the stored value as an image in the sciforums avatar library and not the transmitted value (Gzip/Deflate is used by the server) meaning it compresses such things at runtime to send in the least amount of data-transfer between server and client.

    It would be possible to crank up the kb a little due to the Gzip usage, but it's really a question of how much room there is for data storage on the server.
    It's obviously something legitimate to look at since most aren't now on a 56kb modem, however larger sizes will effect phone users if there isn't a specific skin tailored to them.
     
  2. Guest Guest Advertisement



    to hide all adverts.
  3. wlminex Banned Banned

    Messages:
    1,587
    Perhaps this has already been asked . . . . . .How do we "report" members posts to Sciforum admin. Used to be a tag for this, now there is none.
     
  4. Guest Guest Advertisement



    to hide all adverts.
  5. wlminex Banned Banned

    Messages:
    1,587
    Re: my last post: . . . never mind . . . I found the little triangle tag at the left.
     
  6. Guest Guest Advertisement



    to hide all adverts.
  7. KilljoyKlown Whatever Valued Senior Member

    Messages:
    6,493
    Do you see that little triangle beneath your avatar? Click it.
     
  8. Balerion Banned Banned

    Messages:
    8,596
    So are we officially not changing the post date color? I'm really tired of having to highlight it to see when something was posted.
     
  9. Randwolf Ignorance killed the cat Valued Senior Member

    Messages:
    4,201
    Please?

    Amen. Will begging help?

    Should we organize a telethon? What does it take? I assume it's one line in the CSS, no?
     
  10. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    It's been noted in the list internally of things that need doing, it's just waiting on one of the Dev's to put in an appearance to fix it.

    It appears that the CSS entry for the .date was actually non-existent, so it "defaulted" to white. So it's just adding one CSS entry:

    Code:
    .date {
    color: black;
    }
    
    (It can be done through the Admin Panel, however it requires elevated privileges)
     
  11. Gremmie "Happiness is a warm gun" Valued Senior Member

    Messages:
    2,593
    May I have that privilege then please?

    Otherwise, I can't tell if it's a "new" post or not, and may just respond to it. Even if it's already been covered.
     
  12. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    What you can do is use the Firefox browser with the plug-in (Web Developer 1.1.9 or higher)

    When the plug-in is installed under "CSS", click "Edit CSS". Under "additional.css" just add the line ".date{color:black;}" then apply it (green arrow)
    You'll be able to see all the dates while you have that plug-in active. (It basically allows you to override the CSS manually)

    This is the only real way to do it at your browser end for now.
     
  13. Trippy ALEA IACTA EST Staff Member

    Messages:
    10,890
    It worked just fine before they 'fixed' the way links and quote bubbles were rendered.
     
  14. Gremmie "Happiness is a warm gun" Valued Senior Member

    Messages:
    2,593
    So, this isn't possible with an IE browser at all?
     
  15. R1D2 many leagues under the sea. Valued Senior Member

    Messages:
    2,321
    Or possible with a Phone... Put a boot up someone's "keyster". PLEASE GET IT FIXED...
     
  16. James R Just this guy, you know? Staff Member

    Messages:
    39,421
    We all are.

    As Stryder said, a list of issues and wishes have been put to the site owners and developers. Presumably, they will get around to addressing them sooner or later.

    I'm an admin, and I can't do it. If I could, I would.
     
  17. Billy T Use Sugar Cane Alcohol car Fuel Valued Senior Member

    Messages:
    23,198
    New system was supposed to be more safe, but spam is up 1500% as the example of post 254 shows - I have reported it (at one of the other 14 places where imagelabel´s identical spam appears). Living in Brazil I am up earlier than most posters so caught these in less than an hour but can´t do what needs to be done.
     
  18. Quantum Quack Life's a tease... Valued Senior Member

    Messages:
    23,328
    There is a thread running here about this issue:
    http://www.sciforums.com/showthread.php?114793-Anti-spamming-techniques&p=2966996#post2966996
     
  19. RJBeery Natural Philosopher Valued Senior Member

    Messages:
    4,222
    OK, I love that we have the option to put in a URL and have the website keep a local copy of an image but I find it no good that the image doesn't show up "in-line" in the post. People don't want to click on links to see supplementary images! Is this a case of user error where I'm just doing something wrong?
     
  20. Gustav Banned Banned

    Messages:
    12,575
    its either/or

    uncheck "Retrieve remote file and reference locally" box to get an inline image
    "reference locally" means attachment only

    ATTACH=CONFIG]5699[/ATTACH] vs IMG]http://www.sciforums.com/images/smilies/rolleyes.gif[/IMG]


    as mentioned in a prior post, the default should be an unchecked box
    an inline image rather than attachment

    furthermore, once an attachment is submitted, erasing the code from post does not remove attachment. one has to go to "manage attachments" and remove from there

    clumsy shit
    fuck vb
     
  21. Gustav Banned Banned

    Messages:
    12,575

    Please Register or Log in to view the hidden image!



    there is no page 357
    no page 200
    yes page 200 201 202
    no page 202

    i mean wtf?
    is vb menopausal?
     
  22. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    Unfortunately you have to do a manual work around currently to inline an attached image.

    What you do is go through the process of attaching an image, use the post preview option to see how your post will look. Right click and "copy the Link location", go to the edit box and create a "img" tag filled with the copied links location. You can then preview again to see the image inline.
     
  23. RJBeery Natural Philosopher Valued Senior Member

    Messages:
    4,222
    Perfect, thanks for the info.
     

Share This Page