makmanager wrote:
- As we have understood we need to install mobile joomla before adding Kunena mobile extension? How it can influence the website and what challenges are common in such cases?
Kunena Mobile requires both MobileJoomla extension and Elegance template.
After installing above extensions (and tune MJ settings), you will have special mobile version of website for mobile users.
makmanager wrote:
- Then we need to add purchased Kunena mobile to mobile Joomla and it should to work with the forum we already have, am I right?
Yes.
makmanager wrote:
- And the most serious question: If we are developing application and adding functionality to it can we use Kunena as some-kind of addon for our application which will work under button or tab inside our app?
Actually, if you create native app, it's better to grab Kunena's page, parse in the app, and display as you like. Alternatively, you can create a plugin to get forum data in any suitable format (e.g. xml or json).
The problem of Kunena Mobile is that it is base on jQueryMobile framework, so your app will load much more data in UIWebView than it can be with using of native code.
makmanager wrote:
Also does the Kunena mobile support video and photo upload, display and comment?
It displays photo/video, but uploading is not supported yet.