Rolodex: 1.0.0 released

Posted by verdonv

Posted on 10:30:49, Monday, July 7

Rolodex is a new module for phpwebsite 1.5 or better. It is a complete rewrite of, and replaces my phpwsbusinesses module (for phpwebsite 0.10.x). It is intended to serve as a contact/member directory for businesses or clubs or organizations of any sort, and is suitable for websites such as a local Chamber of Commerce might have.

Roldex brings many new features and is even more configurable than phpwsbusinesses. Rolodex also takes full advantage of the new phpws core Demographics module. This module allows the sharing of user demographic information across all modules in a phpws. Rolodex is even more configurable and flexible than ever before.

Grab it at the sourceforge phpws-comm site.

Change log
Version 0.0.1 -- Jan 2008
------------------------------------------------------------------
+ Initial rough-in

Version 0.5.0 -- Mar 2008
------------------------------------------------------------------
+ Beta release

Version 0.6.0 -- May 2008
------------------------------------------------------------------
+ Fixed all legit bugs reported here
+ http://phpwsforums.com/showthread.php?t=5655

Version 0.7.0 -- June 2008
------------------------------------------------------------------
+ Add support for Location(s) and Feature(s)
+ Added a bunch of new views to support those
+ Improved Category views
+ Improved image handling
+ Removed avatar support (it's in My Page > Comments anyways)
+ Improved CSV export
+ A few security tweaks
+ Added en_US language file
+ Added inc/remove_user.php for new user mod features
+ Added a couple date format examples to config.php
+ Consolidated various nav links arrays into one function

Version 0.8.0 -- June 2008
------------------------------------------------------------------
+ Added new setting to use link or form for contact
+ Added memnber contact form
+ Added setting for CAPTCHA on contact form

Version 0.9.0 -- June 2008
------------------------------------------------------------------
+ Various text improvements throughout
+ Added more details to list views
+ Added new settings for customizing list views
+ Added options for including custom fields in lists

Version 1.0.0 -- July 2008
------------------------------------------------------------------
+ Registered evening_phone field with demographics module
+ Split phone privacy settings into home and business
+ Added thumbnail to side-box view
+ Minor fix to prevent titles for features/locations/categories
  showing up in various places for members who have none
+ Minor fix in reporting success after contact form submit
+ Added some tip text to edit member form
+ Further verbage improvements
+ Added View icon to member viewLink(icon=false)
+ Added option to have admin notification of all member edits
+ Added Settings link to navLinks() if not already an admin mode
+ Consolidated list by location/feature/category views into
  main browse/list function
+ Cleaned out a lot of old code from old 'view by' lists
+ Template tweaks