Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

Reputation Activity

  1. Thanks
    Michael.J got a reaction from PSMP Klub Malawi in Videos Support   
    As I mentioned in my reply just above yours, I'm only supporting basic html5 videos in this app. There is no compression or transcoding, it just uploads the file straight to the server.
    Any videos hosted by Youtube won't count to your own diskspace. It's basically just an embed and bit of code, no actual video will be uploaded to your server.
  2. Like
    Michael.J reacted to adik in Auto Lock Topics (Support)   
    @Michael.J i see. I dont need help, i can handle this myself. Thank you
  3. Agree
    Michael.J got a reaction from adik in Auto Lock Topics (Support)   
    Can you try uninstalling and then re-installing again please? It looks like the template bit for the filters didn't get setup properly. Possibly try rebuilding the system cache as well in acp > system tab > get support > clear system cache.
  4. Thanks
    Michael.J got a reaction from haqzore in Collections Support Topic   
    Do you have restored content enabled? See moderator cp > deleted content.
  5. Like
    Michael.J got a reaction from Dean_ in Basic Points (Support)   
    Anything in your error or system logs? If you have experience with databases, do the values also reset in the basicpoints_forums database table?
  6. Like
    Michael.J reacted to apolo_olympos in Announcement Enhancements (Support)   
    Perfect, Thanks!!!
  7. Like
    Michael.J reacted to Nathan Explosion in Announcement Enhancements (Support)   
  8. Like
    Michael.J got a reaction from Edjazoli in Donate Sidebar Support   
    Are you saving on the front end translation tool or in the admin cp? What strings are you having issues changing?
  9. Like
    Michael.J got a reaction from HDiddy in Basic Points (Support)   
    No not currently but good idea and will add to my feature list for future versions.
  10. Thanks
    Michael.J reacted to Adriano Faria in Changing FURL in custom apps   
  11. Agree
    Michael.J reacted to SUBRTX in Basic Points (Support)   
    Hello, I fixed the issue. I don't know why but my original code in the forumsource.php is different from yours, here is mine:
    /** * Set form for creating a node of this type in a club * * @param \IPS\Helpers\Form $form Form object * @return void */ public function clubForm( \IPS\Helpers\Form $form ) { try { /* Club points disabled? */ if( !\IPS\Settings::i()->basicPoints_club_points ) { return parent::clubForm( $form ); } /* Add tab for default fields */ $form->addTab('basicpoints_club_settings'); /* Show default fields */ parent::clubForm( $form ); I have this "Try" in my code.
    So, I added the extra code from the fixed solution, and keep that "try", and my setting didn't reset and club feature is normal
    /** * Set form for creating a node of this type in a club * * @param \IPS\Helpers\Form $form Form object * @return void */ public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club ) { try { /* Club points disabled? */ if( !\IPS\Settings::i()->basicPoints_club_points ) { return parent::clubForm( $form, $club ); } /* Add tab for default fields */ $form->addTab('basicpoints_club_settings'); /* Show default fields */ parent::clubForm( $form, $club );  
  12. Like
    Michael.J got a reaction from Ohanzee in Basic Points (Support)   
    Thanks for reporting, I've put up a manual patch until the next update is released here - https://www.devfuse.com/forums/bugs/other-paid-products/basic-points/clubs-add-topic-error-r357/
  13. Like
    Michael.J got a reaction from SUBRTX in Basic Points (Support)   
    Thanks for reporting, I've put up a manual patch until the next update is released here - https://www.devfuse.com/forums/bugs/other-paid-products/basic-points/clubs-add-topic-error-r357/
  14. Thanks
    Michael.J got a reaction from bearback in Lazy Load Videos (Support)   
    I'll have a reply up over the weekend.
  15. Thanks
    Michael.J reacted to Adriano Faria in Welcome message for new users?   
  16. Like
    Michael.J got a reaction from sound in New Purchase PM (Support)   
    Sorry I wasn't notified or any issue with the update, will submit again and hopefully IPS approve quickly.
  17. Like
    Michael.J got a reaction from Jalal arefen in Announcement Enhancements (Support)   
    Add enhancement to the announcements feature. Show only to members who have or have not purchased selected packages, how many days since a member joined and select custom background and text colors for each announcement.
    Features Display announcements to members who have or have not purchased selected products. (Commerce application required.) Display announcements to member who joined more or less then x days ago. Display announcements to selected countries members are from. Select a custom background or text color for each announcement. Keep up to date with DevFuse mod development and releases.

  18. Like
    Michael.J reacted to Ehren in News Support   
    The combination of classes used on some of those elements technically isn't correct (they're not used like that anywhere else in the software), but adding this to custom.css should help:
    .ipsBox.ipsDataItem{ display: block; }  
  19. Agree
    Michael.J reacted to ZLTRGO in Donations Support   
    I can understand that, but it would be extremely helpful for me and probably a lot of other users of this plugin.
    As it stands now, I can't use this app sadly.
     
    Regards
  20. Like
    Michael.J reacted to Adriano Faria in How to Hide "Categories" at Store   
  21. Thanks
    Michael.J got a reaction from COLONER in Basic Points (Support)   
    Points application to issue new points to members for new topics, posts, signing up or manually via their profile page. Control the points given for various things and permissions from the admin cp.
    Features v1:
    Set how many points new members get on signup. Set how many points new topics, replies are given in each forum. Set how many points are given to the topic starter if someone replies to their topic in each forum. Import points from other Points apps if they store their points in the forums database. (Confirmed working with ibEconomy.) Points displayed in profile information of each members post. Add fixed 100 or 200 points to any members posts easily. Manually modify a members points count from their profile. Including a note stating the reason. Profile tab that displays a list of that members points log. Set group permissions for who can view and manage (add/remove) points. Global points page to display all the recent points logs and actions.  

  22. Thanks
    Michael.J got a reaction from ZLTRGO in Expired Purchase Followup (Support)   
    Unfortunately yes will need to check with IPS as I can't troubleshoot IPS marketplace errors.
  23. Like
    Michael.J got a reaction from Emediate in Videos Support   
    Okay I've saved this and will try to add next update as lock support should be straight forward.
    It's still a confirmed bug, will be patched next update.
  24. Thanks
    Michael.J got a reaction from bearback in Lazy Load Videos (Support)   
    Sorry! Shouldn't be much longer.
  25. Thanks
    Michael.J got a reaction from Dll in Moderator Notifications (Support)   
    I'll update it soon, there are a few changes that IPS require for the marketplace now that will need to be changed unfortunately.
×
×
  • Create New...