Remote URI Template Tag
I had need to access the remote uri of a file in the filepage template so I added the following code to the Models.php and File.php files. I’m sharing because I thought this might be a useful addition for others.
Models.php
added on line 36 to array returned by else in function TplVarsDesc
’file_remote_url’ => __(’Remote Download URL’,’wp-filebase’),
File.php:
added on lines 579-580 to switch in function get_tpl_var
case ’file_remote_url’:
return htmlspecialchars($this->file_remote_uri);
Location Restrictions
Extension to add location restrictions to make files available only in certain regions, countries or continents.
maybe you answer from here
Hi, I have two issues with the plugin:
1) for our project we need that users upload from fronted, admins get notified and approve and then users get notified of the approval. I managed to set all the plugins settings and everything seems to work, but the notification mails are really not “user friendly” they have informations or things that users and admins do not need/want to see, how may I change the template of this notifications?
2) in this page https://www……it/documenti/ we put a data table using the following code:
everything appears, but I would need the file to sort ordered by category and in each category by date (the last uploaded) instead no matter the changes I male to the shortcode or to the settings of the plugin I don’t manage to change the order in wich they sort. why?
I really hope you can help.
thanks.
PayPal links broken
Hi,
I am wanting to renew my license, however the ”buy now” button results in an error from PayPal stating:
Things don’t appear to be working at the moment. Please try again later. Of course, I can’t create a new support ticket since my license has expired. :/
Thanks,
chris (ccsanford at gmail)