Jump to content

teraßyte

Clients
  • Posts

    33,410
  • Joined

  • Days Won

    47

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by teraßyte

  1. Yes, it's still an option in the 4.7 version. I can at least take a quick look at your site and see what exactly is going on. What is your site's url? (I'm not IPS staff so I can't see the license tied to this topic/your account.) Pages allows for a lot of customization so I can't really give you any specific indication on how to fix your templates without seeing them. If you send me a PM I can try taking a quick look for you and figure something out.
  2. Yeah, 4.3 is quite old, there have been a lot of changes since then: Did you disable also all modifications? I forgot to mention this in my reply above. Maybe, maybe not. Depending on what is broken, the page could be throwing some kind of PHP error or exception. If that is what's happening, the page won't load at all. For example the template might be calling a function that has been removed or changed in 4.7. Considering you upgraded from 4.3 it's certainly possible.
  3. I assume you upgraded to version 4.7.3, but from which version did you upgrade? About your issues: Sounds like a theme issue, most likely some of your templates/css files didn't auto-update because they were edited. Again, sounds like a theme issue also for this one. Most likely you need to update your templates to support new features. Or maybe some code for older features changed something and you need to make the same edit. Have you tried checking if you have the same issues on a default, non-customized theme? Issue #1 should be fixed if you test with the default theme, but #2 probably still won't work until you update the templates (as I mentioned above).
  4. Based on the error it looks like your new server has STRICT MODE enabled for MySQL while the old server didn't. You can try asking your hosting to disable it to solve the problem. That said, the error comes from a third party modification. Based on the name I'd say it's a modification that keeps track of who has viewed a topic. You should contact the modification's developer and report the bug.
  5. The screenshot shows you have version 1.0.6 installed but the version currently available in the marketplace is 1.0.5: Did the developer create a custom version for you perhaps? You'll need to contact them directly for help.
  6. Right, the problem here is the ACP not properly showing the renew button though. I believe it's already been acknowledged as a bug in another topic though.
  7. Based on what he wrote right after he already asked and it looks like his hosting disabled the backups once he went over his quota: 🙄
  8. This is the support topic for this modification:
  9. @GazzaGarratt You can post feedback here: https://invisioncommunity.com/forums/forum/499-feature-suggestions/
  10. As Jim mentioned above this is not included in the IPS renewal. Apart from the Cloud option, another option would be to hire someone to do the upgrade for you if you're not comfortable doing it yourself: https://invisioncommunity.com/third-party/providers/ I often get these kind of requests.
  11. That's not an IPS error. I assume they're hitting a 403 forbidden server page error instead. You'd need to look at your server logs to figure out the issue. Maybe you have some kind of security rule that is getting triggered from the login form doing a POST request. 🤨
  12. That's a problem with a plugin/widget and the PHP code itself needs to be updated. It's not a problem with the template. You need to contact the author of the plugin for an updated version. In case the developer is not available anymore your next best option would be to hire a different developer to fix/update the plugin for you: https://invisioncommunity.com/third-party/providers/ If you're not sure which plugin it is send me a PM and I can help you find it.
  13. Here's the culprit: {{if $record->customFieldDisplayByKey('post-type', raw) == "video"}} Change it to: {{if $record->customFieldDisplayByKey('post-type', 'raw') == "video"}}
  14. The code inside the block must be missing something. Previous PHP version silently failed or threw warnings/noticed, but PHP8 is much more strict. Based on your log you have some wrong code inside a block called jwsestandard3colblock. IPS won't be able to help since it's either a custom block you made or some modification you installed. They'll move the topic in a different forum most likely, but if you post the block's code it's possible to have a look and see where the issue is.
  15. Uploaded a new 1.0.1 version pending IPS approval: Please note that while the link for the best answer is fixed the links for other replies might still not work in some cases (depends on the number of votes replies have, the page they are on, etc). This is caused by the code not ordering properly the replies when creating the redirect link. It's a known bug that IPS still hasn't fixed.
  16. @abobader The templates you need to edit are these 2: tbvsm > front > global > hookUserBar tbvsm > front > topics > hookPostContainer The code that controls the icon is the following: <i class="fa fa-{expression="\IPS\Settings::i()->tbvsm_display_icon"}"></i> You need to replace it with the image you want to use. And depending on how you're adding it to the user bar (background image, image directly in the code, or anything else) you might need to add some CSS in the custom.css file using these classes for the rule ".cVipStatus .cUserNav_icon".
  17. Yeah, the one in your screenshot is a v2 app and @Jim M is most likely correct that they disabled the old v1 app since I'm not seeing the usual link to request access to it.
  18. I think you might have created a v2 application, but Invision Community requires the older v1.1 version of the app/api instead. The IPS guide itself is old compared to Twitter's current UI so it can be confusing. Check which version you're currently using. If you're unsure just take post a screenshot of this page: https://developer.twitter.com/en/portal/projects-and-apps
  19. Once you click on a provider's name (be sure it says "Available for hire") and it opens a new page with their profile there is a Contact me button under their photo. Some buttons will simply open a new PM, others will redirect to an external site. It depends on how the user setup their contact information. 👍
  20. The settings only supports font awesome icons. If you want to use a separate icon (from a different font) or an image you'd need to edit the 2 templates in which the setting is used. But yes, it's possible. Just to double-check, what icon/image do you plan to use?
  21. Indeed. I usually always suggest doing plugins whenever possible to avoid this exact situation. It's easier just making a quick edit to a template, but then that template won't auto-update during an upgrade.
  22. Yes, version 2.1.1 is compatible with 4.7.x and PHP 8.
  23. Yes, you need FTP to edit that file. Or any file manager included in your server's control panel (cPanel, Webmin, etc).
×
×
  • Create New...