
Everything posted by Daniel F
-
No such file or directory - migration
The error means that there's an issue with the SQL connection. Have you changed any details? Have you deleted any databases?
-
Purge translation strings in core_sys_lang_words?
I can confirm any_time(which I have fixed for 4.5), but nothing else from your list was duplicate for me.
-
Converting from MyBB to IPB
What do you mean with “haven’t done anything?” It’s normal if they’re not shown in the frontend because the permissions aren’t set yet. Do you see any imported members and forums in the ACP or are they missing there too? Please submit a ticket if they’re missing there, if not, please just review the forum permissions 🙂
-
IPB with Site Speed Accelerator
Did you see any errors in the JS console?
-
Default language
You’ll be able to disable the automatic detection in 4.5.
-
Auto Create topics when file uploaded to downloads app?
Yea, it seems to be a bug. Could you please submit a ticket so that we can investigate this further and test any possible fixes on your system if required:)
-
Getting error message using login below thread ?
In a ticket.
-
'Share via email' not working
Yes, please
-
Anyone familiar with "Videos" plugin from DevFuse?
Please use the proper support topic for any further questions 🙂
-
Where to add Javascript snippet on homepage
There's no need for a 3rd party plugin 🙂 Just add it to the analytics setting, which can be found in your ACP on the System => Analytics page.
-
"Status" is being translated to "Enable?"
Exactly, if it’s such a PITA, you could just remove the 3rd party string by deleting it from the database. i really really wouldn’t advise it, it’s probably better to wait that the 3rd party dev addresses this by changing his key which also means that need to adjust any usage and also that he‘ll need to remove his duplicate string from them database:) or just to use the existing one from the core , but this also requires the manual cleanup and to remove the existing string... this was improved fror 4.5 , but it’s not backwards compatible and until it’s released it’s unfortunately a step which we but also 3rd party devs have to keep on mind😞 You can see our own cleanup steps in the Upgrade scripts where literally any deprecated or duplicate string is being removed manually 🙂
-
"Status" is being translated to "Enable?"
Disabling an application won't remove the duplicate langstring keys unfortunately. It's something what we noticed after the 4.0 release and what we really can't control, so we advice any 3rd party dev to use an unique key for their templates,language strings, email templates, etc, BUT we've also made some adjustments in 4.5 which will be handy to 3rd party developers and translation providers and which will help them in this case.
-
Unable to edit Signatures
It does for moderators with the "Can edit members' profiles?" moderator permission but it's a moderation feature, so it's only visible on the other members profiles. None member will see this while editing his own profile 🙂
-
Problem with translating a hardcoded(?) word
-
Problem with translating a hardcoded(?) word
This language string is using another string x_members for the member/members pluralisation, so once you translate x_members it should work correct 🙂
-
Close/Prune Old Topics
Faqole left our community, but there's at least another file in our marketplace, which is able to accomplish this https://invisioncommunity.com/files/file/8377-delete-old-content/
-
Two Unrelated Advertisements Questions
Thanks, I have fixed this for 4.5
-
Solution to Stopping Russian Contact Us SPAM
There’s an app by @Fosters with Russian, Chinese , etc character detection for spam protection
-
core_file_logs is pretty big
You could trigger the cleanup tasks several times manually and see if it helps .
-
core_file_logs is pretty big
There’s a setting on the ACP file settings page to remove old data from the table. Please make sure that it’s active
-
Site is down with error Undefined constant 'IPS\HTMLENTITIES
Either your templates or a 3rd part plugin are outdated. Ill take a look at the ticket ASAP 🙂
-
How to have a different homepage for guest?
You could create a page and use block permissions to control the blocks visibility for each group or create a stand alone page and use a 3rd party plugin
-
Clubs - Settings - Content Apps
You can do this inside the group permissions!
-
How are you preparing to upgrade to 4.5?
A good start which can already be done, would be to ensure that existing MP rules are followed, for example that none of the core database table is changed. I've picked 3 random files from https://invisioncommunity.com/profile/114025-adriano-faria/content/?type=downloads_file and well... while other MP devs started to implement this change months ago to their existing apps, 2 of the 3 random apps which were recently upgraded, were still adding columns to core_members.
-
Best way to run a script on new signup?
I would suggest to use the MemberSync extension which will be called literally always when a member is created/edited/deleted