x00
MVPx00 MVP
Reactions
-
Re: does not work with latest version Vanilla 2.2
"Found a problem? Looking for a specific ad network? Open Issues on Github!" https://github.com/imnotjames/vanillaforums-plugin-advertisements/issues (View Post)2 -
Re: Conflicts with Quotes plugin on 2.2
Yep I've not updated that since 2012 CommentOptions doesn't work the same way, it is array based the than just echoing. probably Wednesday I will take a look. (View Post)4 -
Re: how to add 2 links to a piece of code which is actually in me.php
You have a hook FlyoutMenu It is much better to use hooks rather then view overrides becuase of updates. Create a themehook file (search for examples) and put this method in your class. public functi… (View Post)3 -
Re: "Something Has Gone Wrong" Error, Debug Doesn't Work.
You have a internal server error (500) you need to look at your server error logs. (View Post)1 -
Re: Outgoing Email, SMTP setup and CRAM-MD5
I had a look at their version of of phpmailer and I don't think it is supported. So it would need a pull request. fputs($this->smtp_conn,"AUTH LOGIN" . $this->CRLF); is pretty clear t… (View Post)1