
Solutions
-
Daniel F's post in error creating new category in downloads was marked as the answerThis was resolved for the upcoming 4.7 release
-
Daniel F's post in Notification Error was marked as the answerI think this is caused by following 3rd party app because the core private messages have no reactions!
-
Daniel F's post in cron (task.php script) sometimes throughs exceptions was marked as the answerThis happens sometimes when the connection times out.
I have logged this error to our bug tracker to improve it for a future release.
-
Daniel F's post in Business Name Field in Consumer Billing Address was marked as the answerThis will be resolved in the next release
-
Daniel F's post in Whoops with 4.7.0 Beta 1 (IN_DEV) was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in 4.7.0 Beta - Editor Issues was marked as the answerAnd fixed 🙂
-
Daniel F's post in Setting up page forwardings was marked as the answerThere are also few MP files like
Or
Which provide an easy way to create redirects
-
Daniel F's post in Activity stream issues - for this site was marked as the answer@Stuart Silvesterfixed this today, but it wasn't deployed yet
-
Daniel F's post in Pages: Is there a way to use h2 tags in the WYSWIG editor? was marked as the answerYou can also use HTML in the editor by allowing specific user groups to post HTML, which can be done via the group settings!
Once enabled, these people will see a "source" button
-
Daniel F's post in Why are forum icons sometimes shaded? was marked as the answerThey're shaded once there's no new unread content.
-
Daniel F's post in Create a link for unanswered topics? was marked as the answerIt's not possible out of the box but there's a 3rd party app for this in our marketplace
-
Daniel F's post in Moving to different host was marked as the answerHave you updated the URL in the config file and have you flushed the cache by deleting the datastore folder content.
-
Daniel F's post in error when moving a topic was marked as the answerThank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
-
Daniel F's post in Undefined array key on export of Member Ranks was marked as the answerAre you using the latest version?
This was fixed in 4.6.10
-
Daniel F's post in Link to my clubs? was marked as the answerYea, it's yourUrl/clubs/?filter=mine
-
Daniel F's post in Install converters application on existing site? was marked as the answerIf your community is up2date, you'll have to download the package from the client area https://invisioncommunity.com/clientarea , extract it and only upload the applications/convert directory.Once the upload finished, you can install it via the ACP => System => Applications page.
-
Daniel F's post in IndexNow appears to be reporting an incorrect file path? was marked as the answerThanks for bringing the issue to our attention. I have pushed a fix which is awaiting review.
-
Daniel F's post in How to access h1 page title from widget template? was marked as the answerMost of the time we're using the same value as the header tag, so you can access it via \IPS\Output::I()->title, so using a php block you should be able to get it via:
echo \IPS\Output::i()->title;
-
Daniel F's post in OutOfRangeException was marked as the answerThis was an issue caused by a 3rd party app. Probably Quizzes or another app/plugin which modified and broke the club nodes mapping.
I have fixed this for you:)
-
Daniel F's post in RSS Blog feeds get empty array tag. was marked as the answerTags should be fixed now 🙂
-
Daniel F's post in [Bug 4.6.10] Recent Achievements widget configuration checks the wrong setting key was marked as the answerThank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
-
Daniel F's post in Data Storage Not Working After PHP 8.1 Upgrade was marked as the answerIs the redis module enabled and is the installed module compatible with php8.1
-
Daniel F's post in Adding a subforum results in 'A configuration or server error has occurred'. was marked as the answerI hope you deleted only topicrules_texto if not, import your recent backup and remove only this one.
-
Daniel F's post in App themesettings.json file doesnt work? was marked as the answerThis file should never be edited manually( like any of the files inside the data directory!) , it’s managed by the system and contains the stuff which you add via the ACP! So to add your theme setting you’ll literally need to add it on the ACP-customizations- themes page.
-
Daniel F's post in Reaction Error was marked as the answerDoes the item have an author? Is it probably some guest content or was the author deleted?