
Everything posted by Daniel F
-
Status Updates for Members?
Oh wow, sorry
-
Status Updates for Members?
There's no sidebar widget for this in the core! They can update their status from the create menu or from their profile once they activated the status updates!
-
Integrate IPS with my own website
Well, looking at the code you're using which is clearly out of our framework( AKA it's not going to use an IPS app) , I'm not sure what you're expecting to get returned from : \IPS\Request::i()->app. It's clearly not an app;) But if everything else (the constats) is set correct at least the session should work. <?php define('IPS_ROOT', __DIR__.'/include/subdomains/community/'); require IPS_ROOT.'init.php'; \IPS\Session\Front::i(); echo \IPS\Member::loggedIn()->name;
-
Website down - urgently help needed
[12-Jun-2020 04:28:51 UTC] PHP Warning: Module 'redis' already loaded in Unknown on line 0 Seems to be an issue in your php conf where the module is loaded twice? That's something your webhost should be able to address
-
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 🙂