Yes, please see my reply below.Is it correct that actions with Group Jive and Kunena don´t show anymore?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, you need to reload the page. There is no auto-loading. The reason for this is auto-loading is very heavy on the browser (it's an infinite setTimeout) and the server (ajax call per user, per activity stream, every 15ish minutes). Now each activity entry has commenting. So multiply that setTimeout infinite loop by say 30. That's 30 requests per 15 minutes per user using your site. Most of our userbase will not be able to handle this as most are on shared hosting and the server would be bombarded with requests. I can't see a practical way of doing this without hurting performance in a significant way. An option for this, disabled by default, maybe added in the future but not for 3.0.0.2) is it possible to make notice if new comment comes? We should reload page to show if something new.
Yes, that's the Recent Activity page which you can create a Joomla menu link to using the Community Builder > Plugin menutype then selecting CB Activity as the plugin.3) is it possible to show activity for everybody logged in the site, not only for your friends?
Replace it with what? That's not a link. If you mean hashtags then yes you'd just use #HASHTAG. Otherwise copy and paste a URL into your comment and it'll be made clickable automatically.4) is it possible to create custom link for comments? for example @conferense will be automatically replace to the link.
For status posts, yes, this is actually already done as of yesterday via the "Links" feature for RC2. For commenting, no, just add the URL to the comment and it'll be clickable.5) are you planning to add an option attach image to post?
It has ajax endpoints, but you need to be more specific as to what you're needing. If you mean a JSON formatted response then no; it uses html responses.6) is there API we can use for android version of our site?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If they directly insert into the database, possibly. If they're using API then no.Will these plugins still work with Version 3 ?
Most likely yes, but the new API isn't complete. This is an RC folks; don't jump the gun writing a bunch of integrations, because they're going to be broken again until Stable is released as I'm still finalizing the API. The new way to add activity will be using our autoloader and a DI alias. Example of how it'll ideally function as follows.Do we have to change the code ?
Please Log in or Create an account to join the conversation.