Specific resource to s3

MentaL

Well-known member
Are there any methods or addons available to set specific requirements to resource uploads? In this instance I would want to keep all uploads local and with a predefined limit whereas another goes direct to S3 and can have a different predefined storage limit.

Cheers.

Resource root
  • cat 1 (local hosted 1GB limit)
  • cat 2 (Amazon hosted 10GB limit)
 
Sorry, i can't help you but i wanted to say your forum is very nice.
 
mind sharing how you got the usernames to look cool?
Code:
<h5 class="MentaL_special02 userTitle message-userTitle">Moderator </h5>

1726017342241.webp

Username css

Code:
color: #1ba300;
font-weight: bold;
text-shadow: 2px 0px 11px #198B00;
background: url(/images/usernames/style01.webp);

1726017384866.webp

extra.css

Code:
.MentaL_special02 {
    background: linear-gradient(to right, #000 10%, #1ba300 50%, #000 60%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff000000;
    animation: textclip 1.5s linear infinite alternate;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

1726017436764.webp


Tweak this , its from the mod style. The cool one is this;

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Code:
<h5 class="MentaL_special02 userTitle message-userTitle">Moderator </h5>

View attachment 310707

Username css

Code:
color: #1ba300;
font-weight: bold;
text-shadow: 2px 0px 11px #198B00;
background: url(/images/usernames/style01.webp);

View attachment 310708

extra.css

Code:
.MentaL_special02 {
    background: linear-gradient(to right, #000 10%, #1ba300 50%, #000 60%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff000000;
    animation: textclip 1.5s linear infinite alternate;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

View attachment 310709


Tweak this , its from the mod style. The cool one is this;

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
wouldn't I need " /images/usernames/style01.webp " ? image file. And thank you for providing the tutorial. Much appreciated.
 
Back
Top Bottom