PEAK XOOPS - The general housecleaning for altsys :-) in englishin japanese

Archive | RSS |
XOOPS
XOOPS : The general housecleaning for altsys :-)
Poster : GIJOE on 2008-12-14 06:04:31 (11146 reads)

in englishin japanese
Japanese people do the general housecleaning at the end of week.
I do the cleaning of the altsys codes which are quite dirty.

I've cleaned myblocksadmin up.
And I dropped codes for XOOPS2.2 and common/spaw as trash.

Newly, altsys supports ImpressCMS.
It makes all "D3 Modules" can work fine with ImpressCMS.
Though I don't have time to test XOOPS 2.3, altsys perhaps works fine if XOOPS 2.3 is structurally identical with ImpressCMS.

And altsys starts to support common/fckeditor (fckxoops) for custom block's WYSIWYG editing.

And so on..

Since the new myblocksadmin is fully scratched, it might includes some bugs.
I'll be appreciated if you report bugs.


Related articles
Printer friendly page Send this story to a friend

Comments list

evoc  Posted on 2008/12/22 2:38
Thank you, great job, I love Altsys.
GIJOE  Posted on 2008/12/21 4:12
hi tohokuaiki

I've just found the blocks of 'Cache' and 'Analyzer for XCL' use cl::{BlockClass}.

And the code is written in MyBlocksAdminForXCL21.class.php

Thank you!

Quote:

But this Block Procedure Class is very useful when developping XCL (not X2 :-p).
Such a feature has no values for me.
But...
Quote:This documentation looks a good work!
If you tranlate it into English, it might be a great work.
tohokuaiki  Posted on 2008/12/19 14:16
Quote:

GIJOE wrotes:
To confirm it, tell me the module using cl::blocks other than Xethna modules, please.
I cannot test Xethna modules no more...

lol .... there is no actual results using cl:: blocks....orz...

Merely I can find a sample at Marijuana's XCL Bible P.201.

But this Block Procedure Class is very useful when developping XCL (not X2 :-p).

More developper may use this class. So. I write it now.
http://xoopscube.wiki.sourceforge.net/Legacy_Module_Development_Block_XCL_Style%3Bja
GIJOE  Posted on 2008/12/19 6:05 | Last modified
hi tohokuaiki.

Quote:

So, I hope that BlocksAdmin will be available in XCL Block Edit Form using cl:: blocks..
To confirm it, tell me the module using cl::blocks other than Xethna modules, please.
I cannot test Xethna modules no more...

Quote:
I add below code at
xoops_trust_path/libs/altsys/class/MyBlocksAdmin.class.php:: in line 758.
	if (altsys_get_core_type() == ALTSYS_CORE_TYPE_XC21L){
		$legacy_block =& Legacy_Utils::createBlockProcedure($block);
		$block_data['cell_options'] = $legacy_block->getOptionForm();
	} else {
		$block_data['cell_options'] = $block->getOptions();
	}
it works. (in HD SVN .^^; )

OK.
I'll make a class MyBlocksAdminForXCL21 after confirming it.
tohokuaiki  Posted on 2008/12/16 16:32 | Last modified
Great!!

So, I hope that BlocksAdmin will be available in XCL Block Edit Form using cl:: blocks..

I add below code at
xoops_trust_path/libs/altsys/class/MyBlocksAdmin.class.php:: in line 758.
	if (altsys_get_core_type() == ALTSYS_CORE_TYPE_XC21L){
		$legacy_block =& Legacy_Utils::createBlockProcedure($block);
		$block_data['cell_options'] = $legacy_block->getOptionForm();
	} else {
		$block_data['cell_options'] = $block->getOptions();
	}
it works. (in HD SVN .^^; )
stranger  Posted on 2008/12/15 3:48
I was testing it today, it looked great, after ImpressCMS 1.0 was released I couldn't use it very well because of some incompatibility and issues of that core with altsys, now it works perfectly back and looks even greater. Thank you Gijoe !!
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!