
rlen
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
PSA to modders
Please stop using Google Drive to host your files. Firstly, because Google is evil. You should know this, already. More importantly: users have issues with downloading files from there.
For some reason, Drive seems to shit itself when trying to access a file in Firefox, or even just certain VPN servers. Dropbox is a more reliable alternative hosting site.
That being said, if I were to upload one of my own mods, I would personally go with either self-hosting on my own webserver or a torrent magnet link for complete freedom. That being said, this is just a suggestion. One that I hope you take into consideration.