No problem!
Yeah, I too wonder about both those things... perhaps at the time of this plugin's creation, there was no Markdown in Vanilla 2?
But yes, it would be nice to be able to choose the input formatter from the UI. Perhaps the developers do…
Markdown seems to be included in Vanilla 2 by default, so we didn't even use a plugin to enable it. We just changed the input formatter in conf/config.php with a line like so:
$Configuration['Garden']['InputFormatter'] = 'Markdown';
I just wanted to say that I too have run into this issue of no announcements in the RSS feed. Since we are using the RSS feed to show news on the site's front page, we run into problems if we want to 'announce' a new news item on the forum but stil…
@ithcy
I'm not setting the WebRoot now, as it seems to be picked up fine automatically. It seems problematic to hard-code a webroot just for a trailing slash. Does this imply that the Vanilla code itself should be giving WebRoot with a trailing sl…
@daBrado that value is something we've added and plan to use in the future. The real (current) version number is stored in index.php and we update that for you.
Thanks for the info!
I'm not sure of this is an 'issue' or I'm just not understanding something, but after upgrading from 2.0.3 as described above, my copied config.php still shows the versions of Conversations, Vanilla, and Garden as 2.0.3. Do I need to manually chang…
I too was having the problem with the blockquote HTML not being inserted. I ran it with Firebug enabled, and saw that there was a missing '/' between my forum's root URL and the getquote request part of the URL, e.g. it looked like:
example.com/for…