[php] gallery managment

Joined
Sep 10, 2006
Messages
2,811
Reaction score
1,417
Been working on this last two days or so.

http://www.youtube.com/watch?v=Wh8TW7mPijo&fmt=22

(full screen to see what's actually going on)

in short:

  1. everything is done via ajax, no refreshing at all
  2. you can change image's position with mouse dragging
  3. you can set one of three thumbnails options
  4. you can give each image custom title, alt, desc
  5. change gallery's permalink eg.: gallery name is "test" and it's url could be http://site.com/gallery/nice-gallery
note: still got few things to improve, and we still have to make a design for the whole cms, I'm now just throwing form there without any cssing.
 
added mass/selected delete and button for lighbox preview.

foxx - [php] gallery managment - RaGEZONE Forums

foxx - [php] gallery managment - RaGEZONE Forums
 
Looks nice.

How did you make that mass upload thingy?
It's a premade plugin.. um.. here http://demo.swfupload.org/v220/simpledemo/index.php combined with ajax so it actually returns those images

it's amazingly easy to use, you just set url to the file / action that handles the uploaded file and then you can make thumbails, save file names to the db etc as if it was classical php upload
 
Update.. many many new things, gonna write em down once I get home

watch in full screen.
Code:
http://www.youtube.com/watch?v=E0SRjgmlVy4&fmt=22

[ame="http://www.youtube.com/watch?v=E0SRjgmlVy4&fmt=22"]YouTube - F13 cms gallery modul[/ame]
 
Last edited:
jQuery, started using it two months ago, been using dojo before, and love it

---------- Post added at 04:15 PM ---------- Previous post was at 04:12 PM ----------

anyway, there is still tons of things to change(those M,E,D,P icons are just space fillers, "upload" button will be an image etc), but kind of big improve since the first version :)
 
jQuery, started using it two months ago, been using dojo before, and love it

---------- Post added at 04:15 PM ---------- Previous post was at 04:12 PM ----------

anyway, there is still tons of things to change(those M,E,D,P icons are just space fillers, "upload" button will be an image etc), but kind of big improve since the first version :)

ye i love jQuery too.
 
A little update again, you get this bar down there if the gallery is saved, but not published with options to fast publish or close the warning, will dissappear when you publish the gallery, will reappear when you switch back to concept and won't appear when you are in 'concept' press 'hide warning' and keep saving it as concept.. everything, of course, without refreshing.. also changed upload button to an image and changed position of few elements.. love playing with it lol

foxx - [php] gallery managment - RaGEZONE Forums


foxx - [php] gallery managment - RaGEZONE Forums


foxx - [php] gallery managment - RaGEZONE Forums



ok, ragezone won't let me to use
foxx - [php] gallery managment - RaGEZONE Forums
 

Attachments

  • galleryn - [php] gallery managment - RaGEZONE Forums
    gallerynew.webp
    48.3 KB · Views: 90
Last edited:
Back