<li><a href="help.php?module=glossary&file=displayformat.html">Display formats for entries</a>
<li><a href="help.php?module=glossary&file=entbypage.html">Number of entries shown by page</a>
<li><a href="help.php?module=glossary&file=shows.html">Browsing options in Alphabet View frame</a>
- <li><a href="help.php?module=glossary&file=linkcategories.html">Automatically linking categories</a>
+ <li><a href="help.php?module=glossary&file=usedynalink.html">Enabling automatic linking in a glossary</a>
<li><a href="help.php?module=glossary&file=filetoimport.html">Importing entries</a>
<li><a href="help.php?module=glossary&file=importcategories.html">Importing categories</a>
<li><a href="help.php?module=glossary&file=destination.html">Destination of the entries to import</a>
<blockquote>
Entry level help files:
<ul>
- <li><a href="help.php?module=glossary&file=usedynalink.html">Automaic linking of entries</a>
+ <li><a href="help.php?module=glossary&file=usedynalinkentry.html">Enabling automatic linking in a entry</a>
<li><a href="help.php?module=glossary&file=aliases.html">Keywords: What are them?</a>
- <li><a href="help.php?module=glossary&file=casesensitive.html">Case sensitive automatic linking</a>
+ <li><a href="help.php?module=glossary&file=casesensitive.html">Case sensitive auto-linking</a>
<li><a href="help.php?module=glossary&file=fullmatch.html">Whole words auto-linking</a>
</ul>
</blockquote>
-<P ALIGN=CENTER><B>Automatically link glossary entries</B></P>
+<P ALIGN=CENTER><B>Enabling automatic linking in a glossary</B></P>
-<P>Turning this feature on will allow the entries in this glossary to be automatically linked whenever
+<P>Turning this feature on will allow individual entries in this glossary to be automatically linked if desired, whenever
the concept words and phrases appear throughout the rest of the same course. This includes forum
postings, internal resources, week summaries, journals and so on. </p>
-<p>If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.</p>
+<p>If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.</p>
<p>Note that category names are also linked.</p>
-
--- /dev/null
+<P ALIGN=CENTER><B>Enabling automatic linking in a entry</B></P>
+
+<P>Turning this feature on will allow the entry to be automatically linked, whenever
+ the concept words and phrases appear throughout the rest of the same course. This includes forum
+ postings, internal resources, week summaries, journals and so on. </p>
+
+<p>If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.</p>
+
+<p>To be able to turn on this feature, auto linking must be enabled at glossary level.</p>
echo '<font size="-1">';
print_string("entryusedynalink","glossary");
echo '</font>';
- echo helpbutton("usedynalink", strip_tags(get_string("usedynalink", "glossary")), "glossary");
+ echo helpbutton("usedynalinkentry", strip_tags(get_string("usedynalink", "glossary")), "glossary");
echo '<br />';
if (!empty($newentry->casesensitive)) {