How can i edit the resource manager download button from "No Permission to download" To Register To Download

kakumo

New member
Email Verified
I was wondering how can i change the button Text and colour, Any manual doing method i will appreciate
 
I have written the title wrong. I mean how can i change the button to " Register To Download"
 
Simply change premission of who can download resources from ACP > Users > user permissions
 
I successfully changed it and everything is okay, I needed some help on this addon

I will really appreciate it if a user would guide me on how this

Amazon S3 for XenForo 2.3.0 add-on​

I USE DIGITAL OCEAN S3 BUCKETS

I have also done all configurations for my bucket on my config.php

My problem is I use shared hosting and set up of S3cmd it cant be done. I just needed my uploaded data to be deleted automatically from my hosting once I have uploaded a file or a user has uploaded it. only files, profile pictures, and any shared files.


and this is my code




$s3 = function()
{
return new \Aws\S3\S3Client([
'credentials' => [
'key' => '...........................',
'secret' => '..............................................'
],
'region' => '.....................',
'version' => 'latest',
'endpoint' => '..............................'
]);
};

$config['fsAdapters']['data'] = function() use($s3)
{
return new \League\Flysystem\AwsS3v3\AwsS3Adapter($s3(), '.......................', 'data');
};

PHP:
$config['externalDataUrl'] = function($externalPath, $canonical)
{
return 'https://......................................................................./data/' . $externalPath;
};

$config['fsAdapters']['internal-data'] = function() use($s3)
{
return new \League\Flysystem\AwsS3v3\AwsS3Adapter($s3(), '..........................', 'internal_data');
};
 

November 2025

Total amount
$222.08
Goal
$400.00
Donation ends:

Staff online

Forum statistics

Threads
12,766
Messages
39,659
Members
75,107
Latest member
ahamedqa
Top