PDA

View Full Version : How to have a different site name on reciprocal link


mike77777
02-25-2010, 04:58 AM
Hi, I'm trying to have a different title on the submit form for the reciprocal link..My site title is "example of directory" which is used for the paths on the index but on my submit form, I want to have "example submit now", I'm doing this based on my keywords for SEO but I don't find anyway of doing this..Is there anyway of changing this?....I tried the add_reciprocal.tpl but didn't find anything...Can anyone point me to the correct file..Thanks.

James
02-25-2010, 05:12 AM
submit.tpl :)

mike77777
02-25-2010, 05:33 AM
Thanks, I found the part of the code which I think I need to change:

<textarea name="RECPR_TEXT" cols="40" rows="3" readonly="readonly" class="input">&lt;a href="{$smarty.const.SITE_URL}"{if $smarty.const.ENABLE_ID} id="R{$recpr_id|string_format:"%X"}"{/if}&gt;{$smarty.const.SITE_NAME}&lt;/a&gt;</textarea> </td>

James
02-25-2010, 06:01 AM
{$smarty.const.SITE_NAME}

mike77777
02-25-2010, 06:20 AM
Yes correct. I removed the {} and just inserted my keywords and works great..Thanks much.[bt]