SEO Software Talk Forum Index LinkAssistant Technical Support
Partner Banner
View previous topic :: View next topic
Display posts from previous   
All times are GMT
Post new topic  Reply to topic  
Partner Banner Tue Apr 03, 2007 2:33 pm
loungeoutdoors
I'm trying to add a Directories Page - it will contain link info for directories where we have listings. The Link info they give us is in this form:

<a href='http://www.directory.esearchlogic.com/cgi-bin/directory/in.cgi?id=4120' target='_blank'><img src='http://www.directory.esearchlogic.com/images/88x31.gif' border='0'></a>

I placed the 'http://www.directory.esearchlogic.com/cgi-bin/directory/in.cgi?id=4120 in the Partner Domain field and
'http://www.directory.esearchlogic.com/images/88x31.gif' in the partner banner field and changed the "For Each Partner" snippet to read
<ul>
<[FOR_EACH_PARTNER sortBy="entranceDate"]>
<br>
<li><a href="<[PARTNER_DOMAIN/]>" target="blank"><[PARTNER_NAME/]></a>
<[PARTNER_BANNER/]> <[PARTNER_DESCRIPTION/]>
</li>
<[/FOR_EACH_PARTNER]>
</ul>
but I don't get the images or even a link to the partner domain.

Help Please!

Thanks
View user's profile Send private message Reply with quote
Tue Apr 03, 2007 3:54 pm
loungeoutdoors
I've half beaten it to death with this code (html challenged today - again!) Embarassed
<ul>
<[FOR_EACH_PARTNER sortBy="entranceDate"]>
<br>
<li><a href="<[PARTNER_DOMAIN/]>" target="blank"><img border="0" src="<[PARTNER_BANNER/]>"><[PARTNER_NAME/]></a><br>
<[PARTNER_DESCRIPTION/]>
</li>
<[/FOR_EACH_PARTNER]>
</ul>

But I now have a problem with those items that do not have a banner - a link to my site is put in if no banner is entered - is there some null or something I can put in to prevent this?
Confused
View user's profile Send private message Reply with quote
Tue Apr 03, 2007 7:06 pm
loungeoutdoors
OK, blind as well as html challenged today! Embarassed Embarassed

<ul>
<[FOR_EACH_PARTNER sortBy="entranceDate"]>
<br>
<li>
<[IF_PARTNER_BANNER_IS_BLANK]>
<[THEN]><a href="<[PARTNER_DOMAIN/]>" target="blank"><[PARTNER_NAME/]></a><[/THEN]>
<[ELSE]><a href="<[PARTNER_DOMAIN/]>" target="blank"><img border="0" src="<[PARTNER_BANNER/]>"><[PARTNER_NAME/]></a><[/ELSE]>
<[/IF_PARTNER_BANNER_IS_BLANK]>
<[PARTNER_DESCRIPTION/]>
</li>
<br>
<[/FOR_EACH_PARTNER]>
</ul>

Smile Working!
View user's profile Send private message Reply with quote
Wed Apr 04, 2007 1:43 pm
LinkAssistant
loungeoutdoors wrote:
Smile Working!

Great work, loungeoutdoors!

Sorry I haven't been able to respond faster, but as far as I can see, you're doing great on your own Wink
_________________
Search Engine Optimization Software
View user's profile Send private message Reply with quote
Post new topic  Reply to topic  
Back To Top
Page 1 of 1
Jump to:  
Powered by phpBB
Copyright 2007, Link-Assistant.Com — The Amazingly Effective SEO Tool