/* CB-SMF PLUGINS - CHANGE NOTICE */


VERSION 1.3

Changes reflected in this version include:

- Tested with SMF 1.1 RC3 and made needed bug fixes.

- SEF enabled; includes the addition of external SEF files to handle the SEF URL rewrites. This appears to work with both Joomla's native SEF and with OpenSEF (tested in default mode only).  Please note this is a "down and dirty" solution that will hopefully provide a temporary workaround until a more permanent solution is developed. (smf_posts and smf_profile)

- Collapsible post view - members and visitors can toggle post view. Defaults to collapsed mode to save page space. This includes a new language variable '_UE_SHOW_HIDE_POSTS' and an assigned style tag (cbsmfshoworhide) to allow for easy customization. (smf_posts)

- Debugged automatic path code. (smf_posts and smf_profile)

- Fixed Profile link in the 'Started By' column. (smf_posts)

- Tweaked Topic URL in 'Topic Notifications' section so that it will go directly to and open the topic when clicked. (smf_posts)

- Fixed 'Modify Profile' link so that only the profile owner or other authorized member (i.e., admin) can see the link to the member's profile. This takes you straight to SMF's editing window. (smf_profile)

- Added 'Account Settings' link; this functions similarly to 'Modify Profile'. (smf_profile)

- Added an additional test case for avatars to prevent members from synching avatars that have not been approved. (smf_profiles)

- Tweaked alignment of forum info items shown in the main CB profile. Also added code to allow row colors to alternate in sync with other main profile plugins. (smf_info) 

- General HTML cleanup. (missing </table> tag in smf_posts plugin, etc.)