PEAK XOOPS - Admin in conventional theme in englishin japanese

Archive | RSS |
XOOPS
XOOPS : Admin in conventional theme
Poster : GIJOE on 2007-03-21 06:04:57 (16277 reads)

in englishin japanese
Admin area in XOOPS 2.0.x is hard to use for the handicapped.
However the admin area cannot be customized in HTML level.

Thus I've made a hack/module for "Admin in theme".

- install/update the latest altsys
- insert a line into mainfile.php


		include XOOPS_ROOT_PATH."/include/common.php";
		include XOOPS_TRUST_PATH.'/libs/altsys/include/admin_in_theme.inc.php';

- specify the name of the theme for admin area in preferences of altsys

It will be modified which any blocks can be lay-outed in the future.



Related articles
Printer friendly page Send this story to a friend

Comments list

GIJOE  Posted on 2007/3/24 3:26 | Last modified
Quote:

zazajp wrotes:
ただ、おもて(ホーム)に戻るなどのリンクも標準でどこかにあったらいいなぁと思いました。
う〜ん。そのリンクを、直書きしてしまったらテーマの意味がないんですよ。
フルカスタマイズ可能じゃなくなってしまうので。

xoops_breadcrumbs にはちゃんと対応しているので、xoops_breadcrumbs対応テーマを利用すれば、パンくずとして、ホームに戻ることも、操作中モジュールの公開側トップに戻ることも、出来ます。

xoops_runs_admin_side という識別用変数もアサインしてますので、テーマのどこかに、
<{if $xoops_runs_admin_side}>
<a href="<{$xoops_url}>/">公開側に戻る</a>
<{/if}>
なんてのを挿入してもいいでしょう。
zazajp  Posted on 2007/3/23 22:09
一気にパワーアップした感じです。
モジュールが増えても扱いやすいです。

ただ、おもて(ホーム)に戻るなどのリンクも標準でどこかにあったらいいなぁと思いました。
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!