Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcwsterling
    • CommentTimeApr 22nd 2009
     
    Is there anybody who can tell me how, or at least point me in the correct direction on how the manage page is created. I need to limit the query and I for the life of me cannot figure out how that page is being created. I am currently using the public downloadable copy on the home page.


    //Extra
    If I get this working, I will look into releasing modified code for the current svn version of this.
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 23rd 2009
     
    cwsterling,

    It's based on the same Plogger loop as the front-end gallery. The manage page calls for the function plog_collection_manager() (located in plog-admin-functions.php) and then that calls the plogger_init_collections() (located in plog-functions.php). To edit the SQL query, you'll need to add another array key to the plogger_init_collections() function call that gets called from the plog_collection_manager() function.

    Same goes for albums and pictures as well as the collections.
    • CommentAuthorcwsterling
    • CommentTimeApr 23rd 2009
     
    ok, that what I was able to kinda dig out of the script. If I am able to get this to work...I am going to be quite amazed with how portable your gallery program is.
    • CommentAuthorcwsterling
    • CommentTimeApr 24th 2009
     
    I just want to thank yall for everything you have done, you worked hard and I found that you made code that was REALLY easy for me to dive in and start modifying your code to fit my needs. I am able to include the plog-config and a couple of other files and I can do what ever I want. It is going to make it really easy for me to make a system that our secretary can use to manage users.

    Here is what I have currently done
    1. Multi User Login
    2. Each User is locked into their own collections
    3. Admin users can see all collections and manage them
    4. Edit their own user Profile

    That's all I can think of, I need to make it so it emails each individual user on comments and not the admin (haven't even looked at that portion of the script)

    Once again, thanks for all the hard work you have done in making a portable and easy to use.
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 25th 2009
     
    cwsterling,

    If you wanted to provide your final code once you've finished up everything, it would be much appreciated! :)

    I know you posted some code to the Trac ticket regarding multi-users, but I think this would help us along the way to making multi-user support a part of the core of Plogger. We may even be able to help you improve upon your system. I'm really glad you like the Plogger program and we are always striving to make it better. Glad you found it fit your needs!
    • CommentAuthorcwsterling
    • CommentTimeApr 25th 2009 edited
     
    i'll look into it, I am currently using the old version thats for download. When I completely finish the site I am working on, I'll release the r595 version of the site (I am going to use that as I have already modified it to allow multiuser login.)

    I am also going to create a random photo function...let me know if you want that packaged as well

    //edit

    wow...you would not believe how hard it is to redo what I have already done that works...man this is hard...im working on it...if I don't get it done this weekend...I might end up waiting till after school gets out (only 2 more weeks...) I'll see what I can do