View Single Post
Old 10-29-2007, 05:09 AM   #2 (permalink)
dotcompals
World-Click Web services
 
dotcompals's Avatar
 
Join Date: Oct 2007
Location: World-Click.com
Posts: 57
dotcompals is on a distinguished road
Send a message via ICQ to dotcompals Send a message via AIM to dotcompals Send a message via MSN to dotcompals Send a message via Yahoo to dotcompals Send a message via Skype™ to dotcompals
Default

Quote:
Originally Posted by zaaylo View Post
hi all,
I am using PhpLD script for my directory.
here my question is if i wish to change HTML code against Reciprocal option on submit form page. Is that possible?
If yes please guide me in brief how?! and from where?

Thanks in advance.
Hello, you can edit the following part of the submit.tpl file in your template forlder , assuming that you are using phpld's free version.
(folks, correct me if I am wrong)

Code:
<textarea name="RECPR_TEXT" rows="3" readonly="true" cols="36" class="textarea" onclick=this.focus();this.select()>&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>
dotcompals is offline   Reply With Quote