Page 1 of 1

(SOLVED) looking 4 mod to add fields to PCP

PostPosted: Mon Jun 26, 2006 3:16 pm
Author: Brighid
looking 4 mod to add fields to PCP

Re: looking 4 mod to add fields to PCP

PostPosted: Mon Jun 26, 2006 5:43 pm
Author: computerskillz
"Brighid";p="10260" wrote:looking 4 mod to add fields to PCP


You can add fields to PCP from ACP --> P.C.P --> PCP Wizard

From there, use the "Add / Remove Page Fields" action.

Re: looking 4 mod to add fields to PCP

PostPosted: Mon Jun 26, 2006 6:52 pm
Author: Brighid
I have figured out the field outputs, just having problems with the inputs. I have the fields built but they are notshowing up.

PostPosted: Mon Jun 26, 2006 7:54 pm
Author: computerskillz
If you've added a field, go into "Alter Form Display" and verify that the field you created appears in the "fields" list and that the Auth level is configured with access for you to view it.

You may also want to check your users table via phpmyadmin and confirm that a column for your field exists. If not, then you did something wrong along the way.

If the column exists, and you can see it in the Fields list in PCP then its ready to accept and/or display data (depending on how you have it configured)

Can you provide some more information like the page you're trying to add a field to, such as the registration info page or the view topic , etc.

Re: looking 4 mod to add fields to PCP

PostPosted: Tue Jun 27, 2006 8:45 am
Author: Apocal
Aye, it depends on what kinds of output fields they are. ie. list_drop, varchar etc.

PostPosted: Tue Jun 27, 2006 10:25 pm
Author: Brighid
Well I figured it out forthe most part I used the old method. I haveall the input fields created, I have most of the page displays done. However 1 does not show. If you go to my forums [url=http]Quest Chest[/url], you can can see the pages I have made in profiles under the Public tag. The page that is not displayed should be, between Ferrans Hope and Hodstock.

I have checked Fields definitions, and Maps definitions. I have also checked lang_extend.php, def_userfields.php and def_usermaps.php.

"Apocal";p="10345" wrote:Aye, it depends on what kinds of output fields they are. ie. list_drop, varchar etc.
It is Varchar.

"computerskillz";p="10282" wrote:If you've added a field, go into "Alter Form Display" and verify that the field you created appears in the "fields" list and that the Auth level is configured with access for you to view it.
If I am looking in the correct area it is set to Registered user.

"computerskillz";p="10282" wrote:You may also want to check your users table via phpmyadmin and confirm that a column for your field exists. If not, then you did something wrong along the way.
I have checked the columns are there.

"computerskillz";p="10282" wrote:If the column exists, and you can see it in the Fields list in PCP then its ready to accept and/or display data (depending on how you have it configured)
Are you talking under Maps definition? If so, it is there under Root >> PCP >> viewprofile.

"computerskillz";p="10282" wrote:Can you provide some more information like the page you're trying to add a field to, such as the registration info page or the view topic , etc.
If you go to my forums [url=http]Quest Chest[/url], you can can see the pages I have made in profiles under the Public tag. The page that is not displayed should be, between Ferrans Hope and Hodstock. If you just want to look without registering view this [url=http]EXAMPLE[/url] in htm format.

If you go to profile you can see all the inputs after Public information, and before Profile Settings.

PostPosted: Sat Jul 01, 2006 2:14 am
Author: Brighid
Found the problem, I had a typo in def_usermaps.php. TY for the help.