Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがWebサイトにログインしている場合、JavaScriptファイルまたはJavaScriptコードを追加するにはどうすればよいですか?
Webサイトはdrupal7で構築されています。
次のコードを試してください。
global $user; if($user->uid != 0) { drupal_add_js("PATH_TO_JS_FILE"); }
これがお役に立てば幸いです...ムハンマド。