Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Notifications ...
That message box is from the Yaga application. It only is displayed if debug is enabled in Vanilla. Set the debug setting to false in /conf/config.php like so: $Configuration['Debug'] = false; (View Post)2 -
Re: where is the file of this function ? : $Discussion->Url;
You can override the DiscussionUrl function via a plugin, but then you may have to change how the routing works and add some rewrite rules; however, the way Vanilla puts together the link is better f… (View Post)1 -
Re: Need Vanilla Native theme
The theme used on this website is a custom theme made for this community only. See this discussion: http://vanillaforums.org/discussion/25280/which-theme-is-used-in-the-vanilla-forum-website/ (View Post)2 -
Re: Removing the recent discussions and activity from page sidebars?
@r0obert, that's right. The code can be placed in a plugin, application, or theme hooks file. Vanilla is very extensible in this way. Both the code way and the CSS way are standard ways to hide modu… (View Post)1 -
Re: Quotes/NBBC
@rmkleemann, the Input.Formatter setting only applies to new posts after it has changed. Take a look in your database and look in the GDN_Discussion and GDN_Comment tables for old posts that were imp… (View Post)1