NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Samerton

Owner

Feed

Partydragen
Partydragen
I love posting
Partydragen
Partydragen
Reply too
Aninamecz
Aninamecz
Hello Samerton can u help me with Custom Date Format ?
Samerton
Samerton
At the moment, the only way to change the date format is to modify every single date format in the code. I'll add an option to change it easily in the future.
Kakebil
Kakebil
Link to where i can create a forum?
BrightSkyz
BrightSkyz
Hello person!
TonyMaster21
TonyMaster21
Can we be friends?
Awtra
Awtra
Hi Sam!
CuidabrutosYT
CuidabrutosYT
Hello, I'm PhP Programmer, How I Could Help In The Project
Samerton
Samerton
Hi, All code for Nameless is available on GitHub, feel free to fork the repository and make any changes you like, before submitting a pull-request :)
CuidabrutosYT
CuidabrutosYT
Thanks, :), How Contact You?
Samerton
Samerton
We have a Discord chat available, which is probably the best contact method: https://discord.gg/r7Eq4jw
CuidabrutosYT
CuidabrutosYT
Now Join
Partydragen
Partydragen
Testing 1.0.11
Samerton
Samerton
Testing reply!
Partydragen
Partydragen
Nice :P
Partydragen
Partydragen
I get alert when i self reply lol
dadus33
Samerton
Samerton
Fixed, thanks!
dadus33
dadus33
Amm, I don't really know if this only happens to me, but this page will never stop loading and hundreds of messages from @Partydragen show up...

About

Registered:
over 9 years ago
Last Seen:
6 minutes ago
Profile Views:
33878
Minecraft
Samerton

Latest Posts

20 days ago
Two-Step Auth

Hi,

The following is taken from our FAQs:

The most common cause for 2FA not working is incorrect time on the server or device providing TOTP codes.

To disable two factor authentication on login for all users, run the following SQL query: UPDATE nl2_users SET tfa_enabled=0;

To disable forced two factor authentication setup for all groups, run the following SQL query: UPDATE nl2_groups SET force_tfa=0;

about 1 month ago
Fatal error

Hi,

I believe this error occurs if you are using an outdated custom template. If you are using a custom template, you should update it to the latest version or otherwise disable it.

about 1 month ago
DB error

Hi,

This has been reported a couple of times on our Discord server - on both occasions, the issue was caused by the web host blocking the connection in their control panel's WAF settings. If you are using a web host, you can try contacting them to see if they can check this for you.

3 months ago
Translation file not found /home/vol11_5/infinityfree.com/if0_36

Hi,

Please can you share a screenshot of the full error page?

3 months ago
Where can i translate the verify things?

Hi, apologies for the late reply.

Our translations all come from https://translate.namelessmc.com/projects/namelessmc/ - any updates to translations are then included in the next release.

It is possible to manually update the translations locally, however these will be overwritten when you next update your website. The terms can be found in the folder custom/languages for the Core module, modules/Forum/languages for the Forum module and so on. I will list the terms from your query below. If the term does not already exist in your language file, you will need to add it in (JSON format).

  1. Pending verification - user/pending_verification (custom/languages)
  2. Verify - general/verify (custom/languages)
  3. Overview - user/overview (custom/languages)
  4. Followed topics - forum/following_topics (modules/Forum/language)
  5. Cookie consent messages are all in the modules/Cookie Consent/language folder