ams 2.3.11

  1. Bob

    Release Article Management System (AMS) 2.3.11 Released

    Article Management System (AMS) 2.3.11 Released. Important Note: This version of AMS has a minimum XF version requirement of XF 2.3.0 Release Information: Standard license: https://xenaddons.com/products/article-management-system.12/release/2-3-11.1626/ Premium license...
  2. Bob

    Implemented Beta Widget Definition - AMS: Articles tag cloud

    As per title, I've added a new Widget Definition - AMS: Articles tag cloud. Note: This is experimental (marked as Implemented Beta). XF's Tag System does not include any functions for creating Tag Clouds for individual content types, only a cloud for all content types that implement a Tag...
  3. K

    Fixed Hardcoded color in xa_ams_article_wrapper_macros

    Template xa_ams_article_wrapper_macroshas a hardcoded inline style color: red
  4. K

    Partial Fix Statistics widget might show statistics for content the user cannot acess

    The statistics widget unconditionally shows statistics for Series Comments Reviews / Ratings A visitor might not have permission to view this content, so those statistics should not be shown to them.
  5. K

    Fixed Template xa_ams_widget_articles_statistics should use plural phrase for series

    <dt>{{ phrase('xa_ams_series') }}</dt> should be <dt>{{ phrase('xa_ams_series_plural') }}</dt>
  6. K

    Fixed Content type ams_series uses identical phrase for singular and plural

    Contenttype ams_series uses the same phrase ams_series for contenttype fields phrase and phrase_plural. This does work for english where series can be singular or plural, but it doesn't work for german where singular is Serie and plural is Serien. Suggested Fix Use phrase...
  7. A

    Implemented Add display positions for AMS description field

    Currently, the AMS description field is used for SEO purposes only. It would be great if we can have some positions within the article to display the description field content. Some positions for example: - Display description in header - Display description above article Thanks
Back
Top