Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Help with detailed template. Please

Quote Reply
Help with detailed template. Please
Hey there,

Created new column in links section called GalleryListing. Form type text area. Size 50,6

I need to have this printed out on the detailed page at the very bottom where webmasters will be able to copy the listings located in the text area by right click/copy.

Also, not sure why but just noticed PayPalPayments, Processor, and WebmasterReferral are not being printed out on the detailed page. It's gotta be something simple, me thinks :)

Here is the existing detailed template code. I didn't put in anything for the GalleryListing because I have no iidea what to put. I need the text area the same width as the existing table on the detailed page so it matches good.

<font color="#ffffff"><b>Pay Rate:</b></font></div>
</td>
<td width="75%" bgColor="#ccffcc"><%PayRate%> &nbsp;</td>
</tr>
<tr vAlign="top">
<td width="20%" bgColor="#006600">
<div align="right">
<font color="#ffffff"><b>Type of Program:</b></font></div>
</td>
<td><%TypeOfProgram%> &nbsp;</td>
</tr>
<tr vAlign="top" bgColor="#ccffcc">
<td width="20%" bgColor="#009900">
<div align="right">
<font color="#ffffff"><b>Free Content?</b></font></div>
</td>
<td><%if FreeContent%>Yes<%else%>No<%endif%></td>
</tr>
<tr vAlign="top">
<td width="20%" bgColor="#006600">
<p align="right"><font color="#FFFFFF"><b>Free Hosted Galleries?</b></font></p>
</td>
<td><%if HostedGallery%>Yes<%else%>No<%endif%></td>
</tr>
<tr vAlign="top">
<td width="20%" bgColor="#009900">
<p align="right"><font color="#FFFFFF"><b>Credit for Exit Console
Sales?</b></font></p>
</td>
<td bgcolor="#CCFFCC"><%if ExitTraffic%>Yes<%else%>No<%endif%></td>
</tr>
<tr vAlign="top">
<td width="20%" bgColor="#006600">
<div align="right">
<font color="#ffffff"><b>Pay Periods:</b></font></div>
</td>
<td><%PayPeriods%>&nbsp; </td>
</tr>
<!--<tr vAlign="top">
<td width="20%" bgColor="#009900">
<div align="right">
<font color="#ffffff"><b>PayPal Payments:</b></font></div>
</td>
<td bgcolor="#CCFFCC"><%if PayPalPayments%><%PayPal_Payments%><%else%>No<%endif%>&nbsp; </td>
</tr>
<tr vAlign="top">
<td width="20%" bgColor="#006600">
<p align="right">
<font color="#ffffff"><b>Payment Processor :</b></font></td>
<td><%if Processor%><%Processor%><%else%>None Set<%endif%>&nbsp;</td>
</tr>
<tr vAlign="top">
<td width="20%" bgColor="#009900">
<p align="right">
<font color="#ffffff"><b>Webmaster Referral :</b></font></td>
<td bgcolor="#CCFFCC"><%if WebmasterReferral%><%WebmasterReferral%><%else%>No<%endif%>&nbsp;</td>
</tr>-->

Here is the template in action:
http://www.adultsponsors.com/Detailed/1455.html

Thanks 100% in advance
Subject Author Views Date
Thread Help with detailed template. Please Chrisp 3416 Jul 11, 2003, 8:24 AM
Thread Re: [Chrisp] Help with detailed template. Please
Chrisp 3375 Jul 11, 2003, 8:44 AM
Thread Re: [Chrisp] Help with detailed template. Please
Chrisp 3338 Jul 12, 2003, 10:38 AM
Thread Re: [Chrisp] Help with detailed template. Please
Chrisp 3353 Jul 12, 2003, 10:51 AM
Thread Re: [Chrisp] Help with detailed template. Please
Chrisp 3299 Jul 14, 2003, 10:02 AM
Thread Re: [Chrisp] Help with detailed template. Please
Andy 3311 Jul 14, 2003, 11:01 AM
Thread Re: [Andy] Help with detailed template. Please
Chrisp 3330 Jul 14, 2003, 11:19 AM
Post Re: [Chrisp] Help with detailed template. Please
Andy 3292 Jul 14, 2003, 12:12 PM