Came across an article on my site that was written by one of the site's members. I've just upgraded from dolphin 6.0.0003 to 6.1.4 where I am fairly certain that articles were a purely admin thing.
Redirect or if you have cPanel you can password protect , also I strongly suggest that you use Wordpress to manage your articles, then use "rss blocks" to feed the content to where ever you want it on the site.
Even better, add a nav to the homepage for your articles.
Also you can edit the articles.php to redirect or post a message to user.
Even better, add a nav to the homepage for your articles.
Just open /classes/BxDolArticles.php
Find : ($this->bAdminMode || $this->iVisitorID)
--
Replace with : ($this->bAdminMode)
Now only make new articles from the admin..
Hope this helps..