Forum is now hosted by celeron55 (report issues here)

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: Forum is now hosted by celeron55 (report issues here)

by Lone_Wolf » Post

Replies/Views/Last Post's positioning seems to be off Image
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
Ryu
Member
Posts: 26
Joined: Sat Jan 11, 2020 01:18
In-game: Ryu

Re: Forum is now hosted by celeron55 (report issues here)

by Ryu » Post

I like the redesign of the sight it looks clean and simple which is a great look thanks!

Nicu
Member
Posts: 98
Joined: Sun Feb 16, 2020 15:21
GitHub: kneekoo

Re: Forum is now hosted by celeron55 (report issues here)

by Nicu » Post

Lone_Wolf wrote:
Thu Apr 30, 2020 23:26
Replies/Views/Last Post's positioning seems to be off
@celeron55: I disabled the width attribute in this class and the problem went away.

Code: Select all

li.header dt {
  /* width: 100%; */
}

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: Forum is now hosted by celeron55 (report issues here)

by Lone_Wolf » Post

Nicu wrote:
Thu May 07, 2020 00:55
@celeron55: I disabled the width attribute in this class and the problem went away.

Code: Select all

li.header dt {
  /* width: 100%; */
}
You can disable or set to 95%. Should work either way. I just tested with the dark theme CSS I use
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
mnh48
Member
Posts: 310
Joined: Wed Nov 16, 2016 22:55
GitHub: mnh48
IRC: MNH48
In-game: mnh48
Location: Kuala Lumpur, Malaysia
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by mnh48 » Post

I'm suggesting two things here

RTL in post

I'm thinking that some language under "discussions in other language" subforum don't have much people discussing in it because of lack of support of their language in phpbb.

One of them is the lack of automatic RTL detection, but since that might be too complicated to implement in phpbb, can you just add RTL tagging as a BBcode so that we can just manually tag RTL text when needed?

From this post on phpbb forum, it seems like it could be achieved by:
BBCode Usage:

Code: Select all

[rtl]{text}[/rtl]
HTML Replacement:

Code: Select all

<p dir="rtl">{text}</p>
Make sure to check display on posting page so users know they can use it.
if it's not possible to add it, it's okay
we will just fallback to using texts as images to make it display correctly then ¯\_(ツ)_/¯

YouTube link in profile

There's field in profile setting that we can use to write channel link in this forum, but the field expects YouTube username and parses into
http://youtube.com/user/<username>

In the new YouTube, most users no longer able to get username unless you have high subscriber counts (and video views?). Many Minetest users who do have YouTube channel don't have such high subscriber count (and video view??) since the community itself is quite small (or rather, big but scattered around).

Plus, they changed username into "custom URL" [sic], especially since one user can now have multiple YouTube channels. The new form for custom URL is now
https://www.youtube.com/c/<custom url>
but all the previous requirements are maintained so most channels still can't get custom URL anyway.

However, all channels on YouTube do have a different type of link in the form of
https://www.youtube.com/channel/<unique id>

Maybe you can either change the field from expecting the username/custom url to expecting the unique id instead, or just let people paste the whole channel URL or something?

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by Festus1965 » Post

Army_bloodcore2 wrote:
Thu May 14, 2020 13:15
I cannot attach next filetypes: doc, odt, pdf, zip and 7z. Will be this fixed?
Please not !
Use external space and dont bring the forum again to slow or crash as too full.
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

User avatar
v-rob
Developer
Posts: 970
Joined: Thu Mar 24, 2016 03:19
GitHub: v-rob
IRC: v-rob
Location: Right behind you.

Re: Forum is now hosted by celeron55 (report issues here)

by v-rob » Post

You are able to upload zips, but my guess is that your file is too large. Files can not be bigger than 1 MB, so if your file is larger than that, you'll have to upload it to some other website.
Core Developer | My Best Mods: Bridger - Slats - Stained Glass

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: Forum is now hosted by celeron55 (report issues here)

by Miniontoby » Post

Can you add an user link to your account at content.minetest.net as with github
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by rubenwardy » Post

Miniontoby wrote:
Fri May 29, 2020 08:05
Can you add an user link to your account at content.minetest.net as with github
ContentDB accounts currently always have the same username as the forum account, so you can directly link to https://content.minetest.net/users/$username/
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
FreeGamers
Member
Posts: 650
Joined: Sat May 25, 2019 00:15
GitHub: is proprietary I use NotABug
Location: United States
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by FreeGamers » Post

@Miniontoby

Yes, I was able to connect my forum account to contentdb. The first time I tried it, it didn't work at all though and was giving time out errors. I came back the next day and it connected OK.
FreeGamers.org has moved to MeseCraft.net | FreeGamers on this forum is now MeseCraft

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by Wuzzy » Post

The URL BBCode tag does not work when the URL has the “ircs” URL scheme.

