February 16, 20179 yr Ever since the forums updated, I've been getting an email once a day after I start posting, "Your Kings Island Central Forums digest." I thought I tweaked my settings to not get emails unless I got a PM. It's kind of obnoxious since it happens after I start posting and I'm already looking at the threads. I didn't get this email before the forums were updated.
February 16, 20179 yr You can go to https://www.KICentral.com/forums/index.php?/notifications/options/ to change your notification settings (click on the bell at the top of the page then click "Notification settings")
February 16, 20179 yr I've already done that. The only thing for email highlighted is for a personal message and when I'm added to a conversation. The only thing else that it could be is email once a week with all the new content that week, yet it's a daily thing.....stinks there isn't an option for opt-out with that.
February 16, 20179 yr Author ^ With respect to new content, does the digest contain PMs, forum threads you follow, some other selection, or everything? I'll look into it when I get a chance. Is anyone else getting more e-mails than they want?
February 17, 20179 yr 23 hours ago, malem said: ^ With respect to new content, does the digest contain PMs, forum threads you follow, some other selection, or everything? I'll look into it when I get a chance. Is anyone else getting more e-mails than they want? Threads I follow and some other things I don't follow.
February 18, 20179 yr This is the email I got and my current settings. I get an email once a day once I start commenting on threads. If I don't comment one day, I don't get an email. Sent from my iPhone using Tapatalk
February 21, 20179 yr Author Dane applied a minor update to the IPS forum software tonight, which might have fixed that issue. Let us know, Chris. Also, report here if anything broke with the upgrade.
February 21, 20179 yr So looking further, it seems to deal with the options of " Method to use for content I follow automatically " which gives the options of one email a day, one email a week or a notification when new content is posted. I've went to the "a notification when new content is posted." Not really sure what that entails, but I guess we'll see when it happens. I'd just prefer not to get any notifications other than those I selected at the bottom section of the notifications settings page.
February 27, 20179 yr Author I turned Thumbor on, which proxies external forum images through the KICentral.com server. If anyone has problems with images in posts, let me know. The benefit is that all images load over HTTPS and are automatically resized if necessary. We're also caching images, so threads don't lose their photos if an image host goes down.
February 28, 20179 yr Thanks to Dane for fixing the add banner size on mobile! No more scrolling over to get to the menu items.
February 28, 20179 yr Agreed! Thank you very much! It wasn't too annoying to have to scroll over, but it's also really nice to not have to.
March 2, 20179 yr I've been having issues in typing posts recently and it only happens here. The cursor randomly cuts out and I have to re-click a bunch to re-establish it.
March 2, 20179 yr 1 hour ago, silver2005 said: I've been having issues in typing posts recently and it only happens here. The cursor randomly cuts out and I have to re-click a bunch to re-establish it. I had that issue as well. I cleared my cache/history and that fixed it?
March 2, 20179 yr I have had that issue on semi public computers (school) but not on my home computer. Sent from my iPhone using Tapatalk
March 9, 20179 yr Anyone else having issues where links (that are displayed as clicky photos) dont show up at all on Tapatalk? Be nice if at least the text would show if the image embeding couldnt work
March 9, 20179 yr Author ^ Which types of images aren't working? Let me know which of the numbers you see below, 1-3.
March 9, 20179 yr I'm on Tapatalk right now and number two wont show up. 1 and 2 work fine. Here's what I see:
March 9, 20179 yr Author Thanks for the heads up; it looks like the Tapatalk plugin for InvisionPower needs an upgrade to fix it. I think Dane's going to do that.
March 9, 20179 yr I have updated the plugin. Please retest and let me knowSent from my iPhone using Tapatalk
March 9, 20179 yr I'm still seeing the same as the screenshot in JubJester's last post above. I've also seen these broken images before, but never had time to report it before I forgot about it.
March 9, 20179 yr Yeah I see the same as the screenshot. #2 is a broken link boxBut more specifically I see nothing whatsoever if someone or I try to post a link to a tweet (which becomes an embeded clicky photo on PC)
March 10, 20179 yr Author It's working now because I temporarily patched the Tapatalk plugin to fix the bug. --- ./mbqClass/lib/read/MbqRdEtAtt.php.original 2017-03-09 05:18:29.248269536 +0000 +++ ./mbqClass/lib/read/MbqRdEtAtt.php 2017-03-09 20:26:40.000000000 +0000 @@ -75,7 +75,9 @@ if ($attachment['attach_is_image']) { $url = \IPS\Http\Url::external($attachmentBaseUrl .$attachment['attach_location']); - $thumbnail = \IPS\Http\Url::external($attachmentBaseUrl .$attachment['attach_thumb_location']); + if (!empty($attachment['attach_thumb_location'])) { + $thumbnail = \IPS\Http\Url::external($attachmentBaseUrl .$attachment['attach_thumb_location']); + } } else { The plugin erroneously assumed that IPS generates a thumbnail for every uploaded image, when it actually generates them only for large images.
March 11, 20179 yr Quick question: With the new update, are there no longer friend lists (as I only see the option to "follow" a user)?
March 13, 20179 yr So this is what happens if you quote a post that tags yourself:Um... thanks, Tapatalk?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.