".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[Drupal](/#)是一个开源内容管理框架(CMF),它由内容管理系统(CMS)和PHP开发框架(Framework)共同构成,具有广泛的模块可用于构建各种网站。那么如何安装Drupal?本文将介绍下Hostinger主机一键安装Drupal图文教程,仅供大家参考。
熟悉国外主机的用户应该对Hostinger有所耳闻,它主要提供高性价比的[美国主机](https://www.idcspy.com/)、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")等产品服务。购买Hostinger主机后,它会自带功能强大的控制面板工具–hPanel面板,方便管理主机和站点,安装应用程序也简单,下面来看下在Hostinger主机上安装Drupal的简单方法介绍。
1、[Hostinger](/#)主机控制面板hPanel上提供有自动安装程序功能,要使用该功能,我们首先要登录到Hostinger账户以访问hPanel面板。
点击访问:[Hostinger官网](https://go.idcspy.com/www.hostinger.com/)
![](https://www.idcspy.com/wp-content/uploads/2021/09/52.jpg)
2、然后在hPanel面板管理页面中,找到Website,下拉菜单选择Auto Installer,这时会在右侧页面显示流行应用程序,导航到Other部分,点击Select按钮,然后搜索Drupal程序。
![](https://www.idcspy.com/wp-content/uploads/2021/09/51.jpg)
3、在弹出的表单中输入管理员登录详细信息和数据库信息,选择Drupal版本(建议选最新版本以获得最佳性能),信息填写完毕后,点击Install按钮,开始安装。
![](https://www.idcspy.com/wp-content/uploads/2021/09/5-8.jpg)
通过上面步骤,我们便成功地在Hostinger主机上安装了Drupal程序,自动安装过程还是很简单的,除了Drupal程序外,我们还可根据需要快速安装其他流行程序(如[WordPress](/#)、Joomla等)。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105165.html