You could fix yourself some compatibility errors, How?
DJ-Classifieds_EasySocial_application_1.0.2.zip
In this version, there are 2 errors
* First: inside djcfitems.php
- Go to ~/media/com_easysocial/apps/user/djcfitems/djcfitems.php
- Open djcfitems.php
- Go to the end of file and the last line is
public function onNotificationLoad( $item )
- Replace this line with
public function onNotificationLoad( SocialTableNotification &$item )
- Don't forget to save.
*Second: Inside view.html.php
- Go to ~/media/com_easysocial/apps/user/djcfitems/views/profile/view.html.php
- Open view.html.php
- Erase these 2 lines:
line 106 Foundry::requireLogin();
line 130 Foundry:
age()->title( $title );
Don't forget to save.
Enjoy
You don't need to get DJ-Classifieds_EasySocial_application_1.0.3.zip
DJ-Classifieds_EasySocial_application_1.0.3.zip
In this version, there is only 1 error: Inside view.html.php[/b]
- Go to ~/media/com_easysocial/apps/user/djcfitems/views/profile/view.html.php
- Open view.html.php
- Erase these 2 lines:
line 106 Foundry::requireLogin();
line 130 Foundry:
age()->title( $title );
Don't forget to save.
Enjoy!