horloff
-
Total Posts
:
8
-
Reward points
:
30
-
Status: offline
|
custom registration field formatting
Mon. Sep 29, '03 2:24 PM
( permalink)
Would it be possible to add PDGCode to the "large" custom registration fields? There doesn't seem to be a way to provide any formatting options for these large fields.
|
|
|
|
Samuel
-
Total Posts
:
11857
-
Reward points
:
180790
- Joined: May 23 '01
-
Status: offline
|
RE: custom registration field formatting
Tue. Sep 30, '03 6:36 PM
( permalink)
These large fields are only shown in the member profile page. As such, I don't think PGDCode is necessary. If you have the need, it is easy: Line 342 in js/pgdregistration.asp is where the data get written to the screen. Just surround the value with PGDCode function: PGDCodeResolution( objPGDCode, body,1) objPGDCode is just a regexp object, and body is the value of the field.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
horloff
-
Total Posts
:
8
-
Reward points
:
30
-
Status: offline
|
RE: custom registration field formatting
Wed. Oct 1, '03 9:48 AM
( permalink)
Samuel, On our boards we list Gaming Rig (PC specs) on the users profile page. It's free form but it would be nice for user to list the specs like this. - CPU - 3.0
- Video Card - Radeon 9600 Pro Ultimate
- Blah, blah, blah
Thanks for the info on code changes.
|
|
|
|
Samuel
-
Total Posts
:
11857
-
Reward points
:
180790
- Joined: May 23 '01
-
Status: offline
|
RE: custom registration field formatting
Wed. Oct 1, '03 4:39 PM
( permalink)
You can have multiple text fields (instead of a free form). Like one field for CPU, one field for video card, one field for speaker, etc.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|