Webmaster FAQ

 

What About???

Using frames
Using direct
Using inline

Using frames

MCC can work within a website that uses frames. It even offers two options to use it: Full or Small mode. Small mode needs a small frame about 140 pixels width to show the member login and links all other functions will be linked to a frame you specified in the configuration. Using the small mode is easy just add ;small=1 to the mcc.pl.

Using Direct-Mode

Direct-Mode is used in combination with small-mode and offers the capability to direct a member to area for which he is authorized after a successful login. Using the direct mode is easy just add ;small=1;direct=1;areasequence=Area1|Area2 to the mcc.pl. When areasequence is not used the first alphabetical area is select for which a member is authorized. Otherwise the sequence is used to select the area. The normal redirect options of the area are used to open the page.

Using Inline

Inline mode allows you to customize your html pages with MCC data. It is done by creating a SSI page (normaly ending at .shtml) with for example the following content:
Welcome <!--#include virtual="/cgi-bin/mcc/mcc.pl?action=inline;template='inline/Name.html'" --> to my site
When you store in an "include" directory below mcc the file "Name.html" with the following content:
     <font size="6" color=blue><field member_field_8></font>
You will get the following result if your fullname is administrator:
Welcome administrator to my site