If you're looking for notifications to threads you've participated in, try clicking on the "Notifications" link on the right-hand side under "My Profile".
On an unrelated note, your name is very confusing and your avatar is very funny.
Spam? Let's see... 4 years ago Vanilla 2 was probably only an idea in Mark's head so the question that the original poster had has absolutely nothing to do with the current version of Vanilla. This feature is now built-in to Vanilla 2 making this th…
Those aren't errors, they're database queries. Debugging is probably turned on.
Check that the value of `$Configuration['Garden']['Debug']` is false in your `conf/config.php` file.
@aerocapture, this is awesome. Thank you for working on this!
Some picky details:The `preview.gif` screenshot is still of the old default theme.`vanilla-ie.css` doesn't exist. On top of that, it is inside the loop, meaning it will be included each …
@aerocapture, this is awesome. Thank you for working on this!
Some picky details:The `preview.gif` screenshot is still of the old default theme.`vanilla-ie.css` doesn't exist. On top of that, it is inside the loop, meaning it will be included each …
@cassandra,
You might need to open up conf/extensions.php and make sure there aren't any lines referring to those extensions. Look specifically at lines 5 and 6.
@cassandra,
You might need to open up conf/extensions.php and make sure there aren't any lines referring to those extensions. Look specifically at lines 5 and 6.
Discussion Overview # 23 by ericcarlHow does one adjust the number of discussions that are displayed under each category?In your conf/settings.php file, change/set $Configuration['DISCUSSIONOVERVIEW_DISCUSSIONS'] to however many discussions you want.
Discussion Overview # 23 by ericcarlHow does one adjust the number of discussions that are displayed under each category?In your conf/settings.php file, change/set $Configuration['DISCUSSIONOVERVIEW_DISCUSSIONS'] to however many discussions you want.
@meetgerry, there is an issue with your InviteFriends extension, NOT Private Accounts. However, they are just Notices and can be safely ignored if you turn down your error reporting.
What about it isn't working? Did you make sure to add the requisite configuration option to enable logging of IPs? Check out the first comment in this thread.
What about it isn't working? Did you make sure to add the requisite configuration option to enable logging of IPs? Check out the first comment in this thread.
Edit the .htaccess file and add RewriteBase /forum or whatever your subdirectory is. You can nest it as deep as you want you just have to update the RewriteBase path.