Jump to content

Mark H

Friends
  • Joined

Everything posted by Mark H

  1. That's correct, there is no native provision for members to choose their own Group or Groups, however the 3rd-party app which @opentype suggested may be an acceptable solution.
  2. I've split your question to a new topic. That error suggests the setup isn't quite right. The scopes named "manage_pages" and "publish_pages" don't seem to be set correctly. Have you read the Permissions Reference page at that URL you linked, as well as our documentation for setting up Facebook? Please refer to those documents to check those settings, and if you do get stuck, feel free to reply here or contact support via the client area.
  3. Thanks for posting, and we're sorry that you're having an issue with your Invision Community. Can you go ahead and submit a support ticket please? We're going to need to get a little more information about your account to help, and this is best done in a private support ticket. Thank you! 🙌
  4. If I've understood correctly what you asked, check the Calendar Settings in the ACP here: The date format can be adjusted in the "Date format for events" setting.
  5. What you describe will work, though unless you have a need for individual permissions, it's most easily done on a per-Group basis rather than a per-Member basis. (And yes, with this method you will be granting them specific permissions to the ACP, not the ACP as a whole.) Create a new Group, named however you wish, then grant that Group restricted ACP permissions on the ACP -> Members -> Staff, Administrators page. Everyone in that Group would have the permissions you grant. You can do it the other way, on an individual member account basis, but that's more administrative work.
  6. Since we offer cloud packages, and discussion of hosting is better suited to sites such as webhostingtalk, we do not allow such discussion here so I'll close this topic.
  7. Thanks for posting, and I'm sorry that you're having an issue with your Invision Community. Can you go ahead and submit a support ticket please? I'm going to need to get a little more information about your account to help, and this is best done in a private support ticket. Thank you! 🙌
  8. The display of signatures is a per-member setting, which is off by default. Each member must choose to enable it (or not), and there's unfortunately no native provision for forcing that to be enabled. There may be a 3rd-party solution, for which you can inquire in the relevant section of our community.
  9. Thanks for posting, and I'm sorry that you're having an issue with your Invision Community. Can you go ahead and submit a support ticket please? I'm going to need to get a little more information about your account to help, and this is best done in a private support ticket. Thank you! 🙌
  10. I believe that should be addressed by "Moderation", up to and including the step which @day_ mentioned.
  11. There's no provision (within the "See who voted" popup) to show the IP Addresses of everyone who voted. But that might be able to be done by a 3rd-party plugin, and you can ask about that in Customization Requests section here.
  12. Mark H replied to Martin A.'s post in a topic in Marketplace
    I've removed some comments. Keep this discussion on-topic, and be civil to one another, please. Thank you.
  13. Nexus 1.5.6, "View Standing" throws DB error if a table prefix is in use. [code=auto:0] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( SELECT SUM( t_amount ) as xval,joined FROM ipb_nexus_transactions a LEFT JOIN' at line 1 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT MIN(xval) AS min, AVG(xval) AS avg, MAX(xval) AS max FROM ipb_( SELECT SUM( t_amount ) as xval,joined FROM ipb_nexus_transactions a LEFT JOIN ipb_members m ON ( m.member_id=t_member ) WHERE t_member<>0 AND t_status='okay' GROUP BY t_member ) x .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/ips/nexus/modules_admin/customers/standing.php | [customer].valueCompare | 62 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_nexus_customers_standing].doExecute | 306 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'[/code] ...AS avg, MAX(xval) AS max FROM [b]ipb_[/b]( SELECT SUM( t_amount ) If [b]no [/b]table prefix is in use, no error.