Frequently Asked Questions | Oct 7, 2024 - 06:41pm |
|
|
Frequently Asked Questions Support Assistant How Do I.... Change the Appearance of Web Crossing
How do I create a folder or discussion macro
Rate This FAQ
(Not yet rated)
|
Created On: 26 Feb 1999 10:40 am Last Edited: 7 Nov 2000 7:50 am |
Question |
|
|
A folder macro is used to customize an individual folder, and a discussion macro is used to customize an individual discussion. It's easy to create a folder or discussion macro, but the concept is sometimes difficult to grasp. |
Answer |
A folder or discussion macro is merely a container for other macros that override the default operation of Web Crossing. A simple folder macro might look like the one below, a discussion macro uses the same principle.
Here's a simple folder macro (note...you would enter the name of the container macro into the "Template for this folder:" area of "Folder Appearance", in this case myFolderMacro...NOT macro myFolderMacro): |
Example |
%% macro myFolderMacro %%
%% macro discussion %%
... your customized discussion macro
%% endmacro %%
%% macro messageListItem %%
... your customized messageListItem macro
%% endmacro %%
%% endmacro %% |
|
|
|
|