Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Creating a Forum Entry Out of Email Reply
There is currently no plugin that adds posting by email functionality for the open-source Vanilla version. Implementing that functionality will require a lot of work and would be too complicated to s… (View Post)3 -
Re: Some unimportant question about ways to build a setting screen
Think of the Gdn_Plugin::Dispatch() method as a way to add pseudo-controller methods within your plugin's class that behave like real methods in the main controller. Likewise, here is another way to … (View Post)2 -
Re: Reverse order for Vanilla comments in Wordpress
@an2050, Vanilla 2.1b2 has a sort order option for the embedded comments feature in the "Blog Comments" admin dashboard section (http://example.com/index.php?p=/dashboard/embed/comments/set… (View Post)6 -
Re: Where does the Vanilla Forums plugin for Wordpress create the post in the Vanilla forum?
In Vanilla 2.0.18.10, I don't recall how the embedvanilla plugin fetches the page info for displaying text in discussions created by the embedded comments feature. In Vanilla 2.1b2, the Comment metho… (View Post)2 -
Re: View counter works with Apache Prefork MPM, but not Worker MPM
The code you changed the line to will still have the same exact problem presuming that Magic Quotes is off, but it's actually not off in your case. Magic Quotes is actually turned on since get_magic_… (View Post)1