Posted by: azrul
on Jun 18, 2010
While we work day and night to finish up the upcoming JomSocial 1.8, I would like to take a moment to introduce a new API which is extremely handy for plugin developers.
What we just added to JomSocial 1.8, is the ability for JomSocial plugin to intercept the rendering of any form and inject their own HTML code into the form. Perhaps it would be best if I explain this visually.
Posted by: irwan
on May 12, 2010
In keeping with our commitment to freedom, flexibility and openness, we are pleased to announce that the next version of JomSocial (1.8) will be completely 'open' and available under the GNU GPL license. We are confident that JomSocial users everywhere and the entire open source community will benefit greatly from this gesture and we're glad that we can fully align our hard work with the core values of Joomla and the open source community.
Posted by: azrul
on Apr 7, 2010
I would like to post a quick update on the upcoming JomSocial 1.8. One of more interesting things about it is that it will be location-aware! We have worked hard to build a very easy to use, geo-location and mapping API right into JomSocial. Our location support will allow our plugins, or any 3rd party plugins to easily display maps, validate any address or perform radius search! Developing location-aware plugins will be a snap!
For example, if a valid address is specified in your newly created event (hint!), a Google map will be automatically displayed. You can also search if there is any new event, within say, 20 miles from where you are currently located. If you are a developer, you can then write a plugin that will email all site members who are within certain distance from where the event will be!
Application developers can also utilize our new API to make their apps location-aware. All they need to do is simply implement our geo-location class interface within their objects. Internally, all social objects within JomSocial will have support for location awareness!!