Bands
Enhance the entertainment aspect of your site. Allow members to create profiles of their favorite bands.
This has all the features of Groups along with additional features, some of which are listed below :
- Ability to browse local Bands
- Ability to post Social Connection Booking details
- Ability to post media for a Band (Videos, Music, Photos)
- Polls are integrated with Bands
There is a review feature that allows posting star-rating feedback.
You can view my full list of modules at https://una.io/page/products-author?profile_id=200
Refund and Cancellation Policy
Effective Date: 20/02/2026
Thank you for choosing to subscribe to one of the Pro Apps (“Service”) offered by UNA Inc. ("we", "us", or "our"). This Refund and Cancellation Policy explains how subscription fees are billed, how you can cancel your subscription, and our policy regarding refunds.
1. Subscription Billing and Auto-Renewal
- All Pro Apps subscriptions (monthly and yearly) are billed in advance at the beginning of the applicable billing period.
- Subscriptions renew automatically at the end of each billing period (monthly or yearly) unless cancelled prior to renewal.
- By subscribing, you authorize us to charge your chosen payment method for the recurring subscription fees until your subscription is cancelled.
2. Cancellation of Subscription
- You may cancel your subscription at any time through your account settings or by contacting our support team at team@unacms.com.
- To avoid being charged for the next billing cycle, you must cancel your subscription before the renewal date.
- Upon cancellation, your subscription will remain active through the end of your current paid billing period but will not renew.
3. Refund Policy
- No Refunds After Renewal: If your subscription renews (monthly or yearly) and you did not cancel it before the renewal date, no refund will be issued for that renewal charge.
- No Partial Refunds: We do not provide refunds or credits for partial billing periods, unused time, or unused features once the subscription fee has been charged.
- Final Sale: All subscription fees paid are final and non-refundable except as expressly required by applicable law.
4. Data and Access After Cancellation
- After cancellation, your access to this Pro App subscription will continue until the end of your current paid period.
- Once the current billing cycle expires, your access to subscription features will be removed unless you renew.
5. Billing Support
If you have questions about billing, cancellation, or refunds, please contact us at:
Email: team@unacms.com
6. Changes to This Policy
We may update this policy occasionally. The latest version will be posted on our website with an updated “Effective Date.” Continued use of the Service after changes indicates your acceptance of the revised policy.
- Download
- Buy for $29
- 4070
- Share
- More
-
- · Wise
- ·
Database error in Bands module every night when cron runs.
Query:
SELECT `ta`.* FROM `mz_bands_admins` AS `ta` WHERE 1 AND `ta`.`added` < UNIX_TIMESTAMP() AND `ta`.`expired` <> 0 AND `ta`.`expired` < UNIX_TIMESTAMP()
Mysql error:
Unknown column 'ta.expired' in 'where clause'
Please fix.
-
- · Jerome Mingo
-
·
In reply to Wise
- ·
A patch update has been published.
-
PATCH IS WORSE! Database errors everytime the module is accessed!
Query:
SELECT `td`.*, `td`.`group_name` AS `name`, `ta`.`email` AS `account`, `td`.`added` AS `added_ts`, `tp`.`status` AS `status_profile` FROM `mz_bands_data` AS `td` LEFT JOIN `sys_profiles` AS `tp` ON `td`.`id`=`tp`.`content_id` AND `tp`.`type`='mz_bands' LEFT JOIN `sys_accounts` AS `ta` ON `tp`.`account_id`=`ta`.`id` WHERE 1 ORDER BY `added` DESC LIMIT 0, 21
Mysql error:
Unknown column 'td.group_name' in 'field list'
-
- · Jerome Mingo
- ·
patch 1.0.9 has been released with further updates for UNA 14.