![]() |
|
|||||||
| SMARTSECTION Fórum para trabalhar na tradução do excelente módulo de notícias e artigos. |
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
![]() |
![]() |
|
Participativo
![]() Registrado em: Feb 2007
Localização: Porto Alegre
Postagens: 48
Entradas no Blog: 1
Thanks: 9
Thanked 11 Times in 9 Posts
Reputação: 0 @ 65
![]() |
Version 2.14 Beta (2008-04-13)
- Added : Addition of a rate feature to rate article - Added : Addition of an option in the module preference '[CONTENT OPTIONS] Display sub categories', 'Display sub-categories on index page only' thanks to Mowaffak - Added : Config option to display or not the module breadcrumb - Added : Addition of a shortcut link to edit the categories' details (only application for those with administrative privilege), thanks to Jason Wong and Shine - Added : Addition of the possibility to select multiple categories in the Recent Items List and Recent Items Details block - Added : Import script for WF-Section up to until version 2.07 - Added : Verification to be sure SmartObject is installed as this is now a requirement for SmartSection to work - Fixed : SmartsectionMetagen was missing under some situation - Fixed : The Spotlight block edit form was causing a problem with large number of articles - Fixed : Some characters were not supported in makepdf.php. They are now, thanks to ccopen and McDonald - Fixed : Category icon problem fixed thanks to Jason Wong and Shine - Fixed : Categories now have pagination thanks to eljkmw and Shine - Fixed : No introduction text showen in mainpage thanks to McDonald and Shine - Fixed : Upon deleting article tag-entries are not deleted from Tag-module thanks to McDonald and Shine - Fixed : Offline articles were still accessible via direct URL (malanciault/shine) - Fixed : Files linked to articles are now only accessible by people with proper permissions AND when article is "Published" - Fixed : File needs to be "Visible" for it to be available, even via direct link http://investbizu.com http://brasaoweb.com http://ibrasao.com http://fundosdepensao.com http://sulinvest.com Última edição por leco; 02-12-2008 às 03:47 PM. Motivo: Agora é FINAL |
|
|
|
![]() |
![]() |
|
Participativo
![]() Registrado em: Feb 2007
Localização: Porto Alegre
Postagens: 48
Entradas no Blog: 1
Thanks: 9
Thanked 11 Times in 9 Posts
Reputação: 0 @ 65
![]() |
Tente rodar com estes arquivos que são da versão FINAL.
$modversion['name'] = _MI_SSECTION_MD_NAME; $modversion['version'] = 2.14; $modversion['description'] = _MI_SSECTION_MD_DESC; $modversion['author'] = "The SmartFactory [www.smartfactory.ca]"; $modversion['credits'] = "w4z004, hsalazar, Mithrandir, fx2024, Ackbarr, Mariuss, Marco, Michiel, phppp, outch, Xvitry, Catzwolf, Shine, McDonald"; $modversion['help'] = ""; $modversion['license'] = "GNU General Public License (GPL)"; $modversion['official'] = 0; $modversion['dirname'] = "smartsection"; $modversion['iconsmall'] = "images/icon_small.gif"; $modversion['iconbig'] = "images/icon_big.gif"; // Settting InBox module image if it is present $inbox_logo_filename = $modversion['dirname'] . "_inbox_logo.gif"; if (file_exists(XOOPS_ROOT_PATH . "/modules/" . $modversion['dirname'] . "/images/" . $inbox_logo_filename)) { $modversion['image'] = "images/$inbox_logo_filename"; } else { $modversion['image'] = "images/module_logo.gif"; } // Added by marcan for the About page in admin section $modversion['adminMenu'] = "smartsection_adminMenu"; $modversion['modFooter'] = "smartsection_modFooter"; $modversion['developer_lead'] = "marcan [Marc-André Lanciault]"; $modversion['developer_contributor'] = "w4z004, hsalazar, Mithrandir, fx2024, Ackbarr, Mariuss, Marco, Michiel, phppp, outch, Xvitry & Catzwolf"; $modversion['developer_website_url'] = "The SmartFactory - Making XOOPS Modules Smarter... Everyday !"; $modversion['developer_website_name'] = "The SmartFactory"; $modversion['developer_email'] = "marcan@smartfactory.ca"; $modversion['status_version'] = "Final"; $modversion['status'] = "Final"; $modversion['date'] = "2008-07-05"; http://investbizu.com http://brasaoweb.com http://ibrasao.com http://fundosdepensao.com http://sulinvest.com |
|
|
|