Everything posted by Adriano Faria
-
Leftover records in core_follow_count_cache table when uninstalling the app
Data from core_follow_count_cache table are left behind when you uninstall an app: Sso if the admin decided to reuse the app, all the counts from follows will be there in the view but no one follows it when you click: Thank you.
-
Requesting Help for Invision-Based forum
You don’t need plugins for these. You can do both in your Admin CP. - Reactions: - Groups:
-
Moving post to an existing topic broken
It only checks if it’s newer than the minimum version. IPS doesn’t support PHP 8.1 yet. Downgrade.
-
4.7.0: Hard coded strings
- 4.7.0: Data Layer hard coded strings
There are a lot more in /applications/core/dev/html/admin/settings templates.- Books
Not for now, sorry. That would require a big change and can’t do it now. In a future version.- 4.7.0 Beta available now
What’s the plugin name? Once you know, use any FTP software to access the /plugins folder and find its folder. It’s the one related to the plugin name. Once you find it, click on it and go to /hooks folder. Download the files inside this folder and find the onde with the function name parseTextForEmail. You will notice that this file has 2 parameters in that function. It now has 3. Add a , (comma) and what I posted above. Save and re upload the file. If you never did that, you better ask someone to do it for you.- 4.7.0 Beta available now
Download the hook file and add the missing parameter: $truncate = null. It will work again.- Change Group After Ban Member via Warn System
What's New in Version 1.0.3: Fix UnderflowException error presented in logs.- Invite System
What's New in Version 2.6.6: Script optimization to reduce queries in specific pages/areas of the app.- Remove categories block from store page
- Linked Accounts - Post As
That’s the app goal. Create a company account and share the username/password with your moderators and they will be able to link to it. They will be able to post as the company account and switch back to their accounts.- Linked Accounts - Post As
This resource will always require you to type the user password because you’re supposed to switch to your other accounts. IPS4 has a LOGIN AS in the profile ACP where you as admin can do it without knowing the user password. Use it if you want to login in someone’s account without know their password.- Linked Accounts - Post As
This resource will always require the password to link the account. You can use the standard login as in the ACP and it won’t require the password. Yes.- E-Mail notification
That's why I said he needs to do it. 🙂- E-Mail notification
Users must follow the category/forum and you must set Email as default notification in the Admin CP. You can use this to force members to follow a category/forum, topic, etc.:- Add QA to contact form for guests to help fight spam robots
- Downloads (PHP Version 8.1.5)
PHP 8.1 isn't supported yet.- Request to change the event view template (Calendar)
@Rikki @Matt- I accidentally deleted the file section from my download category
Support is slow and limited in the weekends.- (NE) Hide content
That only works if the app has a public module, which doesn’t seem to be the case here.- Classifieds System
The fix is 2 posts above yours.- Can I set 'About Me' page as Profile Default?
- Classifieds System
Try this. You will probably find in that template {{if method_exists( $table )… Change to {{if $table and method_exists… If it isn’t $table, it will be something else.- Classifieds System
What shows up in the logs? - 4.7.0: Data Layer hard coded strings