GBAtemp Picture Upload Service

Cyan

GBATemp's lurking knight
OP
Former Staff
Joined
Oct 27, 2002
Messages
23,746
Trophies
4
Age
46
Location
Engine room, learning
XP
15,665
Country
France
Hi,

What do you think about a sub-folder management for the Pix module ?
It could help sorting pictures by themes or categories.

I have few personal pictures (avatar, photo, etc.), some others for different tutorials I created, and others for user submitted news (for the front page of gbatemp).
I think having folders would be better to manage our pictures space.

It could be real sub-folder on the server : (not a good idea, I don't like it. I leave this choice only as reference).
- http:// pix.gbatemp.net////image_file.ext

or just a virtual sub-folder :
- http:// pix.gbatemp.net//image_file.ext
Like actual storage, but in the database let the user set a category for this picture, and show the category as sub-folders icon/tree on the pix.gbatemp.net page. (It could be easy to do in ajax on the left panel).
The later choice would be easier to implement I think, as users can set categories without changing the URL of their already uploaded files, preventing 404 errors on website with current URL.


The database could use a single text entry to determine all folders and sub-folders, splitting them at a given character (gbatemp, gbatemp|news, personal|photo|2010, etc.) and showing them one by one as a tree.

Insert at the top of the thumbnails column :
Root [12]
|- GBAtemp [0]
|
Tree_spacer.gif
|- News [5]
|
Tree_spacer.gif
|- Tutorial [20]
|- Personal [4]
Tree_spacer.gif
|- Photo [0]
Tree_spacer.gif
Tree_spacer.gif
|- 2010[5]



Options could be :
- Create a new folder
- Rename this folder
- Delete this folder (and delete associated pictures)
- Delete this folder (and move associated pictures to...)
- Delete only empty folders ? (easier to manage)
- Move selected picture to folder...
- Upload to this folder: [drop down menu]

Moving a picture to another folder would be available on the picture information page only? it will be long to move a lot of picture.
Anther possibility would be mass command (a page which list current folder's image with checkboxes and an action drop down menu : delete/move)
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,795
Trophies
3
XP
28,452
Country
United Kingdom
In addition to this could the thumbnails section be paginated- I have over 200 images in there now and seen as they all appear whenever I go to that section it can hammer my connection a bit.

In the meantime I can always abuse my ad blocking stuff but that is not ideal as I do occasionally need said thumbnails.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...