Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

Reputation Activity

  1. Like
    Michael.J got a reaction from Oprime in Basic Points (Support)   
    v1 provides tracking and awarding of points, let me know if you've got suggestions for other features. Some things I'll be looking at is donating to each member, exchanging points for money or permission for certain forums/topics or profile actions.
    Thanks, noted both.
  2. 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.  

  3. Like
    Michael.J got a reaction from sonimik1 in Portal   
    Not with this version but something that will be looked at for an upcoming version.
    I'm not sure I understand. The truncate is based on the number of lines so wouldn't be able to only apply to text and then not an image.
  4. Like
    Michael.J got a reaction from Joey_M in Forum Logos (Support)   
    Check the "settings" screenshot, I think that best illustrates the difference.
    Good idea, will add it to the list of things to do.
    I've sent you a PM with plugin attached for you to try it yourself. Will probably give you a better idea then screenshots.
  5. Like
    Michael.J got a reaction from Square Wheels in Birthday Greeter Support   
    Should be a minor change, will log as a bug so can include in the next version.
  6. Like
    Michael.J got a reaction from Apfelstrudel in Forms Support   
    I've got two different copyright, one for my free plugins and applications (e.g. Guest Message, Donate Sidebar) that is 15 USD lifetime and covers only the free plugins/apps. I've got another copyright that is 45 USD lifetime and covers all my paid and free apps and plugins. (e.g. Donations, Forms, Videos, Guest Message, Donate Sidebar).
    It's not a secret, I just don't sell it through the marketplace as it doesn't include the ability to track urls with copyright removal. I can manually setup an account if you can PM me the details you would like to use.
  7. Like
    Michael.J got a reaction from Crystal V in Auto Welcome Support   
    New version released that should patch the bug that arose after IPB 4.1.x. Thanks to @Gabrielle V. for providing the code.
  8. Like
    Michael.J got a reaction from Apfelstrudel in Forms Support   
    I've just uploaded the latest version which should cover all the recent bugs after IPB 4.1 and a few minor feature additions as well.
    Menu tab fix and support for default navigation function Problem with guest pm submissions and database error. Problem with guest submissions that require captcha. Form save error that arose after IPB 4.1. New "require form url" setting that disables the splash page and "show forms" button and requires the full form url. Preview form link added within acp for fast access to the public form view. Integration with the Rules application. View more information on the Rules app here. I want to personally thank @Kevin Carwile for working on the Rules integration.
  9. Like
    Michael.J got a reaction from Kevin Carwile in Forms Support   
    I've just uploaded the latest version which should cover all the recent bugs after IPB 4.1 and a few minor feature additions as well.
    Menu tab fix and support for default navigation function Problem with guest pm submissions and database error. Problem with guest submissions that require captcha. Form save error that arose after IPB 4.1. New "require form url" setting that disables the splash page and "show forms" button and requires the full form url. Preview form link added within acp for fast access to the public form view. Integration with the Rules application. View more information on the Rules app here. I want to personally thank @Kevin Carwile for working on the Rules integration.
  10. Like
    Michael.J reacted to Crystal V in Auto Welcome Support   
    The issue is that it's trying to save the member object instead of just the member id. Should be something like this in \applications\autowelcome\modules\admin\settings\settings.php:
    if ( !empty( $values[ 'aw_pm_from' ] ) and $values[ 'aw_pm_from' ]->member_id ) { $values[ 'aw_pm_from' ] = $values[ 'aw_pm_from' ]->member_id; } if ( !empty( $values[ 'aw_email_from' ] ) and $values[ 'aw_email_from' ]->member_id ) { $values[ 'aw_email_from' ] = $values[ 'aw_email_from' ]->member_id; } if ( !empty( $values[ 'aw_topic_author' ] ) and $values[ 'aw_topic_author' ]->member_id ) { $values[ 'aw_topic_author' ] = $values[ 'aw_topic_author' ]->member_id; } $form->saveAsSettings( $values );  
  11. Like
    Michael.J got a reaction from Joey_M in Messages Support   
    Do you mean you only want to show 1 message randomly? If so, if your using the hook you'll need to adjust the message limit to 1 instead of 5 or what ever the default setting is. So then it will show 1 message randomly instead of a bunch of messages in random order.
  12. Like
    Michael.J got a reaction from NoGi in Auto Welcome Support   
    %profile_link% quick tag should do this and include username.
    I'm not able to reproduce this locally. I'll need acp and ftp login details to troubleshoot further.
  13. Like
    Michael.J reacted to Netherlord in Videos Support   
    thanks that seems to work great. Might i suggest this edit be added to the plugin on a toggle setting? might be useful for others.
  14. Like
    Michael.J got a reaction from sonimik1 in Sidebar Poll Support   
    Can you try uninstalling my plugin and see if it alters the IPB widget?
  15. Like
    Michael.J got a reaction from Ausy in Forms Support   
    Next version is due out this week.
    Yes in the future but not this next version.
    This next version will include a fix for the captcha issue.
  16. Like
    Michael.J reacted to prupdated in Portal   
    With IPB 4.1.4 the sort order of portal topics does not seem to work if selecting to sort by topic start time. Rather, it sorts by default of last updated topic no matter what the setting. It worked correctly with IPB 4.1.3.2 .
    I had to change the sortBy line in portal.php from start_date to forums_topics.start_date and it then works as expected.
    Edit: Seems to be IPB bug with fix attached at following URL. After reversing my edit and applying the patch it works as expected again.
     
     
  17. Like
    Michael.J got a reaction from socceronly in Donations Support   
    I assume it would keep the purchase price the same and not take that amount away from that purchase? I'm still focused on bug fixes but I have logged this and will look in a future version.
  18. Like
    Michael.J reacted to VizionDev in Birthday Greeter Support   
    You may have some issues with DateTime using hyphens vs slash (British vs American) and localeDate() - I know this is a huge problem when using date()/strtotime() as they will interpret based on the usage of hyphens or slash.
    Just to keep in mind  
  19. Like
    Michael.J got a reaction from IainRennie in Donations Support   
    Not in the current version but I will see what can be done in the future as that's quite a good idea.
  20. Like
    Michael.J reacted to ABGenc in Auto Welcome Support   
    Hi Mike, I can confirm that it is working properly , both new message count and browser notifications are displayed when the new users logs in

  21. Like
    Michael.J got a reaction from JiigSaaw in Donations Support   
    I've confirmed both and will have a fix out next version. If everything goes to plan, I should have that released tomorrow.
    Are you using a different theme by any chance? There was a hook that re-added this in IPB 4.0 but maybe 4.1 messed it up. If you want to add it manually, the code that can be used is here
    {{if $comment->author()->donate_donations}} <li class="ipsType_light ipsSpacer_top" data-ipsTooltip title="{lang="donor_title"}"> <span class="ipsBadge ipsBadge_small ipsBadge_icon ipsBadge_positive"><i class="fa fa-dollar"></i></span> {lang="member_donor"} </li> {{endif}}  
  22. Like
    Michael.J got a reaction from Koby in Donations Support   
    I've confirmed both and will have a fix out next version. If everything goes to plan, I should have that released tomorrow.
    Are you using a different theme by any chance? There was a hook that re-added this in IPB 4.0 but maybe 4.1 messed it up. If you want to add it manually, the code that can be used is here
    {{if $comment->author()->donate_donations}} <li class="ipsType_light ipsSpacer_top" data-ipsTooltip title="{lang="donor_title"}"> <span class="ipsBadge ipsBadge_small ipsBadge_icon ipsBadge_positive"><i class="fa fa-dollar"></i></span> {lang="member_donor"} </li> {{endif}}  
  23. Like
    Michael.J got a reaction from Sonya* in News Support   
    I've updated this app with confirmed support for IP.Board 4.1 and a few other minor bug fixes.
    @Sonya* A fix for the uninstall issue is also included, you'll need to upgrade and then uninstall the latest version.
  24. Like
    Michael.J got a reaction from Koby in Donations Support   
    New intermittent release has been uploaded that includes support for IP.Board 4.1, a few more minor bug fixes and the ability to set multiple recipient options in the Paypal gateway. i.e. Members can choose which Paypal address to use when donating.
    I'm working on another release to fix the remaining bugs reported before IPB 4.1 was released.
  25. Like
    Michael.J got a reaction from SiLink in Donations Support   
    Guest access will need to be enabled for the Donations app until this problem can be patched.
    Once bug fixes are up to date, I'll be looking at stuff like features and more gateways.
×
×
  • Create New...