0
name = MagApp 1.0
description = Magapp module that enables MagApp powered publications.
core = 7.x
php = 5.1
package = MagApp
dependencies[] = references
dependencies[] = node_reference
dependencies[] = magapp_core_content_types
version = "7.x-2.0"

私はモジュールを作成しましたが、上記の情報ファイルはphpバージョンの変更中に問題があります。数か月前に行ったため、このモジュールを更新する必要があります。モジュールを使用せずに直接依存関係を追加できますか。

4

1 に答える 1

2

/modulesのソースでadmin/structureを検索し、それらがその* _menu()フックをどのように構築したかを確認します。

サーバーにアクセスでき、サーバーが* NIXを実行している場合は、次のことができます。

grep -ri 'admin/structure' your_site_directory/modules/*

そして、独自のモジュールに独自のhook_menu()を実装できます。WebUIの[構造]->[メニュー]システムでも可能である可能性があります。思い出せない。

于 2012-11-17T09:46:30.377 に答える