x00
MVPx00 MVP
Reactions
-
Re: @name doesn't send anything
it is dependent on notification preferences. (View Post)1 -
Re: Wrong wordpress registration link
Not really sure what you mean, do you have a link? (View Post)1 -
Re: Enable caching in 2.1b2?
use php5-memcached not php5-memcache, which doesn’t work with vanilla (confusing I know) conf/config.php $Configuration['Cache']['Enabled'] = TRUE;$Configuration['Cache']['Method'] = 'memcached'; (View Post)1 -
Re: Where is blog plugin homepage (NillaBlog) ?
That hasn't been updated since 2013 You may prefer this project: http://vanillaforums.org/addon/articles-application (View Post)2 -
Re: Post Links To External Websites Get Local Address Added in Front
You are using incorrect syntax. If you are going to post a link you need to add the scheme or protocol e.g. http:// https:// or it will treat is a relative url. (View Post)3