MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Suggestions Resolved Suggestions v
« Previous 1 2 3 4 5 … 10 Next »
DONE  Ability to like Main Site submissions (Now in Main site!)
MFGG Forums MFGG Suggestions Resolved Suggestions v
« Previous 1 2 3 4 5 … 10 Next »
DONE  Ability to like Main Site submissions (Now in Main site!)
MFGG Forums MFGG Suggestions Resolved Suggestions v
« Previous 1 2 3 4 5 … 10 Next »
DONE  Ability to like Main Site submissions (Now in Main site!)
Mark All Posts Read Today's Posts

[Done] Ability to like Main Site submissions (Now in Main site!)
Mariofan230
Alien Boo
Members
Submitter MFGG 18th Anniversary
#1
03-22-2020, 09:52 PM (This post was last modified: 07-17-2020, 09:20 PM by Mariofan230.)
With the ability of liking comments, It made me think of an idea that is to do the same with sprite sheets and etc. In the Main Site you can see that lately submissions have been receiving about 1-3 compliments (WITHOUT criticism) from users. It makes me wonder how much more will the post be supported, especially if someone doesn't have anything to say about it.


Oh, and don't forget that there is an empty space here.
[Image: ddt0n9m-1c61d9d4-c85d-4c57-847c-bf3ba9bb...HUVqMw2jjo]
[-] The following 4 users Like Mariofan230's post:4 users Like Mariofan230's post
  ↳ floppingcheepcheep, GeneralGuy, OssieTheOstrich, Roo
China Hyper
Ambitious but too burnt out
Members
assholw adminy Big Help Submitter Super Reviewer Wiki Contributor Iso Collab Contributor Sprite Comp Winner (3) Sprite Comp Runner-Up (4) Sprite Comp Top 5 (2) Minigame Comp Winner (4) Minigame Comp Runner-Up (2) Music Comp Winner Music Comp Runner-Up Music Comp Top 5 Drawing Comp Winner (3) Drawing Comp Runner-Up Drawing Comp Top 5 (5) Special Comp Winner Egg Hunter (3) Skull Badge (2) E3 Bingo Game of the Month Winner (5) NCFC Contributor (4) Secret Santa (5) Holiday Tree NPGA Distinguished Service MFGG 17th Anniversary MFGG 18th Anniversary MFGG 19th Anniversary Ye Olde MFGGe Retro Game Jam Participant MFGG Awards 2010 Winner MFGG Awards 2012 Winner MFGG Awards 2013 Winner MFGG Awards 2014 Winner MFGG Awards 2015 Winner MFGG Awards 2018 Winner MFGG Awards 2019 Winner MFGG Awards 2020 Winner
#2
03-22-2020, 10:35 PM
I have thought about something like that. But it would take a very long time to get it right since adding a category is difficult. I might start doing it but I can't guarantee results.
[Image: Hyper86-Camry.png]

Main Site | YouTube | Bluesky | My OC

[-] The following 4 users Like Hyper's post:4 users Like Hyper's post
  ↳ GeneralGuy, Mariofan230, OssieTheOstrich, Roo
United States GeneralGuy Away
ShyGuy Leader
Members
Big Help Submitter Iso Collab Contributor Wiki Contributor Sprite Comp Top 5 (5) Secret Santa MFGG 18th Anniversary MFGG 19th Anniversary
#3
03-22-2020, 11:33 PM
Would be nice
[Image: PMToyTank.png]
[-] The following 3 users Like GeneralGuy's post:3 users Like GeneralGuy's post
  ↳ Mariofan230, OssieTheOstrich, Roo
Turkey Mors
hey guys
Site Developer
Forum Moderator Main Site Moderator Discord Admin Site Developer/Webmasters Social Media Manager Submitter Super Reviewer Iso Collab Contributor Sprite Comp Runner-Up (2) Sprite Comp Top 5 Minigame Comp Runner-Up (2) Minigame Comp Top 5 (5) Music Comp Top 5 (2) Egg Hunter Skull Badge (2) E3 Bingo Event Winner Game of the Month Winner NCFC Contributor Secret Santa Holiday Tree MFGG 17th Anniversary MFGG 18th Anniversary MFGG 19th Anniversary MFGG Awards 2014 Winner MFGG Awards 2015 Winner MFGG Awards 2016 Winner MFGG Awards 2017 Winner (2) MFGG Awards 2018 Winner MFGG Awards 2019 Winner MFGG Awards 2020 Winner
#4
03-23-2020, 10:52 PM
I tried adding the ability to rate games without reviewing a while ago, but failed because cus my approach was weird and I wasn't as familiar with the main site software. I might attempt that again in the future, and it would probably be a lot more simplified than what the reviews currently have, like a 5-star system or something.

