Ignore:
Timestamp:
08/19/08 17:07:21 (4 years ago)
Author:
hverton
Message:

updated the theads list body panel to use the new forum setting to limit forum message visibility for guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/module_installer.php

    r1250 r1657  
    1717$mod_title = "Forum threads body panel"; 
    1818$mod_description = "Shows the latest threads in a body panel, with links to my posts, my threads and new posts panels"; 
    19 $mod_version = "1.1.0"; 
     19$mod_version = "1.1.1"; 
    2020$mod_developer = "WanWizard"; 
    2121$mod_email = "wanwizard@gmail.com"; 
     
    6060$localestrings = array(); 
    6161 
     62$localestrings['en'] = array(); 
     63$localestrings['en']['ftlp01'] = "For guest users, only the active threads of the last %s are visible. Please consider becoming a member"; 
     64 
     65$localestrings['nl'] = array(); 
     66$localestrings['nl']['ftlp01'] = "Voor gasten zijn alleen de topics van de laatste %s zichtbaar. Wordt lid om alles te kunnen zien"; 
     67 
    6268/*---------------------------------------------------+ 
    6369| commands to execute when installing this module    | 
     
    8793            case "1.1.0": 
    8894                // upgrade to ExiteCMS v7.1. no upgrade actions for this release 
     95            case "1.1.1": 
     96                // added the forum thread filter, and the locale strings for the filter message 
    8997            default: 
    9098                // do this at every upgrade 
Note: See TracChangeset for help on using the changeset viewer.