Did you see the "Claim Link" on our directory?
go ahead and click on a listing on our directory to go to the link detail page.
When the link is owned by someone it will show the link owners name
If the link is not owned by someone then there is a link called
We already added your link! If this is your Link, "Claim it here"
The link "Claim it here" will open a popup where only a name and email address needs to be filled out!
Here is how to edit your detail.tpl to know if the link is owned by someone or not.
Find:
<td valign="top" class="label">{l}Link Owner{/l}:</td>
<td align="left" valign="top" class="smallDesc">{$OWNER_NAME|escape|trim}</td>
Replace with:
<td valign="top" class="label">{l}Link Owner{/l}:</td>
<td align="left" valign="top" class="smallDesc"><b>{if $OWNER_NAME == NULL} We already added your link! If this is your link, <a href="/claimlinkform.php?linkurl={$URL|escape|trim}" onclick="Popup=window.open('/claimlinkform.php?linkurl={$URL|escape|trim}','Popup','width=400,height=400'); return false;">Claim Link Here</a> {else}{$OWNER_NAME|escape|trim}{/if}</b></td>
If you do not want to use a popup, just create a link on your detail.tpl to:
<a href="/claimlinkform.php?linkurl={$URL|escape|trim}" target="_blank">Claim link Here</a>
Now the code may vary a bit from yours, but this is essentially all it takes.
edit claimlinksettings.php with your email address!
For support start a new thread please