Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 109

Thread: Bug/Feature reports here, please.

  1. #41
    Corvette Enthusiast Kchrpm's Avatar
    Join Date
    Jan 2014
    Location
    Cincinnati, OH
    Posts
    8,709
    Favicon working at home now.

    The read/unread seems to be based on device, based on checking my Subscriptions page from work and then 15 minutes later from home. Stuff I read this morning at work, with no new posts, was marked as unread again.
    Get that weak shit off my track

  2. #42
    mAdminstrator Random's Avatar
    Join Date
    Jan 2014
    Location
    Davis, CA, USA
    Posts
    3,612
    I fiddled with some settings this afternoon and (I think) switched to having the database track read/unread, so things should be more consistent.
    Whoomah!

  3. #43
    What does the Bat say? Jason's Avatar
    Join Date
    Jan 2014
    Location
    Washington, DC
    Posts
    3,019

  4. #44
    What does the Bat say? Jason's Avatar
    Join Date
    Jan 2014
    Location
    Washington, DC
    Posts
    3,019
    Quote Originally Posted by novicius View Post
    Double-click your attachments and then select "Full size".
    Not seeing this option?

    Double click in the upload window? After it's uploaded? Or what?

  5. #45
    What does the Bat say? Jason's Avatar
    Join Date
    Jan 2014
    Location
    Washington, DC
    Posts
    3,019
    Ah, I think I see... I was looking for it when doing image upload in quick reply, but it's in the manage attachments section in advanced reply.

  6. #46
    Director Freude am Fahren's Avatar
    Join Date
    Jan 2014
    Location
    DFW
    Posts
    5,109
    I think I have Read/Unread working now, though the top level buttons don't seem to update without veiwing the subforum or double clicking. I did notice everything was "unread" yesterday, I suspect due to your tinkering. I'll keep an eye on it.

  7. #47
    mAdminstrator Random's Avatar
    Join Date
    Jan 2014
    Location
    Davis, CA, USA
    Posts
    3,612
    Any email/IT gurus have a theory as to why the two users with .ca email addresses didn't get their activation emails?
    Whoomah!

  8. #48
    Corvette Enthusiast Kchrpm's Avatar
    Join Date
    Jan 2014
    Location
    Cincinnati, OH
    Posts
    8,709
    Get that weak shit off my track

  9. #49
    What fresh hell is this? overpowered's Avatar
    Join Date
    Jan 2014
    Location
    San Diego, CA
    Posts
    6,113
    If your server is running Windows, I don't know.

    If it's Linux, then get a shell prompt as the root user and look for the email address in the maillog:

    Code:
    # grep someone@someplace.ca /var/log/maillog
    That will give you something like this:

    Code:
    Jan  9 11:43:15 myhost postfix/pickup[18170]: 6CDABDFB86: uid=530 from=<me2>
    Jan  9 11:43:15 myhost postfix/qmgr[2264]: 6CDABDFB86: from=<someone@someplace.ca>, size=461, nrcpt=1 (queue active)
    Jan  9 11:43:17 myhost postfix/smtp[19632]: 6CDABDFB86: to=<someone@someplace.ca>, relay=ASPMX.L.GOOGLE.com[192.168.1.27]:25, delay=1.9, delays=0.05/0.15/0.86/0.83, dsn=2.0.0, status=sent (250 2.0.0 OK 1389296597 hj7si6834300qeb.2 - gsmtp)
    That big hexadecimal number is a system id for the message being sent. Now look for that in the log to see all entries associated with sending that message:

    Code:
    # grep 6CDABDFB86 /var/log/maillog
    Jan  9 11:43:15 myhost postfix/pickup[18170]: 6CDABDFB86: uid=530 from=<me2>
    Jan  9 11:43:15 myhost postfix/cleanup[19630]: 6CDABDFB86: message-id=<20140109194315.6CDABDFB86@myhost.mydomain.net>
    Jan  9 11:43:15 myhost postfix/qmgr[2264]: 6CDABDFB86: from=<me2@myhost.mydomain.net>, size=461, nrcpt=1 (queue active)
    Jan  9 11:43:17 myhost postfix/smtp[19632]: 6CDABDFB86: to=<someone@someplace.ca>, relay=ASPMX.L.GOOGLE.com[192.168.1.27]:25, delay=1.9, delays=0.05/0.15/0.86/0.83, dsn=2.0.0, status=sent (250 2.0.0 OK 1389296597 hj7si6834300qeb.2 - gsmtp)
    Jan  9 11:43:17 myhost postfix/bounce[19633]: 6CDABDFB86: sender delivery status notification: 7553DDFB8F
    Jan  9 11:43:17 myhost postfix/qmgr[2264]: 6CDABDFB86: removed
    You can use sudo instead of being root if you want.

    Of course, you can always test the email address by just sending email to the person with your regular mail client and see if they get it.

  10. #50
    Director Freude am Fahren's Avatar
    Join Date
    Jan 2014
    Location
    DFW
    Posts
    5,109
    Read/Unread seems to be 100% now. Main page subforum icons turn gray even if you go straight from a topic out.

Posting Permissions

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