I want to creat a new link type and a new member type, but is it possible to have a different submit form for the other link type, and a different registration for for the other member type?
The simplest way is just to create a custom template with the type or usergroup specified in a hidden input field, and link to that custom template by adding &custom=yes&TID=templatename to the url.
Replace the type selector with <input type="hidden" name="type" value="whatevertypeyouhaveinmind"> and convert the usergroup selector likewise to specify the usergroup id (note that you have to make the usergroup registerable in your member settings if you haven't yet).
Comments on link and member types
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
I want to creat a new link type and a new member type, but is it possible to have a different submit form for the other link type, and a different registration for for the other member type?
If so how do I go about it?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The simplest way is just to create a custom template with the type or usergroup specified in a hidden input field, and link to that custom template by adding &custom=yes&TID=templatename to the url.
Also take note of scripts.webmastersite.net/w...uggest_Link_Pages-305.html to make incompletes look right.
Replace the type selector with <input type="hidden" name="type" value="whatevertypeyouhaveinmind"> and convert the usergroup selector likewise to specify the usergroup id (note that you have to make the usergroup registerable in your member settings if you haven't yet).
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Ah of course, easy. Thanks