Home Entrance Everyone Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
July 27, 2024 - @340.51 (what is this?)
Forum activity rating: Three Star Posts: 32/1k.beats Unread Topics | Unread Replies | Own Posts | Own Topics | Random Topic | Recent Posts
News: :dive: Are u having fun?? :dive:

+  MelonLand Forum
|-+  Forum Hub
| |-+  ⛄︎ ∙ Forum Info & Questions
| | |-+  Forum feature requests and Ideas


« previous next »
Pages: 1 ... 14 15 [16] 17 18 Print
Author Topic: Forum feature requests and Ideas  (Read 26536 times)
virtue
Full Member ⚓︎
***


SpaceHey: Friend Me!
XMPP: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #225 on: November 28, 2023 @847.48 »


@virtue That's a lot of work, but not impossible!

I imagine it would require a LOT of retrofitting... I guess ultimately its up to whether you think its worth it! I wish I had knowledge of how the forum system you use worked so I could come up with a practical solution to propose. I hate to just be like "you should do this super difficult thing" and then provide no other relevant information, lol. I'm sure you have an idea in mind though.
Logged

I <3 RANDOM MESSAGES!!!
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #226 on: November 28, 2023 @854.90 »

I imagine it would require a LOT of retrofitting
I think a sneeky solution would be to add an extra layer of processing that would capture all the HTML code just before the server sends it to a browser; check for any strings that look like dates/times and replace them with beat time strings of the matching date.

If you feel like learning PHP you could totally make this yourself - just save a few sample webpages; load them into a PHP script and see if you can write a function that replaces all the dates correctly. If someone did that it would take 90% of the work away and make it wayyy more lightly to be added; assuming it didn't introduce too much slowdown to the forum overall.
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
virtue
Full Member ⚓︎
***


SpaceHey: Friend Me!
XMPP: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #227 on: November 28, 2023 @860.72 »

I think a sneeky solution would be to add an extra layer of processing that would capture all the HTML code just before the server sends it to a browser; check for any strings that look like dates/times and replace them with beat time strings of the matching date.

If you feel like learning PHP you could totally make this yourself - just save a few sample webpages; load them into a PHP script and see if you can write a function that replaces all the dates correctly. If someone did that it would take 90% of the work away and make it wayyy more lightly to be added; assuming it didn't introduce too much slowdown to the forum overall.

Doing it in post has a lot of issues though due to the system not being able to determine the difference between 24hour/12hour time and not being able to determine the relative date and whatnot. Does this forum use unix timestamps? Would there be any way to fetch the unix timestamp for posts and whatnot in order to convert it? You'd probably also need to place limitations so it doesnt convert times stated in chats or post bodies regardless of the difference in relativity. Doing it after all the processing is definitely not ideal, and I can confirm since I already tried and it was a nightmare, lol
Logged

I <3 RANDOM MESSAGES!!!
Rowan
Jr. Member ⚓︎
**


Silly Miltank


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #228 on: November 29, 2023 @134.22 »

@Okato how does this look ???

                     ____
                ,-¯   v¯\
             _/_  (::●::)-`冖-,,
          . '"      ̄ ̄             `|           ♥
         |                __             |Oo  ♥   ∧ ∧
   oO|              |¯]}  |      ___-'   _o_  \('∀`)/
 _o_    |.__O)__| ,{[   |--/O        "       (    )
  "        O   `-,,,___!!,,,,ノ' ,-_O-_.            o  o~
      ,_-O_-,         _o_         `-`
       '-'
              _________∧_________
           /                     \
           |   oggfnfghbb 。。。 |
           \_____________________/


@virtue That's a lot of work, but not impossible!

Thats perfect! Though, the line height is a little tall, perhaps it could be set to 1, but other than that, it renders perfectly on all my devices. Thank youuuu!!!!
Logged

Quote from: melooon
you: Hello fridge, I would like the milk please :cheesy:
fridge: Ooo u look so pretty, lemmy order more onions from Amazon
you: wait no! :drat:
fridge: i love you so much i ordered onions!


Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #229 on: November 29, 2023 @768.63 »

@virtue a very rudimentary version of universal swatch/.beat time is now available - you can select it from your time format dropdown on the profile/look layout - please note you MUST set your time offset to 0, and the clock at the top of the forum will display double and the first will be incorrect.

Otherwise, it works ok! I was able to do it by intercepting the date formatting function and adding additional logic! However timestamps on the forum use all sorts of different offsets and sources, so it's really hard to pin down an accurate base time - I will continue to improve it ^^
« Last Edit: December 03, 2023 @847.35 by Melooon » Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #230 on: November 29, 2023 @787.08 »

@Okato is MS Gothic actualy a standard text art font?? I cant help but notice that ascii art used in it looks totally squished  :drat:

          .-'-.
        /`     |__
      /`  _.--`-,-`
      '-|`   a '<-.   []
        \     _\__) \=`
         C_  `    ,_/
           | ;----'
      _.---| |--._
    .'  _./' '\._ '.
   /--'`  `-.-`  `'-\
  |         o        \
  |__ .             / )
 (___)|     o     \/ /
  | | |           |-'\     .--.
 /  |_.-"""-.-'=_ |   '--./ = .`
<   `  =-->    _= /        __/
 '._     _.-"-.= /`"-...-"` 
    `;"""`     __/
      /```````` |
     |     ,     \
     \      \     \
      \      \     \
jgs   |       \     \
     /        |      |
    /         /      |
   /        /`     /`
 .'        |       |
(          /--.___.'
 `--...__.' /    \__
 /     \__ |        `)
|         `)---'----`
'----'----`
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
virtue
Full Member ⚓︎
***


SpaceHey: Friend Me!
XMPP: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #231 on: November 30, 2023 @5.32 »

@virtue a very rudimentary version of universal swatch/.beat time is now available - you can select it from your time format dropdown on the profile/look layout - please note you MUST set your time offset to 0, and the clock at the top of the forum will display double and the first will be incorrect.

Otherwise, it works ok! I was able to do it by intercepting the date formatting function and adding additional logic! However timestamps on the forum use all sorts of different offsets and sources, so it's really hard to pin down an accurate base time - I will continue to improve it ^^

Oh Wow, Thanks! To be entirely honest, it would probably be more than sufficient to assume that if a timestamp is part of a post title or body, it probably has business being in whatever format it was originally in, so you can likely just globally exclude the elements, lol
Logged

I <3 RANDOM MESSAGES!!!
Riqo
Casual Poster ⚓︎
*


Guess what I wear as a hat .. an eyeball!

StatusCafe: riqo
iMood: nasunikki

View Profile WWW

Participated in the 2023 Profile Design Contest!First 1000 Members!Joined 2023!
« Reply #232 on: November 30, 2023 @319.79 »

I don't know if you're open to gift suggestions, but maybe a gift for users who've used css or html on their custom profile? :omg: Maybe it'd encourage others to tinker around with it so they can get a cool shiny gift! :grin:
Logged



Have a nice dream ...
Rowan
Jr. Member ⚓︎
**


Silly Miltank


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #233 on: November 30, 2023 @893.55 »

@Okato is MS Gothic actualy a standard text art font?? I cant help but notice that ascii art used in it looks totally squished  :drat:

          .-'-.
        /`     |__
      /`  _.--`-,-`
      '-|`   a '<-.   []
        \     _\__) \=`
         C_  `    ,_/
           | ;----'
      _.---| |--._
    .'  _./' '\._ '.
   /--'`  `-.-`  `'-\
  |         o        \
  |__ .             / )
 (___)|     o     \/ /
  | | |           |-'\     .--.
 /  |_.-"""-.-'=_ |   '--./ = .`
<   `  =-->    _= /        __/
 '._     _.-"-.= /`"-...-"` 
    `;"""`     __/
      /```````` |
     |     ,     \
     \      \     \
      \      \     \
jgs   |       \     \
     /        |      |
    /         /      |
   /        /`     /`
 .'        |       |
(          /--.___.'
 `--...__.' /    \__
 /     \__ |        `)
|         `)---'----`
'----'----`


Ah! That textart is definitely made to be viewed in a monospace font, and MS PGothic isn't monospaced! (MS Gothic is the monospaced one, make sure not to get them confused!)
Though MS PGothic seems to the most common in Japanese textart (Shift_JIS art is the most specific term for it, I think.) from what I've seen... And I've been using that for my own text art!

I should have explained that first! It's a good font, but for a very specific kind of textart!! :ozwomp:
« Last Edit: November 30, 2023 @906.63 by Okato » Logged

Quote from: melooon
you: Hello fridge, I would like the milk please :cheesy:
fridge: Ooo u look so pretty, lemmy order more onions from Amazon
you: wait no! :drat:
fridge: i love you so much i ordered onions!


night-at-the-musian
Jr. Member ⚓︎
**


Rule 1: Throw the bone!


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #234 on: December 01, 2023 @779.62 »

I suggest adding some more dyslexia-friendly fonts! We already have Comic Sans, but further fonts include Century Gothic, Helvetica, Tahoma, and OpenDyslexic, the font you're reading now!
Logged

Tiny Roman Appreciator

Bede
Full Member ⚓︎
***


Your friendly neighborhood boygirl!

SpaceHey: Friend Me!
StatusCafe: azure
Itch.io: My Games

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #235 on: December 08, 2023 @946.88 »

My main suggestion is this, if it's possible:

Change the toggle that changes the theme! Right now, it's a little newspaper. It's very cute! But it also doesn't really convey what it does very well. This is especially an issue because that is what toggles readability mode, so a lot of folks may not even know that it's an option! Some folks will likely think that it will take you to recent updates to the forum, or forum news.

Some alternate ideas for the icon:
  • An open book! This the most standard reading mode symbol, and, in my opinion, the safest option if you're going for a symbol.
  • Text! Similar to how "top" is spelled out, you can spell out, "readable mode" or something similar.
Logged

CELEBRATE THE REJECTS, EVISCERATE THE PRESETS ⋆。˚

Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #236 on: December 13, 2023 @758.45 »

ext! Similar to how "top" is spelled out, you can spell out, "readable mode" or something similar.
I hope to implement this later in the week ^^

suggest adding some more dyslexia-friendly fonts!
This has been on the cards for a while; I'm still looking for a simple way to do it, but it's good to be reminded!
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
emeowly
Casual Poster ⚓︎
*


StatusCafe: emily

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #237 on: January 03, 2024 @896.64 »

a suggestion for the newspaper theme; a recent posts link in the header with the unread topics/new replies to your posts links like the default melon theme has! i like reading through the recent posts section to quickly catch up on new replies across the forum but i cant find a link to it anywhere in the newspaper theme
Logged

Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

Thanks for being rad!a puppy for your travelsAlways My PalFirst 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!...
« Reply #238 on: January 10, 2024 @822.03 »

suggestion for the newspaper theme; a recent posts link in the header with the unread t
Done, a good suggestion!
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Marcellus
Casual Poster ⚓︎
*


Rance Baise Ouais !!

iMood: Marcellus

View Profile WWW

Joined 2023!
« Reply #239 on: January 13, 2024 @592.00 »

Hey! I haven't found any suggestion of a forum translation project, but I'd be interested in working on a french translation. I have close to 0 experience in JS though, but I'm close to bilingual (french-english) and I think I could be up for the task.
Logged

"Sometimes I create feelings in others that they themselves don't understand."
- Flash McQueen
Pages: 1 ... 14 15 [16] 17 18 Print 
« previous next »
 

Vaguely similar topics! (3)

xX Welcome to the Forum & Rules Xx

Started by MelooonBoard ⛄︎ ∙ Forum Info & Questions

Replies: 0
Views: 6057
Last post November 14, 2021 @627.84
by Melooon
How to use a forum?! - A guide for those who have forgotten/never knew!

Started by MelooonBoard ⛄︎ ∙ Forum Info & Questions

Replies: 2
Views: 3751
Last post April 22, 2023 @739.62
by Aloe
++ Forum Badges and Graphics ++

Started by MelooonBoard ⛄︎ ∙ Forum Info & Questions

Replies: 7
Views: 4325
Last post April 15, 2023 @779.31
by shevek

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi