Chri
March 21, 2010, 12:07pm
1
This is the graphic template that directs the PHP code, so I’m posting here. Correct if wrong place?
I want the link that is in field 4 to go make Field 13 “hot” (when clicked). Does anyone know how to do this? So, Field 13 would look like it does but when you click on it, it would go to the link that uploaded in field 4.
<td valign="top" class="reg"><%%FIELD_13%%></TD>
<td valign="top" class="price">$<%%FIELD_0%%></TD>
<td valign="top" class="reg"><%%SELECT%%><%%FIELD_3%%><%%ENDSELECT%%></TD>
<td valign="top" class="reg"><%%FIELD_5%%></TD>
<td valign="top" class="reg"><%%FIELD_11%%></TD>
<td valign="top" class="reg"><%%FIELD_6%%></TD>
<td valign="top" class="rebatebox">$<%%FIELD_8%%></TD>
<td valign="top" class="reg"><%%FIELD_7%%></TD>
<td valign="top" class="reg"><a href="mailto:<%%FIELD_9%%>"><%%FIELD_9%%></a></TD>
<td valign="top" class="listedby">Listed by <%%FIELD_12%%></TD>
<td valign="top" width=150 class="reg"><a href="<%%FIELD_4%%>" target="_blank"><%%FIELD_4%%></a></TD>
I’m not sure what language that is, but it doesn’t look like PHP Maybe some kind of templating language?
Anyway, do you mean that upon clicking field 13, it will go to the page linked to by field 4?
<td valign="top" class="reg"><a href="<%%FIELD_4%%>" target="_blank"><%%FIELD_13%%></a></TD>
<td valign="top" class="price">$<%%FIELD_0%%></TD>
<td valign="top" class="reg"><%%SELECT%%><%%FIELD_3%%><%%ENDSELECT%%></TD>
<td valign="top" class="reg"><%%FIELD_5%%></TD>
<td valign="top" class="reg"><%%FIELD_11%%></TD>
<td valign="top" class="reg"><%%FIELD_6%%></TD>
<td valign="top" class="rebatebox">$<%%FIELD_8%%></TD>
<td valign="top" class="reg"><%%FIELD_7%%></TD>
<td valign="top" class="reg"><a href="mailto:<%%FIELD_9%%>"><%%FIELD_9%%></a></TD>
<td valign="top" class="listedby">Listed by <%%FIELD_12%%></TD>
<td valign="top" width=150 class="reg"><a href="<%%FIELD_4%%>" target="_blank"><%%FIELD_4%%></a></TD>
I would highly recommend you choose a better method of naming your variables, by the way. Maintenance will be hell with names like FIELD_x.
Chri
March 21, 2010, 12:34pm
3
Yes, that is exactly what I’m trying to do. This is a template set up by appGini. It is an .html doc. I can’t really rename anything since it directs the PHP code.
Alright then.
Is your initial problem fixed?
Chri
March 21, 2010, 1:11pm
5
I have only 1 problem. That I don’t know how to make fiield 13 contain the link to field 4 without changing the contents
You may have some difficultly finding another AppGini user here - most of the folk who loiter here can actually write an application like AppGini.
Your best bet, IMO, raise a support request with its [URL=“http://www.bigprof.com/appgini/”]vendor or find its documentation and read it.
Good luck.