Comment 'Hi Alex T⚜️ Thank yo...' to 'Events are missing the ADD button for Posts, Polls, Polls and more fields'
  • 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}