- Details
- Written by Mike Feng
Sometimes you may wish to reuse a certain function that resides in a model outside of your current scope. This helps you save time and reduce duplication. This can be achieved easily by adding the following codes.
Assuming you are trying to call a model "Categories" (/components/com_mycomponent/models/categories.php) belonging to com_mycomponent (this can be called from either within or outside of the com_mycomponent):
jimport('joomla.application.component.model'); JModelLegacy::addIncludePath(JPATH_SITE.'/components/com_mycomponent/models'); $categoriesModel = JModelLegacy::getInstance( 'Categories', 'MyComponentModel' );
Now you can call its methods, example:
$categoriesModel->getCategories();
- Details
- Written by Mike Feng
ProfileURL 3 has been released. It now supports Joomla 2.5 and 3+, and is written using the Joomla! MVC architecture.
A few major changes have been made:
- Supports JomWall, together with JomSocial and Community Builder
- Removed the need for a 3rd party SEF extension. Works standalone and out of the box
- Integrated with ParaInvite's Namecard links
- Details
- Written by Mike Feng
Yes! Finally, the long awaited update is here! ParaInvite 4 is a major rework from the previous version. Written from to support Joomla 3+ (including Joomla 2.5), Parainvite 4 packs some serious features!
It is way too long to describe it, so if you want to read about it in full, please check out the documentation, or just dive straight into our demo. Here, we will try to list some of the changes from ParaInvite 3.5
- Major code rewrite
- Joomla MVC framework. Supports Joomla 2.5 and Joomla 3+
- ParaInvite Pro has been removed. We have combined all the features into one complete package
- Uses bootstrap
- Added JomWall to integration (together with JomSocial and Community Builder)
- Added notification system (you will see it on both the Invite and History pages
- Added ability for users to store all imported emails (even if they didn't send invites to them) so they can be notified if their friends join the website
- Improvement in user friendliness
- Simplified process for Facebook invites sending
- ..and more!
ParaInvite 4 comes with a upgrading component for users with ParaInvite 3.5 installed. If you're upgrading, DO NOT install ParaInvite 4 first! Install the upgrade component, let the upgrade process complete, then install ParaInvite 4.
- Details
- Written by Mike Feng
Yes! Finally, the long awaited update is here! SIMGallery 4 is a complete rework from the previous version. Written from the ground up with a spanking new interface, SIMGallery 4 packs some serious features!
It is way too long to describe it, so if you want to read about it in full, please check out the documentation, or just dive straight into our demo. Here, we will try to list some of the changes from SIMGallery 3.2
- Complete code rewrite
- Joomla MVC framework. Supports Joomla 2.5 and Joomla 3+
- SIMGallery Pro has been removed. We have combined all the features into one complete package
- Uses bootstrap
- Added JomWall to integration (together with JomSocial and Community Builder)
- Added categories feature
- Added backend management for user reports of offensive photos
- Completely new interface
- Huge improvement in user friendliness
- Much more streamlined access levels for albums and photos
- Complete integration with JomSocial
- Added user group access for creating albums/uploading photos
- HTML5
- ..and many more!
SIMGallery 4 comes with a upgrading component for users with SIMGallery 3.2 installed. If you're upgrading, DO NOT install SIMGallery 4 first! Install the upgrade component, let the upgrade process complete, then install SIMGallery 4.
- Details
- Written by Mike Feng