Revision 6e9292aa
Added by Assos Assos over 9 years ago
drupal7/sites/all/modules/advanced_help/help/readme.html | ||
---|---|---|
12 | 12 |
provide help texts for, but also that read access to these files |
13 | 13 |
are not managed by any content access restrictions imposed by Drupal.</p> |
14 | 14 |
|
15 |
<p>The help texts can be marked up with standard HTML, but are
|
|
16 |
rendered within your site's Drupal theming structure.</p>
|
|
15 |
<p>The help texts can be marked up with standard HTML. They will be
|
|
16 |
rendered using your site's theme.</p>
|
|
17 | 17 |
|
18 |
<p>If the module or theme author does not make use of the full
|
|
19 |
<em>Advanced help</em> framework, but if there is a |
|
18 |
<p>If the module or theme author does not make use of the |
|
19 |
<em>Advanced help</em> HTML-framework, but if there is a
|
|
20 | 20 |
<code>README.md</code> or <code>README.txt</code> in the package, |
21 | 21 |
the content of that file will be shown instead.</p> |
22 | 22 |
|
23 |
<p>The help texts may appear in a popup or not as the module prefers.
|
|
23 |
<p>The help texts may appear in a popup or not as the project prefers.
|
|
24 | 24 |
By taking away access to view the popups, a site can hide popups from |
25 | 25 |
users.</p> |
26 | 26 |
|
27 | 27 |
<p>The help texts can be placed in a hierarchy, allowing for top down |
28 | 28 |
navigation of help.</p> |
29 | 29 |
|
30 |
<p>The hierarchy is tied into Drupal's search system. If this is
|
|
30 |
<p>The help texts may be made searchable. If advanced help search is
|
|
31 | 31 |
enabled, all help texts are fully indexed. This means that the entire |
32 | 32 |
contents of the advanced help set of pages can be searched for |
33 | 33 |
keywords.</p> |
34 | 34 |
|
35 | 35 |
<h2 id="use">Using the module</h2> |
36 | 36 |
|
37 |
<p>When you enable the module, a new tab with the legend “Advanced |
|
38 |
help” will show up under “Help”: |
|
39 |
|
|
40 |
<div class="ta-center"> |
|
41 |
<img class="help-img-center" alt="ahelp_tab.png" src="&path&ahelp_tab.png" width="661" height="225" border="1" /> |
|
42 |
</div> |
|
43 |
|
|
37 | 44 |
<p>By itself, this module doesn't do much. The <strong>Advanced |
38 | 45 |
help</strong> assists other modules and themes in showing help texts. |
39 | 46 |
Nothing will show up until you enable at least one other module that |
... | ... | |
44 | 51 |
For more extensive example of use of the advanced help features, see |
45 | 52 |
the <strong>Views</strong> project.</p> |
46 | 53 |
|
54 |
<!-- |
|
47 | 55 |
<h2 id="project-recommended">Recommended modules</h2> |
48 | 56 |
|
49 | 57 |
<ul> |
50 |
<!-- |
|
51 | 58 |
<li><a href="https://www.drupal.org/project/markdown">Markdown filter</a>:<br> |
52 | 59 |
When this module is enabled, display of any <code>README.md</code> the |
53 | 60 |
module shows will be rendered with markdown.</li> |
54 |
--> |
|
55 | 61 |
<li><a href="https://www.drupal.org/project/attributions">Attributions</a>:<br> |
56 | 62 |
When this module is enabled, attributions of third party content used |
57 | 63 |
by the project (i.e. some text from Wikipedia) will be available in an |
58 | 64 |
attribution block and on an atribution page.</li> |
59 | 65 |
</ul> |
66 |
--> |
|
60 | 67 |
|
61 | 68 |
<h2 id="support-status">Support status</h2> |
62 | 69 |
|
... | ... | |
95 | 102 |
<li><a href="https://www.drupal.org/u/redndahead">redndahead</a> (8 commits)</li> |
96 | 103 |
<li><a href="https://www.drupal.org/u/dmitrig01">dmitrig01</a> (3 commits)</li> |
97 | 104 |
<li><a href="https://www.drupal.org/u/amitgoyal">amitgoyal </a> (5 commits)</li> |
98 |
<li><a href="https://www.drupal.org/u/gisle">gisle</a> (current maintainer)</li> |
|
105 |
<li><a href="https://www.drupal.org/u/gisle">gisle</a> (current maintainer, D7)</li> |
|
106 |
<li><a href="https://www.drupal.org/u/gnuget">gnuget</a> (current maintainer, D8)</li> |
|
99 | 107 |
</ul> |
Also available in: Unified diff
Weekly update of contrib modules