Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

An easy question...

Quote Reply
An easy question...
Hi

Could someone re-write the following using the GM Tags. So that I can use it in all of my templates without having to change it for every one.

1. (Inbox) /webmail.cgi?sid=;t=test;msgtrack_fid=1;page=msgs_list.htm

2. (Sent) /webmail.cgi?sid=;t=test;msgtrack_fid=2;page=msgs_list.htm

3. (Trash) /webmail.cgi?sid=;t=test;msgtrack_fid=3;page=msgs_list.htm

I know that it should be easy but I'm having trouble getting it to work for each of the Inbox, Sent and Trash in the various templates.

Regards

Stoosh
Quote Reply
Re: [Stoosh] An easy question... In reply to
1. webmail.cgi?<%url_hidden%>;msgtrack_fid=<%INBOX%>;page=msgs_list.htm
2. webmail.cgi?<%url_hidden%>;msgtrack_fid=<%SENT%>;page=msgs_list.htm
3. webmail.cgi?<%url_hidden%>;msgtrack_fid=<%TRASH%>;page=msgs_list.htm

Adrian
Quote Reply
Re: [brewt] An easy question... In reply to
Hi

Thank you Adrian Smile