Events are missing the ADD button for Posts, Polls, Polls and more fields

How do I get the add button to activate for the Event's pages like it is active on the "Persons" Pages?

image_transcoder.php?o=bx_froala_image&h=4168&dpx=2&t=1603569243

  • 513
  • More
Replies (7)
    • Hello, i would have to look and see if i can locate how to in my notes, but off the top of my head, i believe if you go to studio > pages > in this case "events" > select your page > click add block > then events on the left > and on right side chose "create events.

      • Thanks Will Monte  

        I took a look at your suggestion, but do not think that is what's causing the problem. 

        Let me try explain the issue this way:image_transcoder.php?o=bx_froala_image&h=4184&dpx=2&t=1603812770

        I created a Test Event Page, then went to "Photos" I would expect to see an "Add Photo" button between the navigation and the "Empty Photos" (I am a page admin for the event)

        image_transcoder.php?o=bx_froala_image&h=4183&dpx=2&t=1603812587

        I am expecting the functionality to operate like it does on a persons profile. 

        When going to a persons profile, clicking Photos, the "Add Photo" button is active.

        image_transcoder.php?o=bx_froala_image&h=4185&dpx=2&t=1603813481

        • i think it's possible create raw/html block with HTML which display such button, when clicking on this button it will redirect to upload photos page.

          • Hi Alex T⚜️ 

            Thank you for the suggestion, the same page displays from the navigation link. Clicking it while in PERSONS you see the ability to "ADD PHOTO" clicking the same link in EVENT (going to the exact same URL) there is no "ADD PHOTO" box. 

            For some reason the Event Admin can't add Photos, same applies in Groups. 

            If I add in a "raw/html block with HTML" then I have duplicate "ADD PHOTO" blocks on Persons and Organizations.

            The problem comes in with this:

            • i=photos-author (for Persons Photos)
            • i=photos-context (for Events Photos)

            Programmatically there is different functionality for Events Admin and Persons page. 

            ..................................... 

            For Persons, Photos: 

            • (Navigation: Persons > View Person Submenu)
            • Photos Link calls:   page.php?i=photos-author&profile_id={profile_id}

            For Events, Photos: 

            • (Navigation: Events > View Event Submenu)
            • Photos Link calls:   page.php?i=photos-context&profile_id={profile_id}

             

            • That's correct, you need to add block with link to upload photos to photos-context page, by default there are no any actions there, so it couldn't be 2 duplicate ADD PHOTO blocks there:

              • Alex T⚜️ this is what my "Photos in context" page looks like:

                image_transcoder.php?o=bx_froala_image&h=4203&dpx=2&t=1604083400

                What I am saying is that this does not offer "ADD photos" functionality when viewed from the EVENTS module using:

                Events, Photos: 

                • (Navigation: Events > View Event Submenu)
                • Photos Link calls:   page.php?i=photos-context&profile_id={profile_id}

                The button is missing in the Events Module, for the EVENT ADMIN.

                Is there anything I can check to make the "+ Photo" button active in Events?

                • Alex T⚜️ this is what my "Photos in context" page looks like:

                  image_transcoder.php?o=bx_froala_image&h=4203&dpx=2&t=1604083400

                  What I am saying is that this does not offer "ADD photos" functionality when viewed from the EVENTS module using:

                  Events, Photos: 

                  • (Navigation: Events > View Event Submenu)
                  • Photos Link calls:   page.php?i=photos-context&profile_id={profile_id}

                  The button is missing in the Events Module, for the EVENT ADMIN.

                  Is there anything I can check to make the "+ Photo" button active in Events?

                  Yes, I've suggested to add simple HTML(or raw) block to this page with such button.

                  Login or Join to comment.