<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Chocolate Forums: Fork of Vanilla Forums — Host Boards</title>
        <link>https://www.hostboards.com/</link>
        <pubDate>Sat, 01 Aug 2026 01:11:06 +0000</pubDate>
        <language>en</language>
            <description>Chocolate Forums: Fork of Vanilla Forums — Host Boards</description>
    <atom:link href="https://www.hostboards.com/categories/chocolate/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Lincoln's GitHub Repository Vanilla Forums</title>
        <link>https://www.hostboards.com/discussion/8435/lincolns-github-repository-vanilla-forums</link>
        <pubDate>Fri, 31 Jul 2026 22:14:20 +0000</pubDate>
        <category>Chocolate Forums: Fork of Vanilla Forums</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">8435@/discussions</guid>
        <description><![CDATA[<p><img src="https://hostboards.com/uploads/editor/r8/vhdiexzefyuh.png" alt="" title="" /></p>

<p>A former Vanilla Developer, Lincoln, created a hard fork of Open Vanilla Forums patched to PHP 8+ here:<br />
<a href="https://github.com/prosembler/vanilla" rel="nofollow">https://github.com/prosembler/vanilla</a></p>

<p>Here's his Fork Notes:<br />
Howdy stranger, it's been too long.</p>

<p>Vanilla has been hard-forked by Lincoln, one of the original developers.<br />
It's not intended as an ongoing effort, but "one last release" to get you by.<br />
Every locale, plugin, &amp; theme Lincoln could find is bundled herein</p>

<p>It is all now under the AGPLv3.<br />
Do NOT update to this version if you run a hosting service, because<br />
ALL code that touches it must be released. Yes, even your cloud-only plugins.<br />
I must do the same if I ever use it that way — no more "cloud-only" here.</p>

<p>This release:</p>

<ul>
<li>Strips HL logos, replacing with the abandoned original Vanilla logo.</li>
<li>Defaults new installs to the Keystone theme and legacy layouts.</li>
<li>Strips all references to cloud &amp; fixes compatibility issues with modern PHP.</li>
</ul>

<p>Notes:</p>

<ul>
<li>I'm still working on getting a built release together.</li>
<li>Today, Docker install works on localhost as-documented.</li>
<li>Happy to accept pull requests, but no compatibility breaks or major features.</li>
<li>Bundle is MUCH larger than previously (TONS of SPA cruft + bundled addons).</li>
</ul>

<p>Old README, lightly edited, follows.<br />
Stay safe, kindle hope, &amp; organize.<br />
-Linc, MLK day 2026</p>
]]>
        </description>
    </item>
    <item>
        <title>Goals for Chocolate Forums Fork</title>
        <link>https://www.hostboards.com/discussion/8434/goals-for-chocolate-forums-fork</link>
        <pubDate>Fri, 31 Jul 2026 20:47:17 +0000</pubDate>
        <category>Chocolate Forums: Fork of Vanilla Forums</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">8434@/discussions</guid>
        <description><![CDATA[<h2>Goals for Chocolate Forums Fork</h2>

<p>1) Start with Lincoln's Hard Fork<br />
2) Security patch Chocolate Forums for newest PHP 8.5<br />
3) An improved forum Installer.<br />
4) An improved forum Updater<br />
5) Add Redis/Memcached support<br />
6) UI improvements like thread views and rich text editor.<br />
7) AI &amp; AutomationModel Context Protocol (MCP): Connects external AI tools (like Claude or ChatGPT) to read and perform tasks inside the community. Automated Workflows: Triggers automated moderation rules, &amp; demographic segmentation.<br />
8) AI Simulated Member programed to make 3 new posts/week by searching the internet &amp; to interact naturally by answering questions members post.<br />
9) Visual Layouts: Introduced drag-and-drop layout editors for customized, mobile-responsive community pages without custom code.<br />
10) Federated Search: Enabled cross-platform search capabilities to pull content from external tools like Zendesk into the main community search.<br />
11) Third-Party Integrations: Added deep synchronization capabilities with enterprise tools, including Salesforce Activity Sync and automated Productboard feedback routing.</p>
]]>
        </description>
    </item>
    <item>
        <title>Resource: Open Vanilla Forums Community</title>
        <link>https://www.hostboards.com/discussion/8433/resource-open-vanilla-forums-community</link>
        <pubDate>Fri, 31 Jul 2026 20:41:25 +0000</pubDate>
        <category>Chocolate Forums: Fork of Vanilla Forums</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">8433@/discussions</guid>
        <description><![CDATA[<p>A valuable resource is the Open Vanilla Forums Community to see answered questions or ask:</p>

<p><a href="https://open.vanillaforums.com/" rel="nofollow">https://open.vanillaforums.com/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Chocolate Forums Self Hosting</title>
        <link>https://www.hostboards.com/discussion/8432/chocolate-forums-self-hosting</link>
        <pubDate>Fri, 31 Jul 2026 20:38:21 +0000</pubDate>
        <category>Chocolate Forums: Fork of Vanilla Forums</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">8432@/discussions</guid>
        <description><![CDATA[<h2>Self-Hosting Basics</h2>

<p>Chocolate Forums require a server with PHP, MySQL, and web server software (like Apache or nginx).</p>

<p>You’ll likely need to own a domain, and already have it configured on your server with DNS.<br />
You typically need to create a database for it via your hosting provider, often via phpMyAdmin.<br />
Then, you’ll need to visit that domain after uploading Chocolate to continue installation.</p>

<p>Up to this point, your web host has been responsible for these things. You should consult their documentation and contact their support with any questions you may have.</p>

<p>Say you bought some web space and someone told you how to access it. Perhaps you:</p>

<p>bought a domain like example.com ,<br />
received a cryptic sub domain of your provider, like abc123456789.yourwebhoster.com ,<br />
or maybe you only received an IP address, so that you can reach your web space with 1.2.3.4.</p>

<p>When you enter one of those to reach your web host, your web server shows what is in a folder of your web space. Often, that folder is called public_html. Say you own example.com and that’s what you set up on your server. You have created a subfolder called forum (always use lowercase letters!) and uploaded Chocolate to it (see installation below). Then, you will be able to see the Chocolate installer when you visit example.com/forum in your browser.</p>

<p>Requirements<br />
We strongly recommend:</p>

<p>PHP 7.3 or higher<br />
MySQL 5.7 or higher (or Percona/MariaDB equivalent)<br />
SSL encryption (check out LetsEncrypt)<br />
If your server is not running PHP 7.1 or higher, you should address this soon. PHP 7.0 has reached end of life and will no longer receive security patches.</p>

<p>Our minimum requirements are now:</p>

<p>PHP 7.1 or newer. (This changed to 7.2 in 2020.)<br />
PHP extensions mbstring (--enable-mbstring), cURL (--with-curl), GD (on by default), and PDO (on by default).<br />
To import into Chocolate, you need MySQLi (--with-mysqli).<br />
To use our social plugins, you need OpenSSL.<br />
MySQL 5.0 or newer (or Percona/MariaDB equivalent).<br />
MySQL strict mode disabled.<br />
Chocolate ships with a .htaccess file required for Apache support. Using nginx or IIS may require additional configuration. To learn more, see nginx.</p>

<p>Installation<br />
Upload Chocolate's pre-built version to your server. If you're using nginx, refer to our nginx guide. Confirm the cache, conf, and uploads folders are writable by PHP.<br />
Navigate to the folder where you uploaded Chocolate in your web browser.<br />
Follow the on-screen instructions.<br />
If you encounter a problem, refer to the Getting Help section below.</p>

<p><strong>Migrate to Chocolate</strong> <br />
Get the Chocolate Porter and verify it supports your platform.<br />
Read the Advanced Uses notes on that page.<br />
Upload it to your current server.<br />
Navigate to the file in your web browser &amp; run it.<br />
Take the file it produces and import it to Chocolate via the Dashboard’s “Import” option.<br />
If you encounter a problem, refer to the Getting Help section below.</p>

<p>Use Maintenance Mode<br />
You can temporarily halt ALL access to your site by putting it into Maintenance Mode. Users currently signed in with owner privileges (the user who created the site) will still be able to use the site.</p>

<p>Initiate maintenance mode<br />
To put your site in Maintenance Mode, add this to /conf/config.php and save it:</p>

<p>$Configuration['Garden']['UpdateMode'] = true;<br />
Turn off maintenance mode<br />
To end maintenance mode, delete the above code and save.</p>

<p>Getting Help<br />
Troubleshooting upgrades &amp; installs<br />
Official documentation<br />
Chocolate community forums<br />
Official cloud hosting with professional support &amp; migration services</p>
]]>
        </description>
    </item>
    <item>
        <title>Welcome to Chocolate Forums! 🍫</title>
        <link>https://www.hostboards.com/discussion/8431/welcome-to-chocolate-forums</link>
        <pubDate>Fri, 31 Jul 2026 20:12:24 +0000</pubDate>
        <category>Chocolate Forums: Fork of Vanilla Forums</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">8431@/discussions</guid>
        <description><![CDATA[<p><img src="https://hostboards.com/uploads/editor/p4/tbc3v739t3v6.png" alt="" title="" /></p>

<p>We believe Vanilla Forums is the best Forum software with a bright future. Some of the largest forums in the world use Vanilla Forums. Simply post a comment below with your expertise to volunteer to assist.</p>

<p>Ramesh Narayanan has been customizing Vanilla Forums for over 5 years:<br />
Ramesh(at)exoboosters.tech<br />
Now Ramesh is launching Chocolate Forums, a fork to continue work on Vanilla Forums. In January, '25, HigherLogic.com stopped supporting the free version of Vanilla Forums and removed the repository of the free version of Vanilla from GitHub. Fortunately a former Dev, Lincoln saved the repository &amp; posted it for Download. Lincoln also patched Free Vanilla to be compatible with PHP 8 here: <a href="https://github.com/prosembler/vanilla" rel="nofollow">https://github.com/prosembler/vanilla</a></p>

<p>Let's start with Lincoln's Repository and take the new "Chocolate Forums" into 2027</p>
]]>
        </description>
    </item>
<div class="SFBox SFVCBox"><span>Online Since</span>April 2004</div><div class="SFBox SFVCBox"><span>Total Views</span>3.1M</div><div class="SFBox SFUBox"><span>Total Users</span>3.7M</div><div class="SFBox SFTBox"><span>Total Topics</span>7.8K</div><div class="SFBox SFPBox"><span>Post Count</span>33.3K</div>   </channel>
</rss>
