PEAK XOOPS - News in englishin japanese

Archive | RSS |
  
Poster : GIJOE on 2005-12-22 05:39:15 (16206 reads)

in englishin japanese
XOOPS 2.0 uses Smarty template system like this:

theme - file template
templates of each modules - DB template
templates of each blocks - DB template


Do you think it is easy to customize such DB templates?
At least, I don't.

Although, DB template is designed for conveniences for site's admis...


These are the problems of the XOOPS template admin.

1) default templates can't be edited
2) you can copy/clone templates only in each "template set"
3) you can remove custom templates only in a template.
4) you can't see which template was customized nor how the template was modified.


I've just released tplsadmin module. And this resolves such problems like this.

1) you can edit templates in default template set.
2) you can copy/clone templates in each modules/templates also.
3) you can remove custom templates by checking boxes.
4) you can see which template was customized in list view, and you can see how the template was modified by displayed 'diff'.


tplsadmin module looks like blocksadmin module.
All you have to do is install the module!

If you are a module developper, you can include this feature into your module only by copying some files and editing menu.php like myblocksadmin.

I'll include mytplsadmin into my modules one by one.


Poster : GIJOE on 2005-12-01 12:27:28 (8980 reads)

in englishin japanese

In XOOPS 2.2.x, configs for system has conf_modid=1.
In other versions of XOOPS, configs for system for system has conf_modid=0.

(In my opinion, conf_modid should be 1.)

This imcompatibility sometimes cause fatal errors.

Thus, if you want to get config handler for system:


$criteria = new CriteriaCompo(new Criteria('conf_modid', 0));
$criteria = new CriteriaCompo(new Criteria('conf_modid', 2, '<'));

This is the compatible code for both XOOPS 2.2.x and XOOPS-JP

0 comments

Poster : GIJOE on 2005-11-15 18:37:43 (8384 reads)

in englishin japanese

This is a memo about the differences of "SECURITY FIXES" between www.xoops.org version and jp.xoops.org version.

WWW version:
2.0.13.1 -> 2.0.13.2

JP version:
2.0.12-JP -> 2.0.13a-JP

As 2.2.3 is still vulnerable, I recommend you not to use it yet.

Read more... | 3639 bytes more |0 comments

Poster : GIJOE on 2005-11-14 18:00:24 (41459 reads)

in englishin japanese
redirect_header() makes your site slow.

You can make your site fast only by hack just 2 or 3 point.

This site demonstrates it to you.
The message is displayed as a left block in the redirected page.

The inserting point for hacked codes is different each other by XOOPS core versions.

Read more... | 5181 bytes more |52 comments

Poster : GIJOE on 2005-08-12 12:06:37 (114557 reads)

in englishin japaneseSession time-out make the visitors very disappointed if he/she try to post long articles.

But lengthen 'session.gc_maxlifetime' is danger because of "SESSION HI-JACKING".

Thus, I've tried to implement the "Heart Beat" method into XOOPS.

Just "copy a file" and "edit theme.html".

It is quite an easy hack.

Read more... | 829 bytes more |8 comments

« 1 ... 30 31 32 (33) 34 35 36 37 »
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!