欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

drupal

drupal7 d7 drupal 7 同时使用 http 和 https (ssl) 自己亲自做的 文心一言 chatgpt 有大用 有大大用 有大大大用

1) 在  nginx 中配置 ssl 

见   /node-admin/20699 



2)  在 settings.php 中 修改为代码   服务器是  nginx+apache   

修改后,网页中html中的源代码   如下的 http ,均根据当前是 https http  而自动变成 https  http

@import url("http://aaa.com/modules/system/system.base.css?sj7q7o");

普通分类: 

drupal 7 drupal7 d7 PDOException: in field_sql_storage_field_storage_write() modules/field/modules/field_sql_storage/field_sql_storage.module 有大用 有大大用 有大大大用

普通分类: 

drupal 7 drupal7 d7 PDOException: in field_sql_storage_field_storage_write() modules/field/modules/field_sql_storage/field_sql_storage.module 有大用 有大大用 有大大大用

普通分类: 

drupal 7 d7 drupal7 get sql of InsertQuery_mysql monica chatgpt 有大用 有大大用

drupal 7  d7 drupal7  get sql of  InsertQuery_mysql  


Monica

在 Drupal 7 中,使用 InsertQuery 来执行插入操作是非常方便的。以下是使用 InsertQuery 的基本步骤和示例:

普通分类: 

drupal 7 d7 drupal7 The website encountered an unexpected error. Please try again later. 如何排查 文心一言 chatgpt 有大用 有大大用

普通分类: 

drupal 7 d7 drupal7 node 表 字段 comment 什么意思

  $node->comment = 1; 或 $node->comment 

普通分类: 

drupal 7 drupal7 d7 根据 InsertQuery_mysql 对象 得到 插入 sql 对象的语句 AG chatgpt 有大用 有大大用

在 Drupal 7 中,InsertQuery 类没有 

普通分类: 

drupal 7 d7 drupal7 The website encountered an unexpected error. Please try again later. 如何排查 文心一言 chatgpt 有大用 有大大用

普通分类: 

工作台 工作流 模块 module workbench workbench_access workbench_moderation 报如下的信息

 选择: 文章 pages are not under access control 

普通分类: 

drupal drupal7 d7 根据参数 构建 url 文心一言 chatgpt 有大用 有大大用

普通分类: 

drupal drupal7 d7 得到当前页面的 url 参数数组 文心一言 chatgpt 有大用 有大大用

普通分类: 

d7 drupal7 Drupal 7 网站常用基础模块推荐列表 有大用 有大大用

普通分类: 

路径 跳转 重定向 模块 d7 drupal7 drupal 7 d6 drupal6 drupal 6 有大用 有大大用

redirect
普通分类: 

7 drupal7 drupal chat drupalchat 模块的 使用 有大用 有大大用

image.png

普通分类: 

d7 drupal7 druapl 7 workbench 从 needs_review 到published 的 hook 函数 monica chatgpt 有大用 有大大用

下面这个有大用

在 Drupal 的工作台(Workbench)中,从 needs_review 状态到 published 状态的钩子函数如下:

  1. hook_workbench_moderation_transition() 这个钩子函数允许您在内容从一个工作流状态转换到另一个状态时执行自定义操作。对于从 needs_review 到 published 的转换,您可以在这个钩子函数中实现以下功能:

普通分类: 

drupal 7 hook_node_grants hook_node_access_records 作用 示例 通义 merlin chatgpt 有大用 有大大用

普通分类: 

d7 drupal7 drupal 7 hook_node_access 示例 通义 chatgpt

普通分类: 

d7 drpual 7 drpual7 在 hook_init() 里面 给某个角色临时添加权限,,页面运行结束,再拿掉权限 monica 有大用 有大大用


好的,我理解您的需求。在 Drupal 7 中,可以使用以下步骤在 hook_init() 中为某个角色临时添加权限,并在页面运行结束时再移除权限:

  1. 在 hook_init() 中获取当前用户的角色:

普通分类: 

d7 drupal7 drupal 7 重建内容访问权限 url 有大用 有大大用 有大大大用

/admin/reports/status/rebuild  

普通分类: 

d7 drupal7 drupal 7 视图 views 过滤条件 自己发布的 当前用户 通义 chatgpt 有大用 有大大用

普通分类: 

d7 drupal7 drupal 7 field many selects group 字段多个 select 组 通义 chatgpt

普通分类: 

d7 drupal7 drupal 7 workbench 自己亲自做的 有大用 有大大用 有大大大用 有大大大大用

d7 drupal 7 drupal7 Using Workbench Moderation 使用 Workbench Moderation 有大用 有大大用

普通分类: 

drupal 7 drupal7 d7 判断某个 url 对应的权限 merlin 有大用

在 Drupal 7 中,判断某个 URL 对应的权限通常可以通过编写自定义模块或直接在现有代码中添加权限检查步骤来实现。以下是一个基本的方法,您可以用来检查某个 URL 的权限。

普通分类: 

drupal workbench 模块,workflow 模块 monica chatgpt 有大用

drupal workbench 模块,workflow 模块    

好的,我很乐意为您介绍 Drupal 中的 Workbench 和 Workflow 模块。

Workbench 模块: Workbench 是一个强大的内容管理系统(CMS),它为 Drupal 网站提供了一个用户友好的内容创作和审核工作流程。Workbench 模块包括以下几个子模块:

  1. Workbench Content:

  • 提供了一个统一的内容管理仪表板,用户可以在这里查看、编辑和管理他们的内容。

  • 支持基于角色的权限控制,允许不同用户执行不同的操作。

  • Workbench Moderation:

    • 为内容添加了一个审核工作流程,包括草稿、待审核、已发布等状态。

    • 允许内容编辑者提交内容供审核人员审核,并在审核通过后发布。

    普通分类: 

    如何在Drupal当中实现内容管理工作流 有大用 有大大用

    一.可以利用Workbench模块(依赖于Workflow模块)实现工作流。

    二.可以客制化生命周期当中的不同状态,转移,权限控制。

    普通分类: 

    d7 drupal7 drupalchat 涉及到的 nodejs服务器 有大用 有大大用

    自己亲自做的 d7 drupal 7 drupal7 custom content-type save&edit button 内容类型(包括自定义的内容类型) 增加 save and edit 保存编辑按钮 有大用 有大大用 有大大大用

    1) Save & Edit 模块

    2) /admin/config/content/save-edit  如下图设置后,当创建或编辑这两种内容类型的内容时就有了 保存编辑  的按钮 

    普通分类: 

    drupal7 d7 hook_menu disable item path 禁用路径条目 有大用 有大大用 有大大大用


    普通分类: 

    drual7 d7 网站一直很卡到 mysql 中执行 show full processlist 命令 总有有下面一行sql 语句一直执行 有大用

    DELETE FROM `apachesolr_index_entities_file`

    WHERE  



    因为网站一直很卡

    我们在 mysql 中执行 show full processlist;一直出现上面的语句

    咋办?

    我们删掉 apache solr 的索引,再重构(重建)搜索索引,

    如下面的两个图

    image.png

    image.png

    普通分类: 

    页面

    Subscribe to RSS - drupal