View Single Post
  #1  
Old 08-14-2006, 02:52 PM
dippenar dippenar is offline
Junior Member
 
Join Date: Aug 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dippenar is on a distinguished road
Thumbs down character database- worldpress

Hi pals

I am trying to code a page on my WordPress which allows a user to upload their own character, with the following fields:

Name - Character Name; Unique
Age - Numeric
Gender - Boolean
Height - Numeric
Weight - Numeric
Bio - Long Text Box
Likes - Long Text Box
Dislikes - Long Text Box
Race - Text
Pic1 - Image file, to be uploaded to /characters/images/(name1).jpg
Pic2 - Image file, to be uploaded to /characters/images/(name2).jpg
Pic3 - Image file, to be uploaded to /characters/images/(name3).jpg

Each entry needs to be approved by an Administrator, or declined, at which time it should be accessible at /characters/(name) - I guess this access point would actually be /characters/character.php?character=(name) and changed with htaccess?

In addition, search by Name, Age, Height, Weight and Gender should be available, as well as the ability for the su -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - character database- worldpress
View Single Post
  #1  
Old 08-14-2006, 02:52 PM
dippenar dippenar is offline
Junior Member
 
Join Date: Aug 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dippenar is on a distinguished road
Thumbs down character database- worldpress

Hi pals

I am trying to code a page on my WordPress which allows a user to upload their own character, with the following fields:

Name - Character Name; Unique
Age - Numeric
Gender - Boolean
Height - Numeric
Weight - Numeric
Bio - Long Text Box
Likes - Long Text Box
Dislikes - Long Text Box
Race - Text
Pic1 - Image file, to be uploaded to /characters/images/(name1).jpg
Pic2 - Image file, to be uploaded to /characters/images/(name2).jpg
Pic3 - Image file, to be uploaded to /characters/images/(name3).jpg

Each entry needs to be approved by an Administrator, or declined, at which time it should be accessible at /characters/(name) - I guess this access point would actually be /characters/character.php?character=(name) and changed with htaccess?

In addition, search by Name, Age, Height, Weight and Gender should be available, as well as the ability for the su -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote