Hello,
We are wondering if there is any way to create custom event triggers? (Xenforo 1.5)
I added an entry to the eventtrigger table, created an event for it. I also created a php file in src/addons/DBTech/Credits/Model/Event.
However, I dont know how to make it so the event is actually triggered.
What I'm trying to achieve:
- we have a custom application (home made) where people can ask questions. It's like yahoo questions
- I want to make it so when people post a question, they get 1 credit... and when their answer is selected as best answer they get 5 credits, etc...
Could you provide any pointers? For now everything I have done is kind of self taught / reverse engineered. I'm kind of "going in blind".
thanks in advance
PS: the addon isnt live yet on our site. We want to finish preparing the last event triggers before we start.
We are wondering if there is any way to create custom event triggers? (Xenforo 1.5)
I added an entry to the eventtrigger table, created an event for it. I also created a php file in src/addons/DBTech/Credits/Model/Event.
However, I dont know how to make it so the event is actually triggered.
What I'm trying to achieve:
- we have a custom application (home made) where people can ask questions. It's like yahoo questions
- I want to make it so when people post a question, they get 1 credit... and when their answer is selected as best answer they get 5 credits, etc...
Could you provide any pointers? For now everything I have done is kind of self taught / reverse engineered. I'm kind of "going in blind".
thanks in advance

PS: the addon isnt live yet on our site. We want to finish preparing the last event triggers before we start.