EditWrx Knowledge Base Home
 Search       Login   Register   Members   Help   Home 
Search by username

EditWrx Knowledge Base > Content Management Concepts > Community Builder Concepts > Questions - Multiple templates for new user signup

Questions - Multiple templates for new user signup
 Moderated by: Keith  
 New Topic   Reply   Print 
AuthorPost
mikeb89gt
Member
 

Joined: Mon Jan 23rd, 2006
Location:  
Posts: 1
 Posted: Mon Jan 23rd, 2006 12:39 pm
 Quote  Reply 
I am currently looking into buying this software but have a few questions before I proceed.

Im in the process of building a community site where my users will be able to build their own websites. Sounds easy enough. Now my dilema is this. I want to be able to offer them 4-5 different templates that they can choose from and basiclly just fill in the blanks. Is this possible with this software? This process needs to be as simple as possible since most the users will be computer illeterate.

Any info is appreciated.

Keith
Moderator
 

Joined: Fri Apr 8th, 2005
Location:  
Posts: 578
 Posted: Mon Jan 23rd, 2006 01:36 pm
 Quote  Reply 
First of all, give yourself the Add User tool on the EditWrx toolbar.

Add User allows you to create a signup form. The form contains a hidden field  create_username_folder_in_folder that tells EditWrx where to create new user's folders. It also has a hidden field folder_to_populate_from that can contain template files for the new user. When a new user signs up their folder is created and populated with the template filess.

Offering mutiple templates can be done a variety of ways. First create a separate folder for each template and place the appropriate files in each template folder. 
  1. The easiest way is to create a different page for each template where you display the template and put a signup form on each page with the appropriate folder_to_populate_from on each form.

  2. You can put a display of all templates on one page and use one signup form on that page. You can hard code a select menu to group the templates. For example:

    <select name=folder_to_populate_from>
    <option value="/templates/forest">Forest
    <option value="/templates/seashore">Sea Shore
    </select> 

  3. You can put a display of all templates on one page and use one signup form on that page. You can hard code radio buttons next to each template display. For Example:

    <input type=radio name=folder_to_populate_from value="/templates/forest">Forest 
 EditWrx can not build the select menu or radio buttons for multiple choice selection, you need to hard code those.


 Current time is 05:07 pm




Powered by WowBB 1.62 - Copyright © 2003-2004 Aycan Gulez