WSN Forum
Featuresspacer Showcasespacer Reviewsspacer Demosspacer Purchasespacer Manualspacer Support
Submitting to Multiple Sites
Submitting to Multiple Sites
By Paul

A few people may wish to allow visitors to submit the same link to multiple links directories at once. To make this possible, just put this HTML somewhere between <form and </form> in your suggestlink.tpl template:

<select multiple name="sitelist[]">
<option value="http://siteone.com/links/">site one</option>
<option value="http://sitetwo.com/links/">site two</option>
et cetera
</select>

List your sites in there. Use the path to the WSN Links directory, '/' included, as in the example. Do not list the current site on the list -- that's automatically submitted to, topic it again would get it submitted twice.

Note that this will of course only work if all of the links directories involved are WSN Links directories.

If you prefer checkboxes instead of the combo box, use this HTML:
<option name="sitelist[]" value="http://siteone.com/links/">site one</option>
<option name="sitelist[]" value="http://sitetwo.com/links/">site two</option>
et cetera

Please note that this will only work for a small number of sites, if you try too many the submission will timeout.

Rating:


4/5 based on 1 vote. The median rating is 4.

Submitted: 09/25/03 (Edited 11/27/05)

Description: Managing networks of link directories.

Views: 1789 views. Averaging 1 views per day.
In the most recent 30 day period, there've been 0 views.

Previous Article | Next Article

Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support