Jump to content

CoffeeCake

Clients
  • Posts

    1,916
  • Joined

  • Days Won

    24

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by CoffeeCake

  1. So, @Makoto, if I'm understanding correctly, you think the process is locking for Account Deactivation because of an issue with Linked Accounts?
  2. Resurrecting this from the dead. We would like a per-usergroup flood control setting. Use case that @R. Seoul outlines above is exactly our need. Please and thank you.
  3. @Makoto, sent you a PM a bit ago. This still is ongoing, with the task locking. Digging further, we see this in our system logs: The log entry was triggered by a guest Guests 1 hour ago The URL of page the error occurred on was Not available RuntimeException::0 LOCATION_UNKNOWN #0 /path/to/html/root/system/Member/Member.php(154): IPS\_Session::i() #1 /path/to/html/root/init.php(820) : eval()'d code(64): IPS\_Member::loggedIn() #2 /path/to/html/root/system/DateTime/DateTime.php(537): IPS\linkedaccounts_hook_la_getAccounts::loggedIn() #3 /path/to/html/root/system/DateTime/DateTime.php(501): IPS\_DateTime::determineLanguage(NULL) #4 /path/to/html/root/applications/deactivation/sources/Deactivation/Deactivation.php(899): IPS\_DateTime->format('Y-m-d H:i:s') #5 /path/to/html/root/applications/deactivation/tasks/process.php(35): IPS\deactivation\_Deactivation->processRequest(false, true) #6 /path/to/html/root/system/Task/Task.php(261): IPS\deactivation\tasks\_process->execute() #7 /path/to/html/root/system/Task/Task.php(224): IPS\_Task->run() #8 /path/to/html/root/applications/core/interface/task/task.php(56): IPS\_Task->runAndLog() #9 {main} Linked Accounts, as seen in the trace, is: There is also an issue with the way fonts are applied in the templates for the ModCP. The "Deletion Request" or "Deactivation Request" link is styled as font-awesome, which looks odd. My guess is that the icon you use should be the only part styled as font-awesome, yet the entire string is. Minor visual issue, but an issue nonetheless.
  4. I assume that this short period has passed, now two years later, yet I see no mention of it in the guides. Where can we find this option?
  5. Following up on the duplicate logger train, two comments: Please consider maintaining a new table rather than modifying core_members--this makes large site installation ... problematic ... due to the time it takes to edit the schema of a very large member table Please consider adding functionality to look for matches from previous data if possible. It appears the detection is only done on the next login. We'd like to compare data from previous registrations and content where available. Thanks!
  6. Hi Jim, That involves scrolling up to the top. I was hoping for the addition of an option at the bar that hovers in a fixed position at the bottom, center. Also, displaying the actual count of check marks selected would be nice too when moving back and forth. Navigating away from a page and then back makes the count no longer reflect the actual boxes checked. As an example, check three threads, click on one to view it, then press back. Check a fourth thread. It will only say one selected, but whatever action you choose will apply to all four.
  7. I'm also getting the error a year later that @Bluto reported here: The error goes away when the application is disabled.
  8. Often, I find myself having a need to clear the checkboxes on posts that I want to moderate. Please add a "clear all selected" option to the floating moderator toolbar. These checkmarks persist across visits to a thread and it's difficult to not accidentally take action on something I had checked prior.
  9. You may also want to make edits in the friendly URL settings if you'd like to remove /subscriptions from the URL. Translations don't impact those.
  10. It's an important security recommendation, as that PHP function can be used to execute arbitrary applications should your site be otherwise compromised. It's part of a multi-layered approach to security. I'd recommend you do your best to work with your host to disable the function or look to find one that allows you to do so.
  11. Wouldn't this just involve checking if $item->starter_id is 0 (or whatever value it has for a guest)? In addition to the current check, && $item->starter_id != 0. Adding for clarity, since there's no way to know that a guest is the same guest, I think the behavior should be to disable this entirely, even if the display name selected by the guest is reused later in the thread. Perhaps your meaning that if a guest named "Paul" starts the thread, and later a guest named "Paul" replies, you'd think it should display there. I'm of the opinion that in instances where a guest starts the thread, there's no way to guarantee it's the same "Paul" and therefore, the plugin should just be disabled. Though I can see how others would feel otherwise.
  12. @Seletchi Gabriel-Ioan: I believe there's an option during the conversion process to convert custom BB Code. This is set when beginning the conversion: I know we successfully converted custom BB Code, though we did not have tables. Are you enable to confirm that you had "Convert custom BB Code" enabled when setting up the initial conversion?
  13. The solution is probably best handled directly against the SQL database. You would want to purge member, ip address, subscription, and private message tables to think of the main ones. I don't think you'll find an inbuilt feature to do this that would not be excruciatingly manual and labor intensive.
  14. Can this be accomplished using the database feature of pages? I'm not sure if there's one to many links supported... Never mind--this is for categorization and tagging of content, such as forum posts. 👍 I got lost in the pictures. Think it's a great idea!
  15. While I've shared that there's a bit of a bug in the sort options for Hidden Content in the Mod CP, I think it would be nice to give more options for sorting here. I'd like to see the ability to sort by when the content was hidden, so I could, for example, see at a glance recently hidden content. Deleted content gives us options, but hidden content does not. Both would be nicely augmented by an option to sort by deleted/hidden on timestamps and filters for hidden like appear in deleted by moderator and custom, etc.
  16. There is a bug as it pertains to guest posts when a thread is started by a guest. Every subsequent guest that responds will have the thread starter flag. Suggest a fix of not applying the badge at all in instances where the thread starter is a guest.
  17. This remains an issue, but wonderful resource nonetheless. No count is displayed if "all" is not checked.
  18. @Makoto: We are seeing process errors as well since enabling account deletion. We did not see this when we only enabled deactivation. There's nothing logged when pressing the view logs button. Best, Paul
  19. Have you looked at? https://ckeditor.com/cke4/addon/mathjax https://ckeditor.com/cke4/addon/ckeditorwiris
  20. Agree completely, yet wonderful that @Mike John provided a solution without cost.
  21. vBulletin did this. I've not had it work with IPB. It would be a nice feature to have. Also, the ability to clear all previous checked items in a thread/forum view would be nice.
  22. Arthmoor, This stopped almost all of it for us: Hats off to @Mike John for providing a solution for what should be out-of-the-box functionality!
  23. In fact, what we'd really like would be if a member could gift directly a subscription to another member (assuming the subscription was configured to allow such a thing, and following appropriate permissions, etc.). It would be nice to grant permission to a group as being eligible to receive gift subscriptions and to define a group as being eligible to give gift subscriptions. This would remove the entire complication of the gift card process for sites where the only thing available for purchase is a subscription. Not that the gift card thing isn't nice too--but while we're wishing and dreaming....
  24. CoffeeCake

    Quote Bug?

    This is an insanely annoying issue. The vast majority of our users are on mobile and it's quotation city. We need a way of removing quotes that doesn't rely on detecting a backspace key press. Perhaps a button to tap. What is the status of resolving this?
  25. Navigate to Admin CP > Members > Members. From there click on the account they registered, you'll see "this member has not yet responded to validation e-mail". You'll have three options there: Approve (you can manually approve without having them click the link in their e-mail, Resend validation e-mail (which is the option you're asking for), and Ban (bans the user outright). You'll also want to do one of three things: Use the full registration form Make the custom profile fields optional and keep the quick registration form Consider using the profile completion option to have members fill out the additional profile fields once registration is complete. More here:
×
×
  • Create New...