Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| simpleforum | eZ Publish Legacy | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
Provide forum functionnality in eZPublish :
The main philosophy is to pull out all forum topics and response from the eZ Publish
content and node systems and store them in custom ezpersistentobject in order to attain
high performance even with high number of contributions.
In order to install this extension, you need to install ezxmlinstaller extension :
https://github.com/ezsystems/ezxmlinstaller
As for all ezpublish extension, move the simpleforum folder to the extension directory
of your ezpublish installation.
In your ezpublish root folder, launch the command :
php extension/ezxmlinstaller/bin/php/xmlinstaller.php --file=extension/simpleforum/install/installer.xml
Verify if the installation was successful :
If there is a problem in these file or if the value has not been replaced and you see the string :
FORUM_NODE_ID, get the node_id of the newly created Forum node directly in your database
thanks to this request :
SELECT node_id
FROM ezcontentobject_tree t
INNER JOIN ezcontentobject_name n ON t.contentobject_id=n.contentobject_id
WHERE n.name='Forum';