101
sato-san
Re: CK-ERP (Open Source ERP / CRM / MRP) v.0.21.1 released
  • 2006/11/13 7:19

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


Thanks a lot for your answer, now ist working your demo. But how install I the module under Xoops? Im have copied all files in the xoops/modules directory. The XOOPS does not recognize the modules.I do not understand also the guidance about Sourceforge. That is surely also my error, because my English is bad.



102
sato-san
Re: CK-ERP (Open Source ERP / CRM / MRP) v.0.21.1 released
  • 2006/11/11 12:24

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


Im can not visit your Website:http://ck-erp.net/



103
sato-san
Re: XOOPS without Javascript?
  • 2006/11/1 17:12

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


But you can add your JS in your Theme



104
sato-san
Re: Redesign XOOPS Admin Section
  • 2006/10/26 6:33

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


Very creatively, I am surprised very much and am pleased. Further so! I look forward to a final version for XOOPS 2.0.x



105
sato-san
Re: is XSAS server still being developed?
  • 2006/8/17 20:13

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


I'm looking for the sourcecode from XSAS 1.1 or 1.2, who can help me?



106
sato-san
Re: Nominate XOOPS for CMS Award 06
  • 2006/7/24 17:44

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


done



107
sato-san
weBLog 1.42 - Date format
  • 2006/6/8 14:43

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


Im working with weBLog 1.42 and im would like to change the Date format in the Module Config Options from "pm" and "am" to 24h.

At the moment im have the parameter for "am" and "pm": g:i a
but im would like to have the parameter for 24h

Can you help me? Thanks a lot.



108
sato-san
Re: Koivi and WeBlog
  • 2006/4/27 15:51

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


Look here:

http://www.dead.it/modules/wfdownloads/singlefile.php?cid=13&lid=26



109
sato-san
Re: Does the GZIP compression have still an bug in the version 2.2.4?
  • 2006/4/2 18:21

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


??? Or Version 2.0.X



110
sato-san
Does the GZIP compression have still an bug in the version 2.2.4?
  • 2006/2/24 8:46

  • sato-san

  • Quite a regular

  • Posts: 224

  • Since: 2005/7/1 1


can im change the code:

Quote:

if ($xoopsConfig['gzip_compression'] == 1) {
ob_start("ob_gzhandler");
} else {
ob_start();
}



with


Quote:

if ($xoopsConfig['gzip_compression'] &&
$xoopsConfig['debug_mode'] != 1) {
$phpver = phpversion();
$useragent = (isset($_SERVER["HTTP_USER_AGENT"])) ? $_SERVER["HTTP_USER_AGENT"] : $HTTP_USER_AGENT;

if ($phpver >= '4.0.4pl1' && (strstr($useragent, 'compatible') || strstr($useragent,'Gecko'))) {
if (extension_loaded('zlib'))
ob_start('ob_gzhandler');
} else if ($phpver > '4.0') {
if
(strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'],'gzip')) {
if (extension_loaded('zlib')) {
$do_gzip_compress = true;
ob_start();
ob_implicit_flush(0);
header('Content-Encoding: gzip');
}
}
}
} else {
ob_start();
}


by version 2.2.4???




TopTop
« 1 ... 8 9 10 (11)



Login

Who's Online

138 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 138


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits