Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [jdgamble] Help Getting Customizations Just Right

Quote Reply
Re: [jdgamble] Help Getting Customizations Just Right In reply to
That's not totally working right.

See what it's doing: http://www.virtualassistantnetworking.com/...Wisconsin/index.html
  • For some reason, it's putting the site link below the actual link name. I don't want it to do that. I want it to keep the link in the link title the way it was before.
  • It's not showing the First_Name or Last_Name.
  • I want the email address to be a live link, but I don't know how to code that.

Here's the code I changed. Obviously I still need to do something, but I don't know what:

<div id="l<%ID%>" class="linklisting">
<h4 class="linktitle">
<%if detailed_url and isValidated eq 'Yes'%><a href="<%detailed_url%>"><%elsif URL ne 'http://' and isValidated eq 'Yes'%><a href="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>"><%endif%><%if highlight%><%Links::Tools::highlight($Title, $query)%><%else%><%Title%><%endif%><%if isValidated eq 'Yes'%><%if detailed_url or URL ne 'http://'%></a><%endif%><%endif%>
<%if isNew%><span class="new-item"><span>new</span></span><%endif%>
<%if isChanged%><span class="updated-item"><span>updated</span></span><%endif%>
<%if isPopular%><span class="popular-item"><span>popular</span></span><%endif%>
<%~if paymentsEnabled%>
<%if isUnpaid%><span class="unpaid-item"><span>unpaid</span></span><%endif%>
<%if isExpired%><span class="expired-item"><span>expired</span></span><%endif%>
<%if isFree%><span class="free-item"><span>free</span></span><%endif%>
<%~endif%>
</h4>
<%if URL ne 'http://'%><p class="linkurl"><%if isValidated eq 'Yes'%><a href="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>"><%endif%><%if highlight%><%set equery = escape_html $query%><%set eURL = escape_html $URL%><%Links::Tools::highlight($eURL, $equery)%><%else%><%escape_html URL%><%endif%><%if isValidated eq 'Yes'%></a><%endif%></p><%endif%>
<p class="linkrating">
<%~if Votes%>
<%~set intRating = $Rating i/ 1%>
<img src="<%Links::Utils::image_url("stars-10-${intRating}.gif")%>" alt="<%intRating%> out of 10 stars" title="<%intRating%> out of 10 stars" /> (<%Votes%> vote<%if Votes != 1%>s<%endif%>)
<%~endif%>
<%~if paymentsEnabled and ExpiryDateFormatted and wasPaid%>
<%if isNotify or isExpired%><span class="linkexpired"><%endif%><%if isExpired%>Expired on:<%else%>Expiry date:<%endif%> <%ExpiryDateFormatted%><%if isNotify or isExpired%></span><%endif%>
<%~endif%>
</p>
<p><%First_Name%> <%Last_Name%></p>
<p><%Phone%><br>
<%Contact_Email%></p>
<%if Description%><div class="linkdescription"><%if highlight%><%Links::Tools::highlight($Description, $query)%><%else%><%Description%><%endif%></div><%endif%>
<p class="linkactions">
<%~if isValidated eq Yes%>
<%if Review_Count%><a href="<%config.db_cgi_url%>/review.cgi?ID=<%ID%>">Read <%Review_Count%> Review<%if Review_Count != 1%>s<%endif%></a><%endif%>
<a href="<%config.db_cgi_url%>/review.cgi?ID=<%ID%>;add_review=1">Review It</a>
<a href="<%config.db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a>
<%if config.bookmark_enabled%><a href="<%config.db_cgi_url%>/bookmark.cgi?action=link_add;ID=<%ID%>">Bookmark It</a><%endif%>
<%if not isExpired and not isUnpaid%>
<%if isLinkOwner or not config.user_required%><a href="<%config.db_cgi_url%>/modify.cgi?LinkID=<%ID%>">Edit this link</a><%endif%>
<%endif%>
<%~endif%>
<%if paymentsEnabled%><a href="<%config.db_cgi_url%>/modify.cgi?do=payment_linked;process_payment=1;modify=1;ID=<%ID%>"><%if not wasPaid%>New Payment<%else%>Renewal Payment<%endif%></a><%endif%>
</p>
</div>
Subject Author Views Date
Thread; hot thread Help Getting Customizations Just Right therelief 16774 Sep 24, 2006, 10:26 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15960 Sep 24, 2006, 1:03 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15922 Sep 24, 2006, 1:08 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15977 Sep 24, 2006, 1:21 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15965 Sep 24, 2006, 1:26 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15976 Sep 24, 2006, 1:36 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15990 Sep 24, 2006, 1:38 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15915 Sep 24, 2006, 1:49 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15970 Sep 24, 2006, 2:01 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15928 Sep 24, 2006, 2:13 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15897 Sep 24, 2006, 2:19 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15925 Sep 24, 2006, 2:28 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15968 Sep 24, 2006, 2:32 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15953 Sep 24, 2006, 2:34 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15947 Sep 24, 2006, 2:39 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15958 Sep 24, 2006, 2:47 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15893 Sep 24, 2006, 2:52 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15906 Sep 24, 2006, 3:01 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 16185 Sep 26, 2006, 9:45 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15818 Sep 26, 2006, 1:58 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16013 Sep 26, 2006, 4:30 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15846 Sep 26, 2006, 4:51 PM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15795 Sep 27, 2006, 12:47 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15963 Sep 27, 2006, 12:48 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15958 Sep 27, 2006, 12:51 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15977 Sep 27, 2006, 1:09 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16008 Sep 27, 2006, 1:10 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16015 Sep 27, 2006, 1:12 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 15990 Sep 27, 2006, 1:17 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15925 Sep 27, 2006, 1:21 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15908 Sep 28, 2006, 12:02 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15946 Sep 28, 2006, 2:38 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15959 Sep 28, 2006, 2:46 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15945 Sep 28, 2006, 4:48 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15903 Sep 28, 2006, 4:51 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15924 Sep 28, 2006, 5:01 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15989 Sep 29, 2006, 7:34 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15877 Sep 29, 2006, 9:34 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15890 Sep 29, 2006, 9:49 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15845 Sep 29, 2006, 10:05 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15894 Sep 29, 2006, 10:17 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15872 Sep 29, 2006, 10:27 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15883 Sep 29, 2006, 10:40 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15849 Sep 29, 2006, 11:04 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15796 Sep 29, 2006, 11:14 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 16008 Sep 29, 2006, 11:25 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15904 Sep 29, 2006, 11:31 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15813 Sep 29, 2006, 11:34 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17546 Sep 29, 2006, 11:57 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17563 Sep 29, 2006, 12:12 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17527 Sep 29, 2006, 5:27 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17557 Sep 29, 2006, 6:19 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17599 Sep 29, 2006, 7:23 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17548 Sep 29, 2006, 7:56 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17897 Sep 30, 2006, 8:37 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17566 Sep 30, 2006, 8:56 AM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 17511 Sep 30, 2006, 9:02 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17531 Sep 30, 2006, 9:31 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17470 Sep 30, 2006, 9:46 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17559 Sep 30, 2006, 9:52 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17500 Sep 30, 2006, 9:55 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17563 Sep 30, 2006, 10:16 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17490 Sep 30, 2006, 10:22 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17502 Sep 30, 2006, 10:31 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17483 Sep 30, 2006, 10:36 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17622 Sep 30, 2006, 11:01 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17538 Sep 30, 2006, 11:21 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17497 Sep 30, 2006, 1:14 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17447 Sep 30, 2006, 1:20 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17508 Sep 30, 2006, 1:23 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17387 Jan 2, 2007, 3:27 AM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17242 Jul 18, 2007, 6:05 PM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15873 Sep 24, 2006, 2:56 PM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15881 Sep 24, 2006, 2:35 PM