Tetra WebBBS Configuration
%parking_folders is a hash variable to allow for configuration of parking folders.
New since 6.00
Parking folders may be used for various purpose and allow to move messages OFF the live forum and later move the message back to the live forum or into other parking folders. It's a means of administration which may help e.g. for revising message by a supervisor or the siteowner.
Messages moved back to the live forum will find their old place in a thread. Thus parking folders are not intended to reorganize a forum. They are not subforums but simple folders/lists, very much like the moderated list, only in a different context.
Example for a configuration:
%parking_folders = (
'1' => ['Parking 1', 'Parking folder 1 - description'],
'2' => ['Trash', 'Trash list - messages to be deleted later'],
);
Basically it's a pair of "Name/Description" assigned to an ID. Make sure to keep all braces like in the example above!

![[+]](/i/toc_collapsed.gif)
![[-]](/i/toc_expanded.gif)
WebScripts










