Reputation Activity
-
Miss_B got a reaction from Como in Mass Deletion of Spam AccountsA word of advice, if I may. Don't forget to make first a full and thorough backup of the database before you make edits to it, or modify it. Like that you can always roll back if things will not go as planned.
-
Miss_B got a reaction from Como in Mass Deletion of Spam AccountsI didn't know that you are using cloud. In that case you have nothing to worry about. You don't need to do a backup as your site data is in very safe and capable hands.
-
Miss_B got a reaction from SeNioR- in Mass Deletion of Spam AccountsI didn't know that you are using cloud. In that case you have nothing to worry about. You don't need to do a backup as your site data is in very safe and capable hands.
-
Miss_B got a reaction from Marc in Invision Community Insight: Our July Release is ready for youMany thanks to all of Ips 's Team Members for their hard work, and for keeping us in the loop too. Personally, I truly appreciate it. I wish all of you a very nice weekend.
-
Miss_B got a reaction from SeNioR- in Invision Community Insight: Our July Release is ready for youMany thanks to all of Ips 's Team Members for their hard work, and for keeping us in the loop too. Personally, I truly appreciate it. I wish all of you a very nice weekend.
-
Miss_B reacted to Matt in v5 news coming soon...Hi all,
Next week we plan on releasing a few blogs outlining what development looks like for Invision Community v5.
I was curious as to what changes you'd like to see, and what changes do you think are coming?
-
Miss_B got a reaction from Stuart Silvester in Invision Community Insight: Our July Release is ready for youMany thanks to all of Ips 's Team Members for their hard work, and for keeping us in the loop too. Personally, I truly appreciate it. I wish all of you a very nice weekend.
-
☀️ Welcome to this week's Invision Community Insight! ☀️
Thank you for checking out this quick, round up post. I hope you have had a lovely week.
This week's updates from the Invision Community team are below. 🙂
Current Happenings
New Version
Our July maintenance release is available.
Review the release notes to see what is included in the July release, version 4.7.12.
https://invisioncommunity.com/release-notes/
On Deck
Release Chat
Our July release chat will be happening this coming Wednesday. Join us live if you can or catch the video and discussion in the converted topic after the event.
Changelog
Finally, for those that like to see what we are up to line by line, here is the changelog for the week for version 4. Changes are limited for now as we focus attention on version 5. We are nearing the time for announcements and soon an alpha/beta for version 5. Stay tuned! 🎉
-
Miss_B reacted to LiveG in MyISAM --> InnoDBThak you! @Miss_B @Marc Stridgen
-
Miss_B got a reaction from LiveG in MyISAM --> InnoDBYou can also convert it yourself should your host will not help you with that. Have a look at this article.
https://www.techandme.se/convert-myisam-to-innodb/
Don't forget to make first a backup of the database before the conversion.
-
Miss_B reacted to Marc in "There are no applications available to upgrade" errorWe certainly can. I have completed off the upgrade for you. What has happened here is that its hit the upgrader screen before its completed the switch to the new files. I will report this is happening, however if you do see this and want to get past it, if you wait a few minutes and then go to /admin/upgrade it will show you it wants to upgrade. 🙂
-
Miss_B got a reaction from Gabriel Torres in Advanced Profile Privacy SystemYou are very welcome :)
I see what you mean. I have made a note of it for the next version. Thank you for your suggestions again and for your business :)
-
Miss_B reacted to Gabriel Torres in Advanced Profile Privacy System@Miss_B Many thanks for adding my suggestion to the app! I've just bought it!
One small adjustment that needs to be done. You are using the core language string privacy_type (see sreenshot below). You should use a custom language string, this way we can translate this phrase more precisely, as we want to use a different text here compared to the other uses of privacy_type.
Thank you in advance! 🙂
-
Miss_B reacted to teraßyte in Marketplace Themes: Reusable on onther website without directly buying them from the marketplaceYou'll be waiting a long time then. There are countless ways to bypass that kind of restriction as long as the user has access to the source code. Trying to stop piracy is a lost cause, you're better off forgetting about it and using that time on making more themes... 🙄
-
You would need to do a manual upgrade. It does need to be mentioned, we no longer support this, so if you are unsure, it may be best to get assistance. However if you want to take a look yourself, the process is
Backup fully Upload a fresh set of files Upgrade your server to PHP 8 Ensure things match the requirements checker - https://invisioncommunity.com/files/file/7046-invision-community-requirements-checker/ Run the upgrader from /admin/upgrade
-
Miss_B got a reaction from Gabriel Torres in Default coluns in core_membersI haven't used it myself, hence why I was not aware of that. Thank you for the clarification.
-
Miss_B got a reaction from Gabriel Torres in Default coluns in core_membersAlso misc is not part of the core_members table by default a.f.a.i.k.
-
Miss_B reacted to Ryan Ashbrook in Default coluns in core_membersThese are a part of the converters application.
conv_password misc
-
Miss_B reacted to Marc in ERROR 500 is disabling my website recentlyQuite simply, if your hosting is not coming with the requests you would need a better host. If its coming from huge amount of requests at the same source, thats something your host should be dealing with really. You can of course block searches from guests, if they are hitting the search bar, if you wanted to do so. See module permissions here
-
Miss_B reacted to Jim M in Disabling System LogsWould likely want to resolve the error, not disable the System Log in this case (it’s not possible to disable it, I’m afraid). It is more likely an error or a flooding of your system log causing the impact to your server than the System Log itself.
What error is being logged?
-
Miss_B reacted to Stuart Silvester in Converter appThe converter application provides redirects for the old style URLa. Uninstalling the converter app will stop these from working
-
Miss_B reacted to Nathan Explosion in php8 upgradeThe PHP scanner introduced in a slightly later version of 4.7.x (which will effectively answer the question asked due to it not existing in 4.7.1)
-
Miss_B reacted to Dominyka in Hook Member Changing GroupsThank you! I was able to catch the new group ID.
-
Miss_B reacted to Adriano Faria in Hook Member Changing GroupsYou can also create an app and add a MemberSync extension and add your stuff in onProfileUpdate method.
-
Miss_B got a reaction from Dominyka in Hook Member Changing GroupsYou need to extent the \IPS\Member hook class. And the function that you need is called: public function save()