Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Sitemap plugin not working
There is a space before the XML declaration, which is not allowed. <?xml version="1.0" encoding="UTF-8"?> The sitemap plugin doesn't do that. It's probably extraneous whites… (View Post)2 -
Re: auto refresh comment in 5sec, vanilla 2.1.3
Auto refresh has been taken out of vanilla in 2.1. It's also not something I would recommend using. Think about what will happen if you have 10 users, each with 5 open tabs that refresh themselves ev… (View Post)1 -
Re: Is it possible to make the recent activity feed private so only you (the user) can see it?
How should this work? Other people can comment on your activities, they should be able to see their comments, right? But you can disable the activity tab in profile pages with $Configuration['Garden'… (View Post)2 -
Re: I wrote the best text formatting library ever, can we make something out of it?
A new formatter is easy to integrate as a plugin (look at the NBBC plugin). However, Vanilla doesn't store any kind of pre-rendered text, so if you wanna go that way, your plugin would have to add a … (View Post)1 -
Re: something has gone wrong
Yes, enable debugging by adding $Configuration['Debug'] = TRUE; to your /conf/config.php And post the actual error message here. (View Post)1