Is there API to edit TeamRaiser greeting page and those custom informational pages?

Options
Hi



I am wondering if there is API that would enable / allow one to edit/update a Teamraiser greeting page or those custom informational pages(those with the included parameters "&pg=informational&sid=xxxxx" ) as alternative of doing them within the EMC currently?



I am just curious because that would really be handy being on the page and be able to edit it right there on the spot.



Recently was tinkering around, integrating a 3rd party open source called "TinyMCE" WYSIWYG editor ( http://www.tinymce.com/ ) into a TeamRaiser personal page where upon logged in and if you happened to be on your own personal page, you'll be able to basically update your personal page main content area right there (as alternative of having to go to your Participant Center) . This is feasible since there is API to enable you to update your personal page.



Attached is the actual demo of the implementation. Note; it's a .webm media file format, you can view that in Chrome or Firefox, or any of these supported device/browsers listed on the following http://www.webmproject.org/users/#supported_web_browsers



Thanks in advance.



regards,

Daniel
Tagged:

Comments

  • That's pretty cool!



    I don't think there is a similar API for TR content. Have you used the Luminate Edit browser plugin? Way nicer than digging through all the menus and buried pages.



    https://github.com/noahcooper/luminateEdit

  • Thanks Brian :)



    Is the Luminate Edit browser plugin is the one for that Google Chrome? if that's the case, yes we have been using it. But the thing is that we don't give access to "event managers" / field staff other than our administrator to edit these from the Convio Admin backend which that plugin is doing / redirecting you to. So they are limited to do their editing from the EMC (and few of them really having hard time navigating around the EMC despite trainings.. thus was trying to see if we could make their life much simpler if we could.. but looks like they have to stick around with EMC for the time being then).



    -- also not to mention the ability to restrict what one can put by limiting the toolset items - that could be configured within the init configuration on that TinyMCE; all through JS (that TinyMCE editor looks like the same editor used on the EMC and Participant Center). (i.e. often times they are putting their own stylesheets / changing font type etc)



    p.s. going to check that Luminate Edit see what Noah might have for us

    regards,

    Daniel

    Brian Mucha:

    That's pretty cool!



    I don't think there is a similar API for TR content. Have you used the Luminate Edit browser plugin? Way nicer than digging through all the menus and buried pages.



    https://github.com/noahcooper/luminateEdit

  • That's the one. Firefox too.



    I wonder if you could fork this plugin and change it to direct to the EMC.



    We don't use the EMC, so I'm not familiar.
  • Here's another follow up on that project I started -- now adding the ability for the logged in user to upload his/her personal page profile photo and have the online editor to allow them to customize further before saving and uploading to their page, all from the Teamraiser personal page itself.


    Tapping into Adobe Creative SDK API for the online image editor.


    regards,

    Daniel
  • I can't wait to look at this.


    - BPM
  • Thanks Brian :)


    here's another iteration -- saving it to Cloud instead of uploading to LO backend -- doing so, it saves users from having to do the "Copy paste temp URL into the input file to have it uploaded to LO"

    http://main.diabetes.org/hartanto/Upload_TR_Personal_Photo_Cloud.webm (play this screencast on Chrome/Firefox)


    for this -- I am tapping into Cloudinary platform http://cloudinary.com/ and use the Teamraiser survey registration question to store the URL that would be tied to the registered person (but yeah need to find alternative for Team Page as of where to store that unlike Personal Page; another story another day)


    regards,

    Daniel

    Brian Mucha:

    I can't wait to look at this.


    - BPM

  • This could probably be alternative workaround to the original question


    Tapping into Drupal 8 to function as REST API web services and have it rendered on a Luminate Online pagebuilder with AngularJS framework
    http://main.diabetes.org/site/PageServer?pagename=Drupal8_REST_API_DH&nid=all&masonry=y​


    it's kinda neat workaround after getting a chance to play a bit with. We could even white-list the domains that need to make CORS call to the Drupal end.


    regards,

    Daniel

    Daniel Hartanto:

    Hi


    I am wondering if there is API that would enable / allow one to edit/update a Teamraiser greeting page or those custom informational pages(those with the included parameters "&pg=informational&sid=xxxxx" ) as alternative of doing them within the EMC currently?


    I am just curious because that would really be handy being on the page and be able to edit it right there on the spot.


    Recently was tinkering around, integrating a 3rd party open source called "TinyMCE" WYSIWYG editor ( http://www.tinymce.com/ ) into a TeamRaiser personal page where upon logged in and if you happened to be on your own personal page, you'll be able to basically update your personal page main content area right there (as alternative of having to go to your Participant Center) . This is feasible since there is API to enable you to update your personal page.


    Attached is the actual demo of the implementation. Note; it's a .webm media file format, you can view that in Chrome or Firefox, or any of these supported device/browsers listed on the following http://www.webmproject.org/users/#supported_web_browsers


    Thanks in advance.


    regards,

    Daniel

Categories