Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

Reputation Activity

  1. Thanks
    Michael.J reacted to WP V0RT3X in Videos Support   
    Open httpdocs/applications/videos/modules/front/videos/index.php and move
    $tabs['new'] = array( 'title' => \IPS\Member::loggedIn()->language()->addToStack( 'videos_tab_new' ), 'url' => \IPS\Http\Url::internal( 'app=videos&module=videos&controller=index&tab=new', 'front', 'videos_tab_new' ) ); below /* Setup index tabs */
    https://prnt.sc/oy8n9d
    Btw I DON'T recomment editing addon files, do this on your own risk.
     
  2. Like
    Michael.J got a reaction from AmericanRev2 in Videos Support   
    As in the Youtube clone part? No, it mostly supports embeds from sites like Youtube and Vimeo. And basic html5 video playback but nothing like the self hosted aspect of Youtube.
  3. Thanks
    Michael.J got a reaction from MuratL in Users Homepage (Support)   
    I didnt specifically check but if not, I will issue an update for compatiblity.
  4. Like
    Michael.J got a reaction from Darek_Hugo in Collections Support Topic   
    I'm sorry for the delay. I'll be caught up with personal messages soon.
  5. Like
    Michael.J got a reaction from Dean_ in Basic Points (Support)   
    I should have a patch soon.
    Can you clarifiy this a bit? To make adding a preset list of points to new forums?
    Which widget?
  6. Like
    Michael.J got a reaction from Chillyware in Topic Icons (Support Topic)   
    An update for IP.Board 4.4.x has been released.
  7. Like
    Michael.J got a reaction from alexxis in Members Teams (Support Topic)   
    No but I've noted this and it will be fixed next update.
  8. Thanks
    Michael.J got a reaction from The Old Man in Auto Welcome Support   
    Noted both in bug reports and this will be added next update.
  9. Thanks
    Michael.J got a reaction from Dean_ in Auto Welcome Support   
    If your available for testing this patch as well, I'll include you in the PM round when I'm ready.
    What was the email address?
  10. Thanks
    Michael.J got a reaction from Dean_ in Members Teams (Support Topic)   
    No but I've noted this and it will be fixed next update.
  11. Like
    Michael.J got a reaction from Bocar in Members Teams (Support Topic)   
    As in if it's already supported or likely in the next update? Not possible right now but very likely in the next update but I can't give an ETA on that. I'm still catching up with a lot of stuff.
  12. Like
    Michael.J got a reaction from Thomas P in Geolocation Firewall (Support)   
    PM sent.
    I'm just looking if the "guest" account can be excluded here. That should then stop any duplicates appearing.
  13. Thanks
    Michael.J got a reaction from Giray in Collections Support Topic   
    Not currently. I have saved this suggestion but the change is a bit more complex then my other apps because of the way tabs and fields interaction with each other. No but saved and will see what's possible in a future update. I don't really have any patches to adjust the landing page like that. But reproducing that affect on the "list all" page should be possible. So for example adding a widget at the top for featured vehicles and then normal list view with the rest.
    I'm using IPB's own internal review feature. So this would probably be something easier for IPS to implement in the reviews code. But I will look if there is something I can do on my end. As above. This is a bug I've noted and will be included in the next minor update.
  14. Thanks
    Michael.J reacted to Giray in Members Teams (Support Topic)   
    Adding my vote to this.
    Multiple teams Ability to view team members
  15. Thanks
    Michael.J reacted to Mesharsky | H2K in Donations Support   
    If anyone have problem with curriences in top donors / profile.
    The problem only exist if you have 2 curriences, for example EURO AND PLN(POLISH ZŁOTY).
    1 euro = 4.27 PLN
    If someone donates 10 EURO, in top donors weekly it says only 10 pln instead of 40.value. And to your profile is added only 10 pln as well.
    Here is a fix for that.
    Path to file applications/donate/widgets/donateTopDonors.php
    Find this
    foreach ( \IPS\Db::i()->select( array( 'member_id', 'amount' ), 'donate_users', $where ) as $donation ) { if ( !isset( $topDonors[ $donation['member_id'] ] ) ) { $topDonors[ $donation['member_id'] ] = $donation['amount']; } else { $topDonors[ $donation['member_id'] ] += $donation['amount']; } } Change it to this
    foreach ( \IPS\Db::i()->select( array( 'member_id', 'amount', 'rate' ), 'donate_users', $where ) as $donation ) { $donation['amount'] *= $donation['rate']; if ( !isset( $topDonors[ $donation['member_id'] ] ) ) { $topDonors[ $donation['member_id'] ] = $donation['amount']; } else { $topDonors[ $donation['member_id'] ] += $donation['amount']; } } Those changes you need to apply in profile code and everywhere. To make to work propery.
    I want to mention the goal update is working fine, just top donors and $ added to your profile is not working good.
  16. Thanks
    Michael.J reacted to For the King in Donations Support   
    Hey just purchased this app (was using your free one for awhile). An issue I am running into is that the app doesnt update the donor in the donor list. I am having to do this manually.
    I Lied. Im sorry. Just took a few minutes to update.
  17. Thanks
    Michael.J got a reaction from Thomas P in Geolocation Firewall (Support)   
    So a list of the previous members that match the same ip address as the new member logged? Yes possible but not with the current version. I've noted this for a future version however.
  18. Like
    Michael.J got a reaction from Thomas P in Geolocation Firewall (Support)   
    An update for IP.Board 4.4.x has been released.
  19. Like
    Michael.J got a reaction from socceronly in Basic Points (Support)   
    The work around right now is through the permissions. I'm still troubleshooting the tab issue though.
    Could you take a screenshot of the exact area and I'll see if there is a hook point you can switch to there.
    Gallery/3rd party app support is being worked on now. Pages is a little more complicated but it might be included in the next update as well.
  20. Like
    Michael.J reacted to Mercury Forever in Auto Welcome Support   
    @Mike John
    I have identified the root cause, it was not the application, but rather the permission on the Application folder, with the change of version and use of PHP 7.2, this feature is more restrictive and forces you to have folders 755 access.
    Thank you in advance for the time to respond and review the consultations and support provided.
  21. Like
    Michael.J got a reaction from Luke Daley in Donations Support   
    If anyone else is having this problem, please PM for the latest patch. I just wanted to do a bit more testing to absolutely confirm it's fixed the issue before releasing a new update probably next week some time.
  22. Like
    Michael.J reacted to SJ77 in Forms Support   
    All of a sudden mine is working again, so I guess disregard. Thank you 🙂 *shrug*
  23. Like
    Michael.J reacted to JimBurnett in Forms Support   
    Well, what I really was looking for was to have a topic create with a tag & prefix already pre-assigned.   I ended up writing some code to accomplish it, so no big deal.   Thanks for the response.
  24. Like
    Michael.J reacted to Bendensin in Forms Support   
    Disregard my previous post as well. It turns out that I had a word or words in the e-mail title, or body, which caused G-mail to block the incoming form mail completely. Not just send it to the user's spam box, but completely ban it! The offending word appears to have been "insurance." When I created a form without this keyword, the form mails went through just fine.
  25. Like
    Michael.J reacted to Luke Daley in Donations Support   
    thanks for the update, we're going through a move too! so we know the stress! we also have the same issue with the donation gateway not recording (i also PMd logs last week)
×
×
  • Create New...