Fork me on GitHub

Looking for a module  Bottom

  • I'm looking for a module that can do the following:

    Quote


    I was hoping for link on the left side of the screen saying "Signatures" (I can do this part)
    The link would then lead to a selection type page(I can do the simple HTML part of it)

    On the selection list would be all the choices and each one would have a small circle or box to select or not select the choice.

    This would in turn send an "Awaiting Submissions" to 1 admin of the website. (I'm lost)
    The admin would then in turn review the submission and verify if the request is valid.
    If the request is valid, then the Admin can then send another admin the same request form with a brand new "Approved" stamp.

    If the request is invalid, the admin can return the request form to the submitter with a brand new "Denied" stamp along with a message from the admin explaining why the request was denied.
  • Yes, but if the choices are predefined how can they be invalid - you will need to explain a bit more and please don't cross post.

    -Lobos

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • ok sorry about the cross post


    it's basically an award list that the admin will go thru and ensure that you are indeed qualified for that award. If he signs off on it, then it's shipped to another admin. If it's invalid, then it would be sent back with a message of why it's denied.
  • any other helpers out there?
  • In theory, if I understand your needs right, Pagesetter can do what you need, but the catch is the Workflow and operations would need to be written. I've done one workflow/op combo on something else, so I'm getting a feel for how they work, and something like this is on my drawing board when I can get a chance to do it.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Crest

    I'm looking for a module that can do the following:

    Quote


    I was hoping for link on the left side of the screen saying "Signatures" (I can do this part)
    The link would then lead to a selection type page(I can do the simple HTML part of it)

    On the selection list would be all the choices and each one would have a small circle or box to select or not select the choice.

    This would in turn send an "Awaiting Submissions" to 1 admin of the website. (I'm lost)
    The admin would then in turn review the submission and verify if the request is valid.
    If the request is valid, then the Admin can then send another admin the same request form with a brand new "Approved" stamp.

    If the request is invalid, the admin can return the request form to the submitter with a brand new "Denied" stamp along with a message from the admin explaining why the request was denied.


    Huh?

    You've told us how you're going to do it but what exactly do you want to do? Perhaps I've been managing the bottom line too long but this seems not to pass the smell test for the best way to do this.

    Slugger
  • Ok I'll go into full details of the "experiment" [ www.ao1clan.org/PN ]
    PostNuke 0.7.5.0

    I'm part of an online clan that is about to start issuing our members a signature that is totally clan only. In order to do this, we had to get some military ribbons and awards and resize them. Once resized, they were shipped to the ftp sitde of the website for the head admim of the website to move the jpeg files around to where they can be used for the signature.
    On the left side of the screen where we have all the main menu links, I'd like to add another link saying "Signatures". This link would lead you to a screen where all the ribbons are displayed with a selection box or circle next to each one. After they've selected a maximum of 12 ribbons and 3 citations, there will be a submission link at the bottom of the screen.
    Once the member has clicked "submit", the order form will be sent to the admins for verification of validity of choices. So at the bottom of the screen where the members ribbons and citations are displayed for verification, there needs to be 2 links. One for "approved" and one for "denied" If the ribbons are indeed something the member has earned, then the admins can foward that same selection form to a member that is doing the signatures himself. He then creates the signature and will give it to the member on a forum we have specifically for signature creation and display. If the ribbons are invalid and not earned, the admin will be prompted to another screen with a small message box to describe how and why the member was not eligible for some/all of the ribbons. This is then returned to the member who initially filled out the selection form.
    I've been looking around for an order form type module to do this but it's been difficult to find exactly what I've been needing so I've come to the community experts here to assist me with this problem. Thank you once again for all the input you guys are giving me. I'll continue to provide any information that may help you figure out what I need to do or get.

    p.s. The ribbons are awarded and earned through off line activities within a game and therefore can be applied for even if you haven't earned the right to have. This is why we need the forms screened first by an admin that will be able to determine if the form is valid or not.
  • I still need feedback...
  • Can anyone tell me more about the form mod i've seen around?
  • anyone there?
  • You'll have to be more specific about what Form mod you're talking about...

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Here's my thoughts+what I'd do, take em' for the less than 2 cents they're worth;)
    Quit the passing info shtuff.
    Create an extra entry in the dynamic user data named medals. Need another for ribbons? or medals and ribbons together OK?
    (Above is just to get things up to speed, to where the awards are at now)
    If enterring/adjusting info is cumbersome from the dynamic userdata, set up the table and then do this:
    You'll have to make a simple database PHP script. The script is simply connecting to the database and adding in
    medals. Real simple, 8 million how to's on the web and probably here too. This way you can just add em' yourself and only you will know this page exists so no security worries.
    NEXT create another simple DB PHP script but this time "pull" the info from that column. Scratch that, you'll need to "pull this info" but only for the username. IE get Bill's medals when Bill is logged in, not someone else's.
    It shouldn't be hard at all to do that with Smarty or something like pngetusername. I have no clue of PN variables, but username and dynamic user data ARE common topics on this board.
    In your theme, you'll need to refer to the last DB PHP script, maybe just paste it in.

This list is based on users active over the last 60 minutes.