Jump to content

Miss_B

Members
  • Posts

    1,484
  • Joined

  • Days Won

    4

Reputation Activity

  1. Like
    Miss_B reacted to christopher-w in How to reset activity prior to going live?   
    Perfect, thank you.
  2. Thanks
    Miss_B got a reaction from christopher-w in How to reset activity prior to going live?   
    Do you mean members history logs? If that is what you meant, you can truncate core_member_history table in your database for a quick prunning.
    There is also a setting called: Member History under the Profiles tab in the Admin Panel, where you can set it to be prunned automatically based on x amount of days.
  3. Like
    Miss_B got a reaction from bfarber in How to reset activity prior to going live?   
    Do you mean members history logs? If that is what you meant, you can truncate core_member_history table in your database for a quick prunning.
    There is also a setting called: Member History under the Profiles tab in the Admin Panel, where you can set it to be prunned automatically based on x amount of days.
  4. Like
    Miss_B reacted to Petra Jane in Latest Registered Members Widget (Adriano)   
    Solution provided by @Miss_B in the original Topic. Thank you so much!
  5. Like
    Miss_B reacted to Robert Angle in Who Read This Thread / Track Member Topic Reading Behavior   
    Thank you. The patch seems to be working. It replaces the topic titles/links they don't have permission to view with the words "content deleted". It would be nicer if it just skipped it altogether, but this is definitely better than it was.
  6. Agree
    Miss_B got a reaction from OptimusBain in Hump Day: Sneak Peek at Achievements   
    This looks really neat. I think it will give a huge boost to the activity/participation in the forums. Great job like always guys. 
  7. Like
    Miss_B reacted to DesertIslandFruits in Memberlist   
    Hi There,
    I would like to configure what groups can be seen on the PieChart.  There are some group names for areas that are no concern to the members and are badges and such.
    So if we could have a dropdown that listed what groups to include in the member list, for example "duplicate accounts" group I would deselect so that is not shown.
    That way I control what groups are shown that list members and represented in the pie chart - so I can have all the groups if I choose, or just simply a couple of them.
    Thank you.
  8. Thanks
    Miss_B got a reaction from Petra Jane in Latest Registered Members   
    You are very welcome @Petra Jane. Glad to have been of help. :)
  9. Like
    Miss_B reacted to Petra Jane in Latest Registered Members   
    Thank you @Miss_B for this. I've changed the code, and it works beautifully! Thank You so much!
  10. Thanks
    Miss_B got a reaction from Petra Jane in Latest Registered Members   
    At the plugin 's widget file find this code:
    foreach( \IPS\Db::i()->select( '*', 'core_members', NULL, 'member_id DESC', array( 0, $nr ) ) as $member ) And replace it with this:
    /* Exclude banned members */ $where = array( array( 'temp_ban = ?', 0), ); foreach( \IPS\Db::i()->select( '*', 'core_members', $where, 'member_id DESC', array( 0, $nr ) ) as $member ) Save the changes afterwards and you are good to go.
  11. Haha
    Miss_B reacted to Matt in Favicon on this community   
    I'll get it done.


     
  12. Like
    Miss_B reacted to Jordan Miller in Hump Day: Sneak Peek at Achievements   
    These are all great ideas! This will be an ongoing project that will evolve over time. In our initial release we aren't translating points to = money. But I do like that concept because in theory it encourages people to engage. One issue with that is we want to avoid members writing "lol" as their comment just to earn points. But maybe we can implement a character threshold. Just thinking out lout with ya 😆  
  13. Like
    Miss_B got a reaction from bfarber in Upgrading Issues   
    Can you run this sql query:
    SELECT filename FROM `core_hooks` WHERE id = 611; That will give you the name of the plugin file that is causing the error.
    I do not see anything there indiciating a plugin id to query the core_plugins table btw.
  14. Like
    Miss_B reacted to Rikki in Hump Day: Sneak Peek at Achievements   
    We aren't sure if this will make it into 4.6 or be a later release, but it shouldn't be too long until it's available in any case 🙂 
  15. Agree
    Miss_B got a reaction from Davyc in Hump Day: Sneak Peek at Achievements   
    Oh yes, definitely. You guys keep revolutionizing your product and make it more and more awesome. 4.5. is already much more superior than any other forum platform out there imo, but 4.6. will leave the competition so far in the dust, that they won''t be visible in the rear view at all 😄 
    All I can say is thank you to all the Team members for their hard work and keep it up. You guys are amazing. :)
  16. Like
    Miss_B got a reaction from Tito Corleone in Upgrading Issues   
    Glad to see that you found the culprit and got the issue solved. 
  17. Like
    Miss_B reacted to Rikki in Hump Day: Sneak Peek at Achievements   
    There'll be more details soon, but it's very flexible. We have over 15 different rules built-in right now, for common actions across the community. Most can be limited by quantity and/or location.
    Here's a look at configuring a "Award points when a user posts 1000 topics" rule:

     
    Some rules can award different users too - for example, we have an action that fires when someone votes on a poll, but you can choose to award the voter and/or the poll author. I think this sort of flexibility will open up some really interesting engagement possibilities!

  18. Like
    Miss_B got a reaction from Andy Millne in Hump Day: Sneak Peek at Achievements   
    This looks really neat. I think it will give a huge boost to the activity/participation in the forums. Great job like always guys. 
  19. Like
    Miss_B reacted to Jordan Miller in Hump Day: Sneak Peek at Achievements   
    Appreciate the kind words. 🥲 It's going to be a game-changer!
  20. Like
    Miss_B got a reaction from Jordan Miller in Hump Day: Sneak Peek at Achievements   
    This looks really neat. I think it will give a huge boost to the activity/participation in the forums. Great job like always guys. 
  21. Like
    Miss_B reacted to Jordan Miller in Hump Day: Sneak Peek at Achievements   
    One more teaser 😉 


  22. Like
    Miss_B reacted to Jordan Miller in Hump Day: Sneak Peek at Achievements   
    Happy Hump Day my Invision Community fam! 
     
    Invision Community Achievements:
    We wanted to kick off this special post with a preview of Achievements. It's Invision Community's take on gamification with our powerful platform. It's something we're really excited to rollout this year (which does not = December 31st lol). 
    We don't want to give away too much about it yet, but feel free to weigh in/ask questions 🙂 
     

     
     

     
     
     
     
    Fix dump:
    Here's what we accomplished in the past week (new changes since last Wednesday's Hump Day post):
    - Fixed broken 3rd party ACP permissions on Cloud.
    - Added a new Spam Defense option to allow registration but require moderator approval of all new posts.
    - Fixed an issue where HTML logic of a page may be stored in the search index.
    - Fixed chunk uploading when using Amazon S3 with some S3-compatible providers.
    - Renewal invoice warning emails will now show tax included, if applicable.
    - Fixed an issue with Member Filters happening when members where filtered by subscriptions and purchases.
    - Fixed messenger link still displaying on profiles on mobile devices if the user does not have permission to access the messenger module.
    - Fixed an issue converting some types of SMF profile photos.
    - Fixed an issue where the width of the layout would stretch, caused by long strings of content.
    - Fixed an issue where Member Sync onEmailChange may be called before validation when changing email via validating screen.
    - Fixed a typo when flagging a member as a spammer.
    - Fixed an issue where the DeleteImageProxyFiles task would never finish or not update its progress appropriately .
    - Fixed an issue with the REST API where a GET request to records with a category parameter would result in a DB error.
    Important Method Changes:
    - Added a `$seperator` parameter to `\IPS\CustomField::displayValues` which can be used to define a custom seperator when displaying multiple values .
    - Updated method signature for `\IPS\Node\Model::getLastCommentTime()`.
    - Added a `$count` parameter to `\IPS\Content::definiteArticle/_definiteArticle()`. If an integer is passed, a pluralized phrase will be used, if available. You should add pluralized strings for any `__defart_*` strings you've already created. The key should be in the format `__defart_*_plural`.
     
    Invision Community Live Streams
    We've also been discussing doing some live Q&As and webinars for you all to participate in. It would give you the opportunity to ask questions in a live setting and visibly see us respond. Does that sound like something you'd be interested in? Before we dive too far into that rabbit hole, we wanted to gauge your reaction and see if you'd like that. Please reply and let us know what you think and also what times would be good for you! 🙏 
     
    And in case you missed it...
     
  23. Agree
    Miss_B got a reaction from Maxxius in Paid Development Opportunity   
    Have you considered asking @DawPi if he can add that to his app? It will be faster and probably cheaper that way, rather than having a whole new app developed for you. Just saying. 
  24. Like
    Miss_B reacted to Linux-Is-Best in Paid Development Opportunity   
    Thank you kindly @Miss_B for your consideration and follow-up. Unfortunately, that particular development is limited as it does not support attachment review.
  25. Like
    Miss_B got a reaction from DawPi in Paid Development Opportunity   
    There is an app from @DawPi that gives the admin the ability to read members personal messages.
     
×
×
  • Create New...