Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Question-related message shortcodes #20

Open
joshfeck opened this issue Mar 25, 2021 · 2 comments
Open

Add support for Question-related message shortcodes #20

joshfeck opened this issue Mar 25, 2021 · 2 comments

Comments

@joshfeck
Copy link
Contributor

Reported here:

https://eventespresso.com/topic/recipient_question_list-not-functional-in-automatic-reminder/

We chatted about this in Slack and I wanted to make sure the idea didn't get lost. Tony came up with this:

    protected function _set_valid_shortcodes()
    {
        parent::_set_valid_shortcodes();
        foreach ($this->_valid_shortcodes as $context => $shortcodes) {
            $this->_valid_shortcodes[ $context ][] = 'question_list';
            $this->_valid_shortcodes[ $context ][] = 'question';
        }
    }

Which adds support for the QUESTION LIST & QUESTION shortcodes.

https://monosnap.com/file/eAEOb5Uzk9E2c4KRITYRhiQjdtx4zi

@stale
Copy link

stale bot commented Jun 26, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status:stale label Jun 26, 2021
@Pebblo Pebblo modified the milestones: 1.0.5.p, 1.0.6.p Jul 19, 2021
@stale stale bot removed status:stale labels Jul 19, 2021
@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status:stale label Apr 16, 2022
@Pebblo Pebblo modified the milestones: 1.0.6.p, 1.0.7.p Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants