Fork me on GitHub

Events and trips module  Bottom

  • Hi All,

    Im looking for a trips and events module where users can sign up to participate in a trip or event. So that it can be easily manage.
    I already had a look at the module "Itinerary". But that doesnt seem to have the option of signing up for a trip.
    Does anyone knows of a module that can do that, or do I have to create it myself?

    Best regards,

    Thomas
  • The Itinerary module has a plan to add such a feature - ie, sign up or admin assign users to an event.

    Rather than create yourself, I'd be happy to integrate any changes you'd do on your own and assist.

    If its a pressing need, I can take the time to improve and add the functionality you need if the incentive were right icon_smile

    I agree, the module is not perfect now, but it has a solid base and fluffing up the templates and functionality can make it much more usable and attractive.

    NCM
    UHEweb

    PS There is also the EVENTS module which is similar - never used it, though, so not sure of its capabilities.
  • Dear uheweb,

    I downloaded the Itinerary module and installed on my postnuke website PN .7xx. The issue I had was that in the download file on the website is the template itinerary_admin_main.html missing. If I go to the users main page and do a new entry then I get also a Blank Page. Is it possible that some files are missing from the template area? And can they be uploaded somewhere?

    Now I dont mind a bit of coding myself. So if I'll get these templates to work, then I'll have a look about how to improve user subscription to events.
  • There is no admin template yet, as there are no admin settings to template icon_smile

    Can you look at your apache error log to see what the error was for the Blank Page?

    I'll download and install again on a test site to make sure I didn't have a packaging error when I zipped it up.

    Let me know, and thanks,

    NCM
    UHEweb
  • Did find something...

    Line 67 of pnadmin.php should replace:

    Code

    return;// $pnRender->fetch('Itinerary_admin_new.htm');

    with

    Code

    return $pnRender->fetch('Itinerary_admin_new.htm');


    The template fetch was commented out ... oops!

    NCM
    UHEweb
  • Cheers Uheweb.

    I'll try that out now.

    Best regards,

    Thomas
  • Hi Uheweb,

    I've got it working now. Im finetuning the module now. You said that you could add some users to it who will be joining the meeting/event. I couldn't find a way on how to do that yet with the module available. But I'll look on a subscribe action.

    Best regards,

    Thomas
  • Thomas,

    The function isn't there yet, but there is a table create - pn_itinerary_users - that will be used to link users to specific itinerary items (as all users might not take part in all items in an event).

    Functions would need to be built that scanned chosen groups, allowing members to be added to ALL items in an event, or each event individually (or a pop-up checklist?).

    Planned was to have a specific group of users that could be added to items, designated in the admin. On adding users to items, option to add to all items in an event, or designate via checkmark the items to add them to.

    NCM
    UHEweb

    If you'd like to coordinate, we can work towards the functionality you need.
  • uheweb,

    I was looking now at a way for not signed up users to join an event.

    The way I saw on how to do is, the creator of the item in an event decides if he wants to enable subscribing by users. and to enable a code word for verification on subscribing. (This is already working, its written to the database.)

    When the users browse to it they can just click on subscribe next to the item in the event,
    fill out there name, email and verification code. and finalise.

    A user with moderator access to that event will be able to view all signed up users and send an email to them.

    The reason I'm programming it this way is that I have to have it working quit fast and want it to be possible for users who don't have a user account with the website.

    But your options are a bit more advanced. I would like to help develop them with you.

    I'll let you know how I get on.

    Best regards,

    Thomas



    edited by: shikai207, Jun 07, 2007 - 10:14 PM
  • 0 users

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