ez_dynamic_block
Last updated: Thursday 18 September 2025 23:50
Version |
Compatible with |
N/A
|
N/A
|
Working with eZPublish and Softweb. Nothing to see.
README
This is a repo for the ezpublish and ezpublish_legacy directories inside of a standard Bitnami stack install of eZPublish for testing purposes.
How do I get set up?
- Connect to the database using the mysql bin in /Applications/ezpublish-2014.03-0/mysql/bin/mysql to load in the eztags.sql in /Applications/ezpublish-2014.03-0/apps/ezpublish/htdocs/ezpublish_legacy/extension/eztags/sql/mysql/schema.sql
- Enabled the eztags extension using the admin GUI and enable the admin2 design in the relevant .ini file
- Allow anonymous users to view and read tags
- Edit the Articles class using the admin GUI and remove the existing Tags attribute and add it back in
- Then you can review my code commits to see how I found to do the fetch by Tags in the template first, and finally managed to work out the syntax for modifying the custom fetch class to make it more MVC.