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.
私はモジュール名twitter_widgetを持っていて、drupal 7を使用しました。モジュールを、drupalのWebサイトに登録したいと思います。誰か助けてください。私はdrupalの初心者です。
前もって感謝します
Drupal.orgにアカウントを登録することで、モジュールを提供できます。Drupalに貢献するための詳細については、こちらをご覧ください。
http://drupal.org/contribute/development
モジュールをフォルダ内に置くだけsites/all/modulesです。
sites/all/modules
たとえば、モジュールの絶対パスはになりますhttp://YOUR_DOMAIN/sites/all/modules/twitter_widget/。
http://YOUR_DOMAIN/sites/all/modules/twitter_widget/
それで全部です :)