1
DuGris
Re: XOOPS 2.4.x Translations
  • 2009/8/17 18:03

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


French version of XOOPS 2.4.0 beta 1, Translated by afux.org

http://sourceforge.net/projects/xfr/files/Xoops/Xoops%202.4.x/Xoops%202.4.0/



2
DuGris
Re: First comments on 2.4
  • 2009/8/16 19:30

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Fixed on svn (rev 3451)



3
DuGris
Re: First comments on 2.4
  • 2009/8/13 13:56

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Quote:

Mamba wrote:
What environment?


le="color: #000000"><?php XOOPS Version - XOOPS 2.4.0 Beta PHP Version - 5.2.8 MySQL Version - 5.0.51b-community-nt Server API Version - apache2handler OS Version - WINNT safe_mode - Off register_globals - Off magic_quotes_gpc - Off allow_url_fopen - On fsockopen - On allow_call_time_pass_reference - Off post_max_size - 8M max_input_time - 60 output_buffering - 4096 max_execution_time - 6000 memory_limit - 128M file_uploads - On upload_max_filesize - 2M



4
DuGris
Re: First comments on 2.4
  • 2009/8/13 12:09

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


on install, this line return sql error and configuration item is not inserted

install/include/makedata.php
le="color: #000000"><?php $dbm->insert('config', " VALUES (111, 0, 1, 'systemkey', '_MD_AM_SYSTEMKEY', '".buildXoopsSystemKey()."', '_MD_AM_SYSTEMKEYDSC', 'textbox', 'text', 99999)");



5
DuGris
Re: Coding Standards
  • 2009/3/8 20:38

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


do you have read this : xoops coding standards



6
DuGris
Re: tag 1.6
  • 2008/11/21 17:14

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


tags disabled in the admin module are visible on module homepage

in index.php, just after this line
le="color: #000000"><?php $criteria = new CriteriaCompo();


add
le="color: #000000"><?php $criteria->add( new Criteria('o.tag_status', 0));



7
DuGris
tag 1.6
  • 2008/11/21 13:30

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


$customConfig["limit_tag"] is initialized in include/plugin.php, but it is not used anywhere

in index.php
le="color: #000000"><?php $criteria->setLimit(empty($tag_config["limit_tag_could"]) ? 100 : $tag_config["limit_tag"]);


$tag_config["limit_tag_could"] is used instead of tag_config["limit_tag"] ?

in list.tag.php
le="color: #000000"><?php $limit = empty($tag_config["limit_tag_list"]) ? 10 : $tag_config["limit_tag"];

and
le="color: #000000"><?php $limit = empty($tag_config["limit_tag_could"]) ? 100 : $tag_config["limit_tag"];




8
DuGris
Re: [XoopsTeam] progress - Core Development - June 9th
  • 2007/6/13 22:37

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Quote:

Giba wrote:
Ok, outher sugestion member is DuGris


It is with pleasure that I accept



9
DuGris
Re: SecurityImage not functioning properly
  • 2007/3/3 1:52

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


do you have read this



10
DuGris
Re: search module
  • 2006/12/7 22:14

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Yes, you can use this smarty plugin for xoops, to include the XOOPS search box in module




TopTop
(1) 2 3 4 »