License: This is a commercial product made by Stellar Soft and cannot be modified for other see more than personal usage. This licence is valid for one domain only. Redistribution of this product for free or for a fee without written permission from Stellar Soft is strictly prohibited.
5 Required and 0 Recommended items
Required
Version: 2.0.1
License: This is a commercial product made by Stellar Soft and cannot be modified for other
All the code is legally distributed: not specified
Package has no executable files or viruses: not specified
Code encrypted: not specified
3rd-party integrations: not specified
Readme file included and formatted according to BoonEx Requirements: not specified
Admin Manual: not specified
User Manual: not specified
Installation via Dolphin Installer: not specified
Installation requires manual steps: not specified
The following number of core files require manual modification: not specified
Product is packaged and named according to BoonEx Requirements: not specified
Default CSS styles are used: not specified
Standard Pages/DesignBoxes/Inputs/Buttons are not affected/copied: not specified
CSS/HTML code isn't hardcoded in PHP and separated in HTML/CSS files: not specified
Strings are translatable and English language file is included: not specified
Support provided via: FORUM,PHONE,EMAIL,SKYPE: not specified
Response time: not specified
Timezone: not specified
The mod going to be updated with every Dolphin release: not specified
Free upgrade with every major version: not specified
Free upgrade with every minor version: not specified
Screenshots
Description
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
At first i have to say that this is a very good modul.
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 VALUES ($iEntryId,'$sLangKey','$sParams','$sType')");
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