Jump to content

teraßyte

Clients
  • Posts

    33,811
  • Joined

  • Last visited

  • Days Won

    55

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by teraßyte

  1. The converter has redirect code in place to redirect all your Xenforo links to Invision Community ones. If you disable or uninstall the application those links will return a 404 error instead of redirecting.
  2. This plugin is complete if anyone else wants it:
  3. This is the support topic for this modification:
  4. You can probably create a plugin or edit the code directly at worst to change the layout of the feed. Which RSS feed do you want to change exactly? The list of topics from a forum? The list of entries from a blog? Every feed's code is in a different location.
  5. I believe someone is already working on it. Can't remember who right now though. 🤔
  6. There is no template you can edit to modify the XML output. Unless you mean how the RSS feed link itself is displayed on the pages?
  7. You're welcome. 🙂
  8. PCRE flavor. As for the regex itself, try this one: /^[A-Z]+[0-9]{4}$/gm
  9. That list is updated with a javascript controller. I don't have access to the code right now to check the exact name/path though.
  10. Based on that error it looks like you're using ImageMagick and a recent update seems to have broken handling animated gif images (and the gif image in your zip is indeed animated). Can you check if the issue happens only with animated images? You could also try switching the ACP setting from ImageMagick to GD and try uploading again the same animated gif. Does the issue still happen also when you switch to GD?
  11. I haven't looked at the code since I'm replying from my phone, but it should certainly be possible to add some code to have the club auto-approve any request automatically. 🤔
  12. New 1.0.1 version submitted pending approval:
  13. Entries (or anything else that supports future publishing really) are published by a task that runs every 10 minutes. In your screenshot it says 4 minutes still. As long as it gets published before that count goes above 10 minutes everything should be working properly. If that time goes above 10 minutes then something is indeed wrong.
  14. Try using: .ipsNavBar_primary #elNavSecondary_1 a:before
  15. Yes, it should be rather easy to do with a plugin if all you want is to replace the messages content for the guest group.
  16. Have you updated the address in your conf_global.php file?
  17. You can use this plugin until IPS implements it. 😋
  18. CANNOT_MAKE_DIR means the suite can't write files on your server. Here's a recent topic with the same issue:
  19. Maybe they have moved the other PMs to a different folder?
  20. Try checking also your System Logs in ACP to see if anything was logged there.
  21. Maybe a timeout issue? Try checking the PHP timeout value. The file is big so it takes time to upload and process.
  22. I believe you are talking about the popular posts that appear at the bottom of the topic summary in the sidebar? If so the problem is this code: <p class='ipsMargin:none ipsMargin_top:half ipsType_medium ipsType_richText' data-ipsTruncate data-ipsTruncate-size='3 lines' data-ipsTruncate-type='remove'> {$data['comment']->truncated(true, 200)} </p> The truncated() function calls strip_tags() and removes any HTML except line breaks. Even if Dawpi's code replaces the text with links they are then stripped from it when strip_tags() is called.
  23. As long as the semicolon is there that code works just fine inside a custom PHP block. I just tested myself by copy pasting your code (adding the semicolon) in a block. Then I added the block to a page. Maybe you have more code in your block other than the one you posted in the first post? And no, there is no need to even use a function. You can just input your PHP code inside the block without it. A custom PHP block with the code below prints the same output as your code above: echo 'testing';
  24. Add this css rule in your theme's custom.css file: .ipsType_richText a { color: red; } Change the color to whatever you want. This will change links in any kind of posted content, not only posts though. If you specifically want only topic posts it needs to apply to some more classes/attributes.
  25. I don't have access to a 3.x version right now but it should be in the settings area for either registrations, security, or spam. If you enter CAPTCHA in the live search field it should return some results.
×
×
  • Create New...