Jump to content

Tom Irons

Members
  • Posts

    930
  • Joined

  • Last visited

  • Days Won

    8

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Tom Irons

  1. On 4/17/2017 at 7:12 AM, Willie88 said:

    Hey

    just purchased this plugin. Sadly dont works for me under 4.1.19.2 . Tried reinstall two times. In the ACP no options show up.

    I will take a look at this over the weekend and let you know what I find. In the meantime, can you describe what options aren't showing up? Are you talking about the plugin options or the moderator options?

    On 4/19/2017 at 7:15 AM, Wind0ws said:

    Author seems a bit inactive for a paid application. Would be nice if we could get a response in regards to the feature requests and mentioned issues with latest update @Tom Irons:lol:

    I've been a bit busy with other things, I'll take a look at your suggestions over the weekend and see what I can implement.

  2. On 9/23/2016 at 4:29 PM, Safety1st said:

    The next suggestion. Move currency symbol to language string. For Russia native currency is ₽ for example.

     

    2 hours ago, RoleplayUK said:

    Pretty nice plugin! Will the £ sign be added in a future release ?

    As of right now it's a FontAwesome icon, but you can manually change it to the currency of your choice by editing the core/global/plugins/tipAuthor  and core/global/plugins/tipAuthorSettingsLink.

    I hope to have an option to change the icon in the next update.

  3. 16 hours ago, Florent Cadet said:

    Fatal error with "Mark as Sold" enabled on index.php since 4.1.18

    Forum works great with this plugin disabled

    UPDATE: reinstalling plugin seems to be a work-around.

    I haven't had the chance to update to 4.1.18 so I haven't been able to test any errors yet.

    I'm going to assume that the issue was fixed by reinstalling the plugin, but let me know if it comes back.

  4. 18 hours ago, Safety1st said:

    I'd like to do NOT have connection with any payment system. Just see the links of my users:
    list of links

    So you'd like any link to be accepted, not just paypal links?

     

    15 hours ago, Ibragim Pupkevich said:

    BTW, @Tom Irons, as tip link is not so neccessary field to be kept in core members table (it isn't searchable, appears only in particular templates, not everywhere), it's better to move tip link db field to some other db table, like custom fields table. Otherwise some day my core members tables will become huge and slow.

    I appreciate your concern about the moving the column, but I highly doubt that the columns I've added will ever bog down the system.

    If you think otherwise, please elaborate on your statement a bit more. I know there really isn't a place to add custom fields for any given plugin, that's why I've added them to the core_members table.

  5. 1 hour ago, Safety1st said:

    There are more important things that were already described:
    • removing connection to particular payment system;
    • using more intelligent check;
    • compatibility with the must have plugin KS.

    What other payment systems would you like to see an option for?

    The fix for the selector will be done in the next update.

  6. On 1/26/2017 at 9:30 PM, Safety1st said:

    Too bad all suggestions are just ignored… ak.gif

    I remember you saying something about the Russian currency symbol, can you elaborate on that a bit more? What exactly would you like to see?

  7. 13 hours ago, LinkMania said:

    Hi, any fix for..

    Sorry, there is a problem

    The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information.

    Error code: 2S119/1

    I don't currently have internet at my house so I'm not able to make an update. But when as soon as I get the chance, I will.

  8. On 1/20/2017 at 5:28 PM, Ibragim Pupkevich said:

    UPD:

    Please add verification for empty content of input field, otherwise it's impossible to remove link in UCP.

    
    				/* Is the link not valid? */
    				if ( $val != '' && filter_var($val, FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED)=== FALSE )
    				{
    					throw new \DomainException( 'tipAuthor_notValid' );
    				}

     

    It's possible to remove the link via the UCP, I tested it and it does remove it.

    With that being said, there has been a change on how friendly urls are registered. I should have the update done soon.

  9. 1 hour ago, Circo said:

     I currently use IPB 3.x and my only hesitation with moving to v4 is a Tip/Member Donation plugin. We currently use the Member Donate button from IPB 3.  This plugin allowed us to allow people that uploaded files to receive donation from other members. The attached image is how it currently looks on my IPB3 site.  Is there any way to get this or something similar in IPB4 with this plugin?

    beerme.png

    I can add this into a later version for sure ^_^ 

  10. Have you setup the plugin properly? The button won't show unless the author of the post has their settings set under My Account.

  11. The reason behind doing it via the moderator permissions is that way if a user isn't a moderator of a section that has the mark as sold ability, then they won't be able to use it.

    If you make a moderator group and give the moderators the ability to use mark as sold in all forums, that should work.

  12. On 7/7/2016 at 5:36 PM, Safety1st said:

    @Tom Irons May be you could add optional support to exclude hidden topics from numbering? Sometimes there are inconveniences when a post is get referred because it has a different number for members and staff.

    Sorry for the delay on replying... can you elaborate on what exactly your looking for to be added?

  13. 8 hours ago, Gabriel Torres said:

    @Tom Irons Really weird. I removed version 1.0.4, installed 1.0.3 from scratch and the button and the badge don't show up at all. Again, using the default, unmodified theme. All settings are correct. I don't know what is going on, and don't know how to debug this. Please advise.

    I've sent you a PM regarding support.

  14. 18 hours ago, Ausy said:

    Thanks, that worked but all previously marked topics had to be remarked again. Not too bad for me as there were not to many but hopefully this won't happen on each update @Tom Irons

    I don't know why that happened, I didn't edit the template where the button sits.

    13 hours ago, Gabriel Torres said:

    @Tom Irons I removed 1.0.3 and installed 1.0.4. The badge and the Mark as Sold button are simply not showing up. I've cleared the cache like 10 times, and I tested on the default, unmodified theme. Before uninstalling 1.0.3, I exported the topic ids that had is_sold as '1' and then after installing 1.0.4 I set is_sold back as '1' for those topics.

    Does 1.0.3 install and work for you? If your using a custom theme, then the author will have to update the templates.

  15. Just now, Ausy said:

    After latest upgrade to 4.1.13.1 no badge is showing. Tried to reinstall and on a test install.

    I'll install the latest version and see what's going on, it may not be until this weekend though.

×
×
  • Create New...