Jump to content

Tip Author


Recommended Posts

Posted

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

Posted
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.

Posted
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?

Posted (edited)

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.

Here are the results:

public static function hookData() {
 return array_merge_recursive( array (
  'post' => 
  array (
    0 => 
    array (
      'selector' => 'ul.ipsComment_controls.ipsClearfix[data-role=\'commentControls\']',
/* Is the link not valid? */
if ( $val != NULL && mb_strpos( $val, 'https://www.paypal.com' ) === FALSE && mb_strpos( $val, 'https://www.paypal.me' ) === FALSE )
{

	throw new \DomainException( 'tipAuthor_notValid' );
}

 

Edited by Safety1st
updated
Posted (edited)
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.

Edited by Tom Irons
Posted

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.

Posted
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.

Posted
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 weeks later...
  • 1 year later...
  • 2 years later...
  • 2 months later...
Posted
On 3/8/2021 at 6:55 PM, Circo said:

Any possibility of getting this updated for 4.5?

maybe this will work.

 

On 3/8/2021 at 6:55 PM, Circo said:

Any possibility of getting this updated for 4.5?

ok now saw you sponsor the app. great stuff 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...