migrated message board

This commit is contained in:
JT Smith 2005-02-12 22:09:24 +00:00
parent 949ea2d6cf
commit 3aaac188f8
6 changed files with 149 additions and 420 deletions

View file

@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
related => [
{
tag => 'forum add/edit',
namespace => 'MessageBoard'
},
{
tag => 'message board template',
namespace => 'MessageBoard'
@ -23,54 +19,12 @@ our $HELP = {
title => '73',
body => '74',
related => [
{
tag => 'forum notification template',
namespace => 'WebGUI'
},
{
tag => 'forum post form template',
namespace => 'WebGUI'
},
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'forum search template',
namespace => 'WebGUI'
},
{
tag => 'forum template',
namespace => 'WebGUI'
},
{
tag => 'forum thread template',
namespace => 'WebGUI'
},
{
tag => 'message board add/edit',
namespace => 'MessageBoard'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
'forum add/edit' => {
title => '78',
body => '79',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'message board add/edit',
namespace => 'MessageBoard'
}
]
},
}
};
1;