PDA

View Full Version : Suggest link page - HELP


Doug B
11-21-2006, 04:33 PM
Is anyone able to tell me how I can edit this page with the following (I have NO experience with smarty, so it make no sense to me.

Can I just copy this code into the 'suggest-link.tpl' page? If so at what line would I add the code?

Many thanks

<p><strong>Please use the following HTML for your recipricol link:</strong>
<form name="copy">
<div align="left">
<input type=button value="Highlight All" onClick="javascript:this.form.txt.focus();this.form.txt.sel ect();">
</div>
<textarea name="txt" rows=7 cols=42 wrap=virtual>bla bla bla, my text goes in here
</textarea>
</form>
</p>
<strong>Please enter the full URL of your reciprocal link: </strong><br>
<input id="reciprocal" size="30" value="http://" name="reciprocal">

(above is the html code I want to add the the suggest-link.tpl page, so it appears just above the 'recipricol link' text.)

Mark Brookes
11-21-2006, 05:12 PM
HI,

This is how I tackled this problem -- it has the advantage of not needing to fiddle with the files/code, and only using features provided to the administrator.

see:
http://finespeeches.co.uk/wedding-resources/suggest-link.php
and
http://finespeeches.co.uk/wedding-resources/pterms.html#suggest_link

1. edit language file
* find id = 751 value = error_suggest_logged
* Add your desired text - in my example below, note the link to the terms & conditions page

Due to our experience of spammers and inappropriate entries, we now require people to register before suggesting a link. To avoid disappointment please read our <a href="pterms.html#suggest_link">Acceptance Criteria</a> BEFORE registering or suggesting a link.
<br><br>
Once registered you can manage any number of links
<br><br>
If you are already a link partner you should be logged in to suggest new links.
<br><br>
Once logged in you can:
<br>View your links
<br>Edit your links
<br>Upgrade your links


2. Admin-Panel > Manage-Pages > Terms-of-use
* add your own Acceptance Criteria and Reciprocal link details


hope this helps
Regards
Mark

Doug B
11-21-2006, 09:44 PM
This has now been answered by Dave, here:

http://www.esyndicat.com/forum/about7817.html

Thanks Dave :wink: