Activities allows a group of people with similar interests to come together at particular times and participate in a particular activity. This is the perfect method for persons to meet others and mingle in a stress free way.
How it works :
a) A member will post an Activity they do (eg. jogging in the park).
b) The member states the period(s) in which the do the Activity (eg. Every Thursday Evening).
c) Other members can choose to join the Activity as participants.
SAMPLE FEATURES INCLUDE :
ACTIVITY ANNOUNCEMENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Activity host can post Announcements related to the Activity
ACTIVITY EVENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Activity host can post details of Events that are related to the Activity
BROADCASTING
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Activity host can broadcast messages to all participants of an Activity
INTEGRATED FORUM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Forum is integrated to facilitate discussion on a Activity.
VIDEO EMBEDDING
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adds the ability to allow members to Embed Videos from Video Sharing sites such as Youtube
FEEDBACK
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Members can Rate and Comment on Activities
PROMOTION AND SHARING
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Members can Share Activities with other site members or external friends.
SOCIAL SHARING
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Allows sharing of the Activities on Twitter, Facebook and other popular networks.
You can view my full list of more than 200 mods at http://www.boonex.com/market/posts/modzzz
There is an error on saving the activity: in the file bxActivitiesDb in line 170 is a qoute character too much respectively to little:
$this->query("INSERT INTO `" . $this->_sPrefix . "activity(`activity_id`,`lang_key`,`params`,`type`) VALUES ($iEntryId,'$sLangKey','$sParams','$sType')");
has to be
$this->query("INSERT INTO " . $this->_sPrefix . "activity(`activity_id`,`lang_key`,`params`,`type`) see more