Difference between revisions of "Topics Block"

From GeeklogWiki
Jump to: navigation, search
 
Line 4: Line 4:
 
<h2>Customizing</h2>
 
<h2>Customizing</h2>
 
The order of the topics can be changed in the settings for the individual topic.
 
The order of the topics can be changed in the settings for the individual topic.
There is no setting that can remove the "home"-Link.  
+
 
 +
The "Home" link can be removed with the following setting in config.php:
 +
 
 +
<tt>$_CONF['hide_home_link'] = 1;</tt>
 +
 
 
The Name of the Block can be changed in the block-settings.
 
The Name of the Block can be changed in the block-settings.

Revision as of 15:08, 10 July 2004

Content / Functionality

This block lists all the topics that are visible for the current user. It also features a "Home"-link on the top.

Customizing

The order of the topics can be changed in the settings for the individual topic.

The "Home" link can be removed with the following setting in config.php:

$_CONF['hide_home_link'] = 1;

The Name of the Block can be changed in the block-settings.