[url=ircs://irc.freenode.net:6697/#minetest]ircs://irc.freenode.net:6697/#minetest[/url]

By the way, I think this thread should be moved to the Problems subforum, it's hardly news anymore. ;-)

User avatar
Linuxdirk
Member
Posts: 3217
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by Linuxdirk » Post

Wuzzy wrote:
Fri Jul 31, 2020 13:15
By the way, I think this thread should be moved to the Problems subforum, it's hardly news anymore. ;-)
I think it should be closed. Individual problems should always be handled in individual threads.

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: Forum is now hosted by celeron55 (report issues here)

by Lone_Wolf » Post

Try https://pasteboard.co/ for hosting your images
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
celeron55
Administrator
Posts: 532
Joined: Tue Apr 19, 2011 10:10
GitHub: celeron55
IRC: celeron55

Re: Forum is now hosted by celeron55 (report issues here)

by celeron55 » Post

I moved the forum to another host. It should be faster now.

Mineminer
Member
Posts: 325
Joined: Mon Mar 05, 2018 04:05

Re: Forum is now hosted by celeron55 (report issues here)

by Mineminer » Post

celeron55 wrote:
Tue Aug 03, 2021 15:45
I moved the forum to another host. It should be faster now.
Awesome I really appreciate you doing that for us. :)

Definity is faster for me but hopefully it can holds during peaks. :)

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by Festus1965 » Post

celeron55 wrote:
Tue Aug 03, 2021 15:45
I moved the forum to another host. It should be faster now.
Sure, fells faster now - but that judgement need about 5 days so see it is always like this,

but a bit of surprise, I didn't see any announcement about it (a plan, a preparing)
and was hit fully
nice: they do backup
ohhh: they move the forum
as often, decisions around mt are just there ... I just hope only moved, and no change of compatibility also
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

User avatar
celeron55
Administrator
Posts: 532
Joined: Tue Apr 19, 2011 10:10
GitHub: celeron55
IRC: celeron55

Re: Forum is now hosted by celeron55 (report issues here)

by celeron55 » Post

Festus1965 wrote:
Tue Aug 03, 2021 22:14
but a bit of surprise, I didn't see any announcement about it (a plan, a preparing)
and was hit fully
nice: they do backup
ohhh: they move the forum
as often, decisions around mt are just there ... I just hope only moved, and no change of compatibility also
What would life be without surprises 8)

User avatar
celeron55
Administrator
Posts: 532
Joined: Tue Apr 19, 2011 10:10
GitHub: celeron55
IRC: celeron55

Re: Forum is now hosted by celeron55 (report issues here)

by celeron55 » Post

I moved devwiki (dev.minetest.net) also. I had to update mediawiki, and as a result there are some glitches in the ParserFunctions usage for the languages. I hope someone with mediawiki experience is able to fix it. All the extensions are still enabled, but they are updated versions.

Mineminer
Member
Posts: 325
Joined: Mon Mar 05, 2018 04:05

Re: Forum is now hosted by celeron55 (report issues here)

by Mineminer » Post

celeron55 wrote:
Wed Aug 04, 2021 11:21
I moved devwiki (dev.minetest.net) also. I had to update mediawiki, and as a result there are some glitches in the ParserFunctions usage for the languages. I hope someone with mediawiki experience is able to fix it. All the extensions are still enabled, but they are updated versions.
If this is on GitHub like most of Minetest stuffs, it may serve to set up a "Help Needed" on this issue if you haven't already.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Forum is now hosted by celeron55 (report issues here)

by runs » Post

faster thankz

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by Festus1965 » Post

celeron55 wrote:
Wed Aug 04, 2021 04:09
What would life be without surprises 8)
Yes, indeed,
but the best surprise: The Forum is faster now !!!
(That surprise would also be nice in MT ... but not as important as the forum was)

Well done decision, absolutely worth the move
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

User avatar
Linuxdirk
Member
Posts: 3217
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by Linuxdirk » Post

Festus1965 wrote:
Wed Aug 04, 2021 23:16
Well done decision, absolutely worth the move
Yes! The forum is much faster and responsive since it's back online.

Let's all hope that this time the improvement is permanent :)

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: Forum is now hosted by celeron55 (report issues here)

by Miniontoby » Post

Yes it is a lot better. Now i have to wait 1-3 seconds instead of 3-10 seconds
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

isaiah658
Member
Posts: 168
Joined: Sun Jan 24, 2016 14:58
Contact:

Re: Forum is now hosted by celeron55 (report issues here)

by isaiah658 » Post

Should the forum be redirecting http to https? Because at the moment, typing in "forum.minetest.net" goes to http instead of https, including the login page?

User avatar
v-rob
Developer
Posts: 970
Joined: Thu Mar 24, 2016 03:19
GitHub: v-rob
IRC: v-rob
Location: Right behind you.

Re: Forum is now hosted by celeron55 (report issues here)

by v-rob » Post

It goes to HTTPS for me by default. I can go to HTTP manually if I try though. HTTP probably should be disallowed or something though since you can try to log in with it.
Core Developer | My Best Mods: Bridger - Slats - Stained Glass

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest