问题标签 [open-atrium]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
100 浏览

drupal - Open-Atrium Toolbar

I have two blue prints for the space content type in OA. On the toolbar dropdown i want to show only the spaces created using the default blue print. AO uses the oa_core_get_groups_by_user_access(found in OA core module in the oa_core.util.inc file) to pull all spaces a use subscribed to. I want to alter this function to show only spaces created using the default blue print by altering the query used in this function.

All my attempts to do so have failed probably because i don't understand the drupal database abstraction queries. Can someone help me with the piece of code i can add to this function to achieve this functionality.

0 投票
1 回答
313 浏览

drupal - 如何删除默认的“Welcome to Open Atrium”启动画面

我目前正在使用 Open Atrium 2 构建一个 Intranet,并按照他们关于如何删除品牌的指南进行操作。我已成功删除登录页面上的页眉徽标、页脚徽标和图像。但是,我不确定如何删除登录前显示在主页上的“欢迎使用 Open Atrium”品牌。我尝试将模板文件复制到我的子主题并清除缓存,但没有任何改变。

对此问题的任何帮助将不胜感激,谢谢:)