Webmastersite.net
Register Log In

Sponsorship problem
Customizing the

Comments on Sponsorship problem

larryjam
Member

Usergroup: Customer
Joined: Sep 25, 2003
Location: Canada

Total Topics: 22
Total Comments: 48
Posted Jan 09, 2007 - 8:19 PM:

I have been trying to workout my sponsorship requirements. I am very close but i need edit suggestlink template, and I am not sure how to do it.

I currently have 3 link types set up.

Official names = regular,recip,featured
Displayed names = regular,reciprocal,featured

Sponsorship is activated Sponsor Link Type = featured

What shows up on the submit link page is a drop down menu for the submitter to choose the type of link. The problem is the "featured" link type does not appear, the only options are regular, and reciprocal. There is an option further down in the form where the submitter can check box, for "I would like to sponsor this link". The value for the check box is "sponsor1"

I would very much like to eliminate the check box and have the featured link option appear in the drop down menu along with the reciprocal link type. I would like to remove the regular link type. I do not want it to be an option, but need to keep the link type (I want to use it only for the purpose of dmoz imports).

I tried to edit the template, but the values for the link types are inserted by the script using "{TYPEOPTIONS}", needless to say I am not a programmer and I don't know how to edit this.

I had the idea to replace:

<input type="checkbox" name="sponsorthis" value="1" {LINKCHECKED[sponsorthis]}>

with:

<input type="hidden" name="sponsorthis" value="1">

but would this not make all link types featured?

I do not want to force all links to be featured. I would like to keep the reciprocal option.

Would this work better.

Replace:

<select name="type">{TYPEOPTIONS}</select>

with:

<select name="type"><option value="featured" selected>featured</option>
<option value="recip">reciprocal</option></select>

or should it be:

<select name="type"><option value="sponsor1" selected>featured</option>
<option value="recip">reciprocal</option></select>


Thank You
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jan 13, 2007 - 6:01 PM:

Does it make sense to give people the option to select the link type, when they haven't earned it yet, so their link shouldn't be in it until after payment? If you require validation and it gets autovalidated after payment I guess it could be okay.

larryjam wrote:
<select name="type"><option value="featured" selected>featured</option>
<option value="recip">reciprocal</option></select>

or should it be:

<select name="type"><option value="sponsor1" selected>featured</option>
<option value="recip">reciprocal</option></select>


The option value should be the name of the official link type. What order you put them in or what selection you make is your preference.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.