Jump to content

taxmama

Clients
  • Joined

  • Last visited

  1. Hi, When using an external SMTP server, Invision sends the domain name of the SMTP SERVER in the HELO/EHLO commands, instead of the CLIENT (i.e. the server Invision is running on). This is incorrect and violates the SMTP standard (RFC 2821), which says: This information -- the domain name of the server Invision is running on -- is readily available, for example, from the license key URL. Here's the incorrect code in Smtp.php, with HELO/EHLO being sent with the SMTP server's name ($this->smtpHost) This is causing mail servers to reject outbound mail (error 550). Please fix this asap. Happy to provide more logs/information if needed.
  2. taxmama replied to rebraf's post in a topic in Marketplace
    We just remodelled our site, using pages instead of forums for online classes. Would I be able to use this plugin to redirect the old forum to the main page for example. That way, I can still access the pages, but my members would be directed to the pages index. I'm assuming it would, but before I purchase, just wanted to check.
  3.    taxmama reacted to a post in a topic: "Page Updated on -----" Block
  4. We just started moving class content from forum posts to pages - so much cleaner and easier to style 🙂 My question though is: Is there a way to add a block at the bottom of all pages with the latest update of the page? Obviously we could type it in, but it seems it would be easier to have it pulling from the database to save us bothering? Thanks - sorry if this seems obvious, pages are new to us, but we're slowly learning.