-
Posts
16,340 -
Joined
-
Last visited
-
Days Won
281
Community Answers
-
Marc's post in Batch Updating License Expirations was marked as the answer
There is no way in which to do this in batches unfortunately.
-
Marc's post in Privacy Policy is Missing (v4.7) was marked as the answer
Yes, you are correct in saying that its added there if you add things into the box
-
Marc's post in Able to show Members I Follow in Profile? was marked as the answer
Unfortunately, not without modificatin. However, if its just that you want quick access yourself, they are shown here
https://invisioncommunity.com/followed/?type=core_member&change_section=1
-
Marc's post in License transfer of Invision Community Classic was marked as the answer
Transfers of the license are not permitted as per EULA
-
Marc's post in Retake Quiz was marked as the answer
In courses settings, have you also set the passing score to be 100? I ask as if they have passed, you would not get the retake option
-
Marc's post in What is the cyclicity of classic license settlements in v5? was marked as the answer
Monthly is something in which we used to offer, so there will be some customers still on that. Its not something in which we offer any longer. We offer only annual renewal at the present time
-
Marc's post in Article menu is missing and shrinking was marked as the answer
However your admin CP is showing English, of which is disabled. Enable it, then add a name for that database
-
Marc's post in Signing users into other peoples accounts was marked as the answer
If users are signing into other peoples accounts, then sessions are being cached on your server. Whatever caching is in place on your server needs correcting so it does not cache sessions, or disabling.
-
Marc's post in Max characters in topic was marked as the answer
There is no limit other than what the field itself will store. The field is a mediumtext field which will store 16777215 characters. But please be aware, this would be all characters it needs to store, not just what you see on screen. So html code etc
-
Marc's post in SEO and Forum filter on Google was marked as the answer
Example from one of your own topics
-
Marc's post in Set number of words in a reply was marked as the answer
There is no way in which to do that currently, unfortunately.
-
Marc's post in Test install was marked as the answer
Your license key allows for 1 live site, and 1 test site which must not be used for production. The only exception to this is if you run a test instance on localhost. You can run more than one test instance on the localhost URL.
-
Marc's post in how to add account deletion URL to privacy policy was marked as the answer
Im not sure I understand your question. Why wouldnt you just use the link to the security tab?
settings/account-security/
So just add something like "You can request to remove your account here" and link to that area
-
Marc's post in Locked task: queue was marked as the answer
I notice also that you are using webservice as the task method. Ensure its running the tasks once a minute, as they are all through now with no problem
-
Marc's post in v4.7.19 Upgrade error: Cannot_Write /var/www/html/107786/system/File/Amazon.php:328 was marked as the answer
Those are from during the upgrade itself. Please let us know if you see any issues, but as the upgrade is through, you can safely ignore this
-
Marc's post in Unable to login, recover password not sending link was marked as the answer
The site has already been upgarded on your previous instruction. Its worth noting, if you couldnt get on the site, then he couldnt update anything in any case. You should be able to reset your password now
-
Marc's post in How to modify default template value in theme? was marked as the answer
You would need to hide what is there that you dont want to see, and add a new link with a theme hook. You cant amend templates any longer
-
Marc's post in Assigning specific theme to a club? was marked as the answer
There is no way in which to do this at the present time within the software
-
Marc's post in New user error code EX0 was marked as the answer
Just taken a look, and looks like the license data needed refreshing in your admin CP. Try again now
-
Marc's post in Clubs - How to Rescind Prior Rejections was marked as the answer
There isnt at present. Please feel free to post that as a suggestion however
-
Marc's post in Awarding A Badge For Entering Specific Profile Information was marked as the answer
Depending on your own ability, you could potentially use the API to add badges
https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTitem_achievements_awardbadge
-
Marc's post in Change Default App - How are Forum URLs Affected? was marked as the answer
The short version is that it really wont affect anything other than where the main page of your site lands. 🙂