Looks like the MX-directory came out today. How does it compare to what we're talking about here?
https://xoops.org/modules/newbb/viewtopic.php?post_id=151682&topic_id=34747&forum=4From:
http://dev.xoops.org/modules/xfmod/project/shownotes.php?group_id=1223&release_id=581* Premium Services:
o Premium services and their display names can now be edited in the admin console.
o added supporting page for premium features as matrix.php linked from Submit a listing (hardcode).
* Search and alpha sort:
o Added to singlelink, viewcat, index, and viewalpha.php
o Module wide enable/disable search and alpha options added to admin.
o Smarty templates modified with if statements for config options via admin.
o viewalpha.php & xdir_viewalpha.html added to display alphasort with admin prefs included.
* Auto detect added:
o Mids for search added.
o Auto detect Directory name added (can not find a way to dynamically rename classes so 1 manual update is required for custom naming... see readme).
* Multiple categories:
o Additional fields added to xdir_links to enable multiple categories.
o Multiple category feature added to viewcat, viewalpha, and index.
o Updated category count codes to accurately show multiple category listings.
o Multicat manager added to admin.
o Link to multicat manager from admin Modify Listing section added.
* Coupons added:
o Coupon table added (xdir_coupon)
o Coupon class, admin, and display features added module wide.
o Coupon admin categories (expired, no-expiration, active) added.
o New Coupon blocks added (display by listing title OR by coupon image).
o Publish on and expiration features added to coupons.
o Coupon counter feature added (num views +couponID) so 127 = 12 views of coupon#7 (this seemed better than 1, 2, bla bla)
o Optional logo and coupon Image added to coupon admin.
o Current image display features added to admin (dropdown with img update).
* Admin:
o Additional admin menu items added for coupons and multi-cat.
o Admin menu reworked in tab format.
o Admin popup menu updated to reflect changes.
o Added uploader and image display features to Modify section of admin
* Smarty:
o added mids autodetect and directory autodetect to smarty templates
o Added if statements so browsers will not show placeholder img. boxes on any listings or coupons.
o Reworked xdir_listingfull.html Smarty template to enable large display area for photos & description.
* SQL:
o New SQL creation file
+ mysql.sql adds additional xdir_links fields (cidalt1, cidalt2, cidalt3, cidalt4)
+ adds coupon table
o MXDIR_cats.sql
+ Optional baseline directory structure to be installed via SQL panel of phpMyadmin
o Upgrade.sql
+ upgrade script (not yet implemented)
To Do List
* Upgrade scripts
* Code cleanup
* Block Naming and additional blocks