First time here? Check out the FAQ!

kbairak's profile - activity

5 years ago received badge Student (source)
9 years ago received badge Notable Question (source)
9 years ago received badge Popular Question (source)
9 years ago received badge Notable Question (source)
9 years ago received badge Popular Question (source)
9 years ago received badge Famous Question (source)
9 years ago asked a question What would the best way to integrate the hosted version of askbot with slack be?

There is a django plugin that does this, but it applies to self-hosted instances. Slack also makes it very easy to subscribe chat channels to RSS feeds, but in our case, our forum is supposed to be private so the feed sits behind authentication.

However, slack is supposed to be very configurable, so even if there was a callback URL that askbot posted to whenever an event happened, I'm pretty confident that we could make it work with slack. Is there a thing like that? Has anyone so far made it work?

9 years ago commented question Can I make backend changes? I want to implement Google Maps auto-complete to replace posting Questions.

What about ready-made plugins? Like this: https://github.com/jonmbake/askbot-slack%3C/p (https://github.com/jonmbake/askbot-slack</p<>>)

9 years ago commented answer How do you enable SSL for askbot hosted?

Thanks for the answer! My current account is a demo one so I won't be actually using SSL on it. But we will set up a forum for our company shortly. A question I have is: will this work with privately issued certificates or will they have to be purchased from a CA?

9 years ago received badge Famous Question (source)
9 years ago asked a question How do you enable SSL for askbot hosted?

I' ve tried all the settings and I've even tried typing "https://" in the address bar manually and it doesn't work.

We're currently trialing askbot and according to the plans page, we are at the medium plan which provides SSL support.