Never actually thought about adding something like that for other submissions though, maybe that would be a good idea? Or maybe it would be an overkill and a simple like system would work better for them? I'm not sure, feedback on that would be nice.
3DS: 4313-6691-8820
Switch: SW-7679-1093-9792

play my fangame pls
[-] The following 1 user Likes Mors's post:1 user Likes Mors's post
  ↳ Mariofan230
United States Evil Yoshi Toes
Bowser
Members
Discord Moderator Submitter Iso Collab Contributor Sprite Comp Runner-Up Sprite Comp Top 5 Minigame Comp Runner-Up Drawing Comp Winner (2) Drawing Comp Runner-Up Drawing Comp Top 5 Skull Badge Holiday Tree Leek Badge KFC Badge MFGG 18th Anniversary MFGG 19th Anniversary Ye Olde MFGGe Retro Game Jam Participant MFGG Awards 2019 Winner MFGG Awards 2020 Winner MFGG Awards 2024 Winner
#5
03-23-2020, 11:18 PM
For non-game submissions I don't think a rating system is practical because people won't spend as much time on them and it just sounds kind of awkward to me to rate a sprite sheet of Mario or something in that way. A like system sounds like it would work really well though. I really like the idea of a rating system on games because there are so many games that have no score because nobody could afford the time to write a whole review for them.
[-] The following 2 users Like Evil Yoshi Toes's post:2 users Like Evil Yoshi Toes's post
  ↳ Mariofan230, OssieTheOstrich
HylianDev
Hammer Bro
Members
Site Developer/Webmasters Submitter NCFC Contributor Secret Santa Popeyes Badge MFGG 17th Anniversary MFGG Awards 2017 Winner
#6
03-24-2020, 04:33 PM (This post was last modified: 03-24-2020, 04:35 PM by HylianDev.)
im not sure how the comment liking ability was programmed, but heres my assumptions & suggestion:

ill assume that a table was created: `comment_likes` which contains `user_id` and `comment_id`. if this is the case, you could create a second table, `resource_likes` and give it `user_id` and `resource_id` (or in keeping with TCSMS tradition, `uid` and `rid`)

the better solution is: a table called `likes` with `user_id`, `content_type` and `content_id`. then probably another table called `likes_content_types` or similar with `id` and a description ("Resources", "Comments", etc). then lets say `likes_content_types` has a row `ID: 3, description: "Resources"`. then when youre on a sprite sheet with then ID `123`, youll get likes from `likes` where it has `content_type` 3 and `content_id` 123

there are other things in the TCSMS database that work like this (for instance, resources is a table with all resource types, then there are tables that hold type-specific meta info for sprites, games, etc) so it should fit in without breaking any conventions, if you name the columns accordingly
Vimimin Wrote:Hylian's day job, little did we know, was saying controversial things on the internet.
Mors Wrote:you fool!!!! you fixed it wrong!!!!

[Image: GGyaUXO.png]

[Image: ggc0JQ0.png] [Image: d7OJc4b.png]
Bibby Team
[-] The following 1 user Likes HylianDev's post:1 user Likes HylianDev's post
  ↳ Mariofan230
Mariofan230
Alien Boo
Members
#7
07-17-2020, 09:25 PM
Nice to see this feature made it to the main site! Just noticed this.
[Image: de1is8v-c2b85bdb-5a22-4518-be6f-c9346d65...RWhIr3CJBQ]

  ↳
China Hyper
Ambitious but too burnt out
Members
#8
07-17-2020, 09:37 PM
Yes. I just added that. It may looked very simple but it took me a week to do something like that since I have to implement a whole new SQL table, run couple of new function plus ending up rewriting tons of new functions so "My Favorites" would end up like like the rest of the submission pages. Otherwise, all of these are built from the ground up.
[Image: Hyper86-Camry.png]

Main Site | YouTube | Bluesky | My OC

[-] The following 1 user Likes Hyper's post:1 user Likes Hyper's post
  ↳ GeneralGuy
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)



  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode