Jump to content

Aetherdan

Clients
  • Posts

    126
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Aetherdan reacted to bfarber in InnoDB: page_cleaner DB Errors   
    https://stackoverflow.com/questions/41134785/how-to-solve-mysql-warning-innodb-page-cleaner-1000ms-intended-loop-took-xxx
  2. Like
    Aetherdan got a reaction from Lycanth in Members Shop ( Support Topic )   
    I know this might be a bit of a stretch, but what if we dont want to use FA icons for the shop items? 
    Just a little assistance with the following:
    Is the membersshop_custompurchases" table only for items that are redeemed? How can I have the html appear properly for rewards log?
  3. Like
    Aetherdan got a reaction from Fighting 13th in Members Shop ( Support Topic )   
    I know this might be a bit of a stretch, but what if we dont want to use FA icons for the shop items? 
    Just a little assistance with the following:
    Is the membersshop_custompurchases" table only for items that are redeemed? How can I have the html appear properly for rewards log?
  4. Like
    Aetherdan reacted to TheJackal84 in Members Shop ( Support Topic )   
    if you check the rewards & logs it will show them for the rules application, you can filter the table to only show them ones too,
    @SerialNoob answered the other questions for me
    What do you mean by XP points? you want the points earned via the members shop app to be converted to rep points?
    sorry just got on the answer these questions but @SerialNoob had my back
  5. Like
    Aetherdan reacted to SerialNoob in Members Shop ( Support Topic )   
    There is a tab for that in group settings 
    Yep, in ACP open the member's profile and click on "edit preferences" (that's for IPS 4.3)
     
  6. Like
    Aetherdan got a reaction from Ivo Pereira in Sports Betting App ( Members Shop Add-On ) ( Support Topic )   
    Would it be at all possible for you to create it so this (and members shop) is available to be used with the following points system?
     
  7. Like
    Aetherdan reacted to Adriano Faria in Number of Topics per Forum   
    What's New in Version 2.0.4:
    Fix the option NO TIME LIMIT.
  8. Like
    Aetherdan got a reaction from Adriano Faria in Number of Topics per Forum   
    This plugin doesn't work as what I believe is intended.
    First issue I have is I MUST set a time period, I can simply use the default 'no time limit"
    The second thing is that it counts locked topics, rather than not counting them.
  9. Like
    Aetherdan reacted to stoo2000 in Trader Feedback System   
    I hear you, I'll look at ways of making it more obvious. It's a requirement of how the application integrates with any content type (it can work with items that aren't topics for example).
    Check your profile templates for modifications, it's likely that they're out of date and need updating for 4.2
  10. Like
    Aetherdan reacted to Nebthtet in Trader Feedback System   
    This. I totally second that.
  11. Like
    Aetherdan reacted to Emediate in Trader Feedback System   
    Couldn't agree more. We had so many members complaining that typing the topic just doesn't work, we had to set it to not required.
    Some people just don't get typing the topic out, while others just don't get copy/pasting the URL. The ability for the system to do both simultaneously would be a great idea.
  12. Like
    Aetherdan got a reaction from Nebthtet in Trader Feedback System   
    Hi, love the application! Do you think you can have it so users can simply type in the topic ID or topic url? This would be amazing as people are struggling with topic name, especially on large forums.
  13. Thanks
    Aetherdan got a reaction from Steve Bullman in How to increase the duration of active members   
  14. Thanks
    Aetherdan got a reaction from Pete T in TXT & PHP Widget   
    For anyone who is interested in the future, this is how I did it.
    // Initialize IPS4 Framework require_once('./init.php'); // Indicate that we should consider this a front-end session so we can obtain the currently logged in users information. \IPS\Session\Front::i(); // Fetch linked account details $setting = \IPS\Member::loggedIn()->profileFields(); $username = $setting['core_pfieldgroups_2']['core_pfield_2'];  
  15. Thanks
    Aetherdan got a reaction from PrettyPixels in TXT & PHP Widget   
    For anyone who is interested in the future, this is how I did it.
    // Initialize IPS4 Framework require_once('./init.php'); // Indicate that we should consider this a front-end session so we can obtain the currently logged in users information. \IPS\Session\Front::i(); // Fetch linked account details $setting = \IPS\Member::loggedIn()->profileFields(); $username = $setting['core_pfieldgroups_2']['core_pfield_2'];  
  16. Like
    Aetherdan got a reaction from Pete T in Who Was Online   
    Is it possible to change the name of the widget? I want to say online today, instead of who was online.
     
    Edit: Found it under language section, apologies for silly question.
×
×
  • Create New...