How allow members birthdays into calendar without create any event?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • [BLD]
    Member
    • Mar 2017
    • 40
    • 5.2.x

    How allow members birthdays into calendar without create any event?

    Hello,

    I had the idea to have the birthday of my members in the community calendar and I would like to know how to do it without having to create events.

    Thank you in advance for your answers.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74161

    #2
    You would have to create events to do this in vBulletin 5. You would have to create an event for each birthday.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • [BLD]
      Member
      • Mar 2017
      • 40
      • 5.2.x

      #3
      Originally posted by Wayne Luke
      You would have to create events to do this in vBulletin 5. You would have to create an event for each birthday.
      ah okey, thanks.

      Comment

      • glennrocksvb
        Former vBulletin Developer
        • Mar 2011
        • 4021
        • 5.7.X

        #4
        It's possible to create a PHP hook to automatically create an event to a predefined forum channel whenever a new user signs up if you require birthday during registration. There is hookAfterUserSave hook event where you can insert your code to call the node API to create an event.

        Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

        Comment


        • IggyP
          IggyP commented
          Editing a comment
          that sounds very helpful....idk who wouldnt want that....im surprised its not like that by defaut
          couple steps beyond my current brainpower tho ;P
          not sure what code or hmm
      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74161

        #5
        Originally posted by Glenn Vergara
        It's possible to create a PHP hook to automatically create an event to a predefined forum channel whenever a new user signs up if you require birthday during registration. There is hookAfterUserSave hook event where you can insert your code to call the node API to create an event.
        Not possible on Cloud.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • glennrocksvb
          Former vBulletin Developer
          • Mar 2011
          • 4021
          • 5.7.X

          #6
          Oh ok. I didn't notice this is vBCloud.

          Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

          Comment

          Related Topics

          Collapse

          Working...