Project

General

Profile

Download (1.85 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<faqs xmlns="http://maven.apache.org/FML/1.0.1"
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
  xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
5
  title="Adminstration of the EDIT CDM Dataportal - Frequently Asked Questions"
6
  toplink="false">
7

    
8
  <part id="general">
9
    <title>Layout &amp; visibility of elements</title>
10

    
11
    <faq id="autherinfo-get-rid-off">
12
      <question>
13
        How can I turn of authoring information like "<em>Fri, 04/15/2011 - 12:23 — Anonymous</em>" which appears on some pages?
14
      </question>
15
      <answer>
16
        <p>Display of the 'post information' can be configured in the administration area of the DataPortal.
17
        Login and go to Site building  &gt; Themes &gt; Configure (admin/build/themes/settings)
18
        and toggle the check boxes below the heading '<em>Display post information on</em>' according to your wishes.
19
        </p>
20
      </answer>
21
    </faq>
22

    
23
  </part>
24
  <part id="cdm">
25
    <title>Working on CDM data</title>
26

    
27
    <faq id="cdm_changes_not_visible">
28
      <question>
29
        Why do the changes I made on the CDM data not appear in the portal? Why do they not appear immediately but only after some time?
30
      </question>
31
      <answer>
32
        <p>Drupal provides a mechanism for caching data which is then displayed on the web pages to avoid querying the data base for every site request. The cache will be updated from time to time.
33
        This is the default setting for the 'Anonymous' user (not logged in). If you log in the caching will be disabled and the data should be up-to-date. 
34
        You can also clear the cache to update it for the 'Anonymous' user. In the administration menu go to Configuration &gt; Development &gt; Performance &gt; Clear all caches.
35
        </p>
36
      </answer>
37
    </faq>
38

    
39
  </part>
40

    
41
</faqs>
(1-1/2)