Rev 5921 | Rev 11288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +var+ |
1 | !! +exec+ +var+ |
- | 2 | tit:mailurl |
|
2 |
|
3 | type:$type_both |
3 |
|
4 | syntax:!mailurl `address name ...' |
4 |
|
5 | mean:Creates a javascript-crypted email interface that is difficult\ |
5 |
|
6 | for spammer-robot to decrypt.\ |
6 | <p> |
7 | <p> |
7 | The first word of the first line in the parameter should be the email |
8 | The first word of the first line in the parameter should be the email address.\ |
8 | address. |
- | |
9 |
|
9 | <br/>\ |
10 | The rest of the first line is the recepient name |
10 | The rest of the first line is the recepient name (default to email address).\ |
11 |
|
11 | <br/>\ |
12 | The second line and up is the |
12 | The second line and up is the mail subject.\ |
13 | </p><p> |
13 | </p><p> |
14 | This command |
14 | This command calls, in the order of priority, one of the following files:\ |
15 |
|
15 | </p>\ |
16 |
|
16 | <ol>\ |
17 |
|
17 | <li>"mailurl.proc" in the module directory.</li>\ |
18 |
|
18 | <li>"mailurl.proc" in the current theme.</li>\ |
19 |
|
19 | <li>"scripts/mailurl.proc".</li>\ |
20 |
|
20 | </ol>\ |
21 | This allows site managers and authors to |
21 | This allows site managers and authors to define different address encryption methods.\ |
22 | methods. |
- | |
23 |
|
22 | <br/>\ |
24 |
|
23 | Mail addresses are not encrypted when the user is within a virtual class.\ |
25 |
|
24 | <br/>\ |
26 | This command collapses some variables beginning with "mailurl_". |
25 | This command collapses some variables beginning with "mailurl_". |