Jump to content

SeNioR-

Members
  • Posts

    1,154
  • Joined

  • Days Won

    5

 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 SeNioR-

  1. ok, I know that the last post date is not stored for Guests public static function floodCheck() { if ( \IPS\Settings::i()->flood_control and !\IPS\Member::loggedIn()->group['g_avoid_flood'] ) { if ( time() - \IPS\Member::loggedIn()->member_last_post < \IPS\Settings::i()->flood_control ) { throw new \DomainException( \IPS\Member::loggedIn()->language()->addToStack('error_flood_control', FALSE, array( 'sprintf' => array( \IPS\Settings::i()->flood_control - ( time() - \IPS\Member::loggedIn()->member_last_post ) ) ) ) ); } } } but maybe this could be based on the last post date from the core_posts table? or not? 😛
  2. Hey guys. I noticed a bug where flood protection is not working for Guests. Could someone check if I am right? flood-for-guests.mp4
  3. If we have disabled viewing of profiles by guests, the link to the badges should be removed. This is an unnecessary redirect
  4. A few phrases are missing 🤙
  5. It would be nice to add that after selecting the forum in the sidebar (Fluid view), after pressing the "Start new topic" button, the forum will be automatically selected as selected in the sidebar.
  6. a small error with secondary menu on the blog 😉 https://invisioncommunity.com/news/invision-community/spark-more-real-time-engagement-with-the-trending-content-feature-r1257/
  7. CTRL+SHIFT+U in your browser 😉
  8. Hello. Is there any way to see who has left the conversation? Sorting or filtering would be nice 🙂
  9. Yes, it has been stuck for several years.
  10. There are already several threads devoted to this topic. @Matt wrote that blocking the editing of CSS engine files is the first step towards rewriting CSS.
  11. Hi. Try to rebuild the cache.
  12. Her Community is https://www.transgenderpulse.com/forums/ From what I can see, she added a rank in place of a badge, which is why the image of the rank was squeezed so much.
  13. Check this out, it might work: Ikony Font Awesome w menu IPS Community Suite
  14. Yep, via login handlers like fb or google
  15. What about attachments in posts? It is better to overwrite the files than reinstalling the entire forum.
  16. For a person who is dealing with message boards for the first time, this can actually be difficult. What exactly are you having a problem with?
×
×
  • Create New...