SMF For Free Support Forum

SMF For Free Support => Guides and Tutorials => Topic started by: Kimmie on March 31, 2007, 09:40:16 am

Title: [GUIDE] Custom Profile Fields
Post by: Kimmie on March 31, 2007, 09:40:16 am
Custom Profile Fields
Admin > Features and Options > Custom Profile Fields

Gives you the ability to create custom profile fields.
With some imagination there are many things you can do with Custom Profile Fields.  

Below you will find a few examples of things you can do:  
Location Field, Secondary Group, Profile Music, Mood, Profile Background,  Profile Popup, YouTube Video in Profile
Other uses for Custom Profile Fields:
Warning System (http://www.smfsupport.com/support/guides_and_tutorials/guide_creating_a_warnings_system_with_pictures-t7060.0.html;msg33349#msg33349)
Infractions System (http://www.smfsupport.com/support/guides_and_tutorials/guide_infractions_system-t8239.0.html;msg39886#msg39886)
Rewards System (http://www.smfsupport.com/support/guides_and_tutorials/guide_a_good_way_to_make_a_reward_system-t3538.0.html;msg17999#msg17999)
Youtube Video in Profile (http://www.smfsupport.com/support/guides-and-tutorials/(guide)-how-to-post-a-youtube-video/)
 


Make a Location Field:     
When someone registers on your forum there will be a Location Field where they can type in their location.  
Their location will then show on their profile and in posts.   You could also use this for asking them  "How did you hear about our forum?   etc. and have it show only on the profile, only you can see it.  Use your imagination!


Go to Admin CP > Features and Options > Custom Profile Field
Check the box marked ENABLE UNNAMED FIELD.
Select the TEXT in the dropdown box then click  SETTINGS

Settings Page:

Name: The name you choose here is what will show up on their profile page.
Field Description: This is what will show up on their posts.
Show in Profile:   Put a check here if you want it to show in the Profile
Show in Posts:  Choose  "show under post count"
Show on Registration?:   Choose "Optional" or "Forced"  (Forced will force them to answer the field)
Only allow admins to view field?:   Choose this if you want to be the only one to see the field.


When making the custom profile field for your registration page, The "NAME" field is a brief name for it, and the field description is where you need to type your question such as "How did you hear about us"?



Show secondary membergroup in posts or profile:  
(Could be used for rewards, warnings, use your imagination)


You will need to find/make the images you want to use, host them on someplace like Photobucket, get the "direct" links for them.
If you do not know what the direct link is:   Help with Choosing Links at Photobucket (http://www.smfsupport.com/support/guides_and_tutorials/guide_help_with_choosing_photobucket_links-t8412.0.html;msg40740#msg40740)

Go to Admin > Features and Options > Custom Profile Fields
Choose TEXT in the dropdown box
Clic:  SETTINGS

Name: Secondary Group.  The name you put here is what will show up on their profile page.
Field Description: Secondary Group.  This is what will show up on their posts just above the image.
Show in Profile:   Put a check here if you want it to show in the Member's Profile
Show in Posts:  Choose  "show under post count" to show the image in Posts
Parse BBC:   Put a checkmark here

Screenshot: 
(http://i102.photobucket.com/albums/m105/mysmileyplace/groupsqo2.gif)


To put them on their profile go to their profile..   scroll down and find Secondary Group.
In the box to the right of it do:  
Code: [Select]
[img]IMAGE URL[/img]Replace IMAGE URL with the url of the image you want to show in their posts/profile

(http://i102.photobucket.com/albums/m105/mysmileyplace/profilecommentsstuff.gif)


This is how it will look in their posts:
(Used my little sig bar for the example)

(http://i102.photobucket.com/albums/m105/mysmileyplace/secgroup.gif)


The following examples copied from a post by trevix:
orignally posted here (http://www.smfsupport.com/support/smf_for_free_codes/code_custom_profile_fields_options-t6809.0.html)


Profile Music:

TypeText
Show in profile?Yes
Show in posts?No
Text to display before field<embed src="
Text to display after field" autostart="true" loop="true" height="18" width="100%" volume="100" />
NotesText to display after field has lots of possibilities, edit it to fit your site


Profile Wallpaper:

TypeText
Show in profile?Yes
Show in posts?No
Text to display before field <style type="text/css">body { background: url("
Text to display after field ") fixed center no-repeat;}</style>
NotesYou can edit fixed center no-repeat in the Text to display after field to change around the background styling

Profile Mood:


Type:  Selection Box

Name:   Mood
Field Discription:  Mood
Show in posts?:   Yes
Show in profile?:   Yes
Options/Possible Moods:
Code: [Select]
Accepted
Accomplished
Aggravated
Aggressive
Alone
Amazed
Amused
Angelic
Angry
Annoyed
Anxious
Apathetic
Ashamed
Asleep
Awake
Bashful
Bewildered
censoredy
Bittersweet
Blah
Blank
Blissful
Bored
Bouncy
Breezy
Brooding
Busy
Buzzed
Calm
Chatty
Cheeky
Cheerful
Chipper
Cold
Complacent
Confused
Content
Cool
Cranky
Crappy
Crazy
Crushed
Curious
Curmudgeon
Cynical
Daring
Dark
Dead
Depressed
Determined
Devilish
Devious
Dirty
Disappointed
Discontent
Ditzy
Doh
Dorky
Doubtful
Drained
Drunk
Ecstatic
Energetic
Enraged
Enthralled
Envious
Exanimate
Excited
Exhausted
Fine
Flirty
Frustrated
Full
Gay
Geeky
Giddy
Giggly
Gloomy
Good
Goofy
Grateful
Groggy
Grumpy
Guilty
Happy
High
Hopeful
censored
Hot
Hungry
Hyper
Impressed
In Love
Indescribable
Indifferent
Infuriated
Innocent
Inspired
Irate
Irritated
Jealous
Jubilant
Lazy
Lethargic
Listless
Lonely
Loved
Lurking
Mad
Melancholy
Mellow
Mischievous
Moody
Morose
Naughty
Nerdy
Numb
Okay
Optimistic
Paranoid
Peaceful
Pensive
Pessimistic
censoreded Off
Pleased
Predatory
Psychedelic
Quixotic
Recumbent
Refreshed
Rejected
Rejuvenated
Relaxed
Relieved
Restless
Rushed
Sad
Satisfied
Scared
Shocked
Sick
Silly
Sleepy
Smart
Sneaky
Stressed
Surprised
Sympathetic
Thankful
Tired
Tolerant
Touched
Twisted
Uncomfortable
Volatile
Weird
Worried
Yeehaw

You can use images instead of words.
Put a check mark in:   Parse BBC.
For each Option instead of words do the images like this:

Code: [Select]
[img]MOOD IMAGE URL GOES HERE[/img]

Custom Popup:

TypeText
Show in profile?Yes
Show in posts?No
Text to display before field<script language="JavaScript">alert("
Text to display after field")</script>
Based off the topic by SbS


YouTube Video in Profile Page:

Thanks to Kyouri for figuring this out.

Make sure the 'Parse BBC' is UNchecked.

Text to display before field (BBC is ok if enabled above)
Code: [Select]
<object width="300" height="300"><param name="movie" value="http://www.youtube.com/v/"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/
Text to display after field (BBC is ok if enabled above)
Code: [Select]
" type="application/x-shockwave-flash" wmode="transparent" width="300" height="300"></embed></object> *Make sure there is no space before the first ' " ' sign, but that there is a space between it and ' type.... '.

All the member will need to do, is place all the text following the ' = ' sign in the video url, into the text field on their Forum Profile Information page, and click save.

This code can be modified to adjust the width and height of the player to better suit your needs, but remember to change them both in the 'before' AND 'after' codes.


Title: Re: [GUIDE] Custom Profile Fields
Post by: Stitch on June 15, 2008, 03:04:41 pm
Forum Url: http://projectphoenix.smfforfree4.com
sorry im new to this coding thing but for the moods how do u add images? i checked bbc parse put the
Code: [Select]
[img][/img] and put the image url http://www.uploadgeek.com/uploads456/1/AFK.gif and it doent work
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on June 15, 2008, 03:28:35 pm
I got it to work.  It wouldnt when I tried your image but it is working with one of mine using an image hosted on photobucket.

Make sure Parse BBC is clicked

In the options put them in this way:

Code: [Select]
[img]MOOD IMAGE URL GOES HERE[/img]
This is how it will look:

(http://i102.photobucket.com/albums/m105/mysmileyplace/mood.gif)
Title: Re: [GUIDE] Custom Profile Fields
Post by: Stitch on June 15, 2008, 03:40:50 pm
- bangs head on computer - lol it worked sorta see i was looking at the profire where u choose the mood picture it wasnt showing up so i thought it wasnt working but it shows up in the posts ok ty
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on June 15, 2008, 03:42:23 pm
- bangs head on computer - lol it worked sorta see i was looking at the profire where u choose the mood picture it wasnt showing up so i thought it wasnt working but it shows up in the posts ok ty

lol okay
I edited the instructions abit just now so its clearer on what to do
Title: Re: [GUIDE] Custom Profile Fields
Post by: EyeSpyDesigns on August 02, 2008, 09:58:32 am
this was VERY helpful!! Thank you so much for taking the time to write it out. :) Made my day! :smitten:
Title: Re: [GUIDE] Custom Profile Fields
Post by: Zixus on August 02, 2008, 12:49:29 pm
I am not sure on the mood one, do i have to keep making options and typing the moods up in them?
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on August 02, 2008, 12:51:04 pm
Yes you do.  You'll have to do that for every choice you want in it.
I use it on my own forum.  It does work well.
There is one thing I wish there were a way around though and there isnt. 
If you even view a profile>forum profile imformation  that has not had that option set in it by the member it will set it to the first one in the list.   I have not found a way for it not to do that.
Title: Re: [GUIDE] Custom Profile Fields
Post by: Zixus on August 02, 2008, 01:00:17 pm
Oh right, thanks :D i might add like 10 then get some rest  :laugh:
Title: Re: [GUIDE] Custom Profile Fields
Post by: Stitch on August 14, 2008, 10:28:02 pm
hmm for the secondary group thing here is what mine looks like

(http://img4.uploadhouse.com/fileuploads/2412/2412954-holder-311e508cd634a4c46a6788d0175ab949.jpg)

why is it allll the way down there now right under where the Administrator tag is
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on August 14, 2008, 10:44:54 pm
Cus it puts it right above the post count and you have a lot more stuff on there then I do in the screenshot for that  ;)   It would be way down there on mine too.
Title: Re: [GUIDE] Custom Profile Fields
Post by: Stitch on August 14, 2008, 10:51:14 pm
ohh and awww :( :buck2:
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on August 14, 2008, 10:54:47 pm
It says "show under post count" in the dropdown box for Show in Posts.
Oddly it always puts things just above it, not under it   :D
Title: Re: [GUIDE] Custom Profile Fields
Post by: Josh[y] on August 28, 2008, 12:45:53 pm
On the Custom Wallpaper, what do I put in the box? I tried the url to an image and it didnt work. And I tried a url to a layout preview and that didnt work either.
Title: Re: [GUIDE] Custom Profile Fields
Post by: nicolei02 on September 11, 2008, 06:50:29 am
Forum Url: http://powertrip.smfforfree2.com
this is cool! :D
thanks! you're of great help!
Title: Re: [GUIDE] Custom Profile Fields
Post by: p0sesed soul on October 03, 2008, 09:03:40 pm
Quote

Profile Wallpaper:

TypeText
Show in profile?Yes
Show in posts?No
Text to display before field<style type="text/css">body { background: url(
Text to display after field) fixed center no-repeat;}</style>
NotesYou can edit fixed center no-repeat in the Text to display after field to change around the background styling


just 1 quick thing shouldnt
Text to display before field
Code: [Select]
<style type="text/css">body { background: url(and
Text to display after field
Code: [Select]
) fixed center no-repeat;}</style>be
Text to display before field
Code: [Select]
<style type="text/css">body { background: url("and
Text to display after field
Code: [Select]
") fixed center no-repeat;}</style>if you havn't noticed what i have done on text to display before field i have added quotation marks ' " '
and on text to display before field i have added ' " ' at the start therefore it should now read the image url you are putting in
P.S. it fixed mine but then again it is just 2 little quotation marks easy mistake colonel yours should work if you add the quotation marks

P.P.S. can anybody tell me a way that i can make the image show on the actual profile instead of in the background behind all the tabs?
Title: Re: [GUIDE] Custom Profile Fields
Post by: Josh[y] on October 03, 2008, 09:17:19 pm
Ya I got it to work by adding those quotation marks.
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 04, 2008, 10:37:05 am
edited the Profile Wallpaper instuctions - added the quotes to it
Title: Re: [GUIDE] Custom Profile Fields
Post by: Josh[y] on October 04, 2008, 10:53:46 am
Thanks sibyl. I was going to tell you that you should do that but I never got around to it  ;)
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 04, 2008, 10:54:21 am
Thanks sibyl. I was going to tell you that you should do that but I never got around to it  ;)

I noticed it last nite.. it was late, I was tired.. I didnt want to mess it up  ;)
Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 06, 2008, 09:36:16 am
Hi

I have added custom field for music from admin>Features and Options. It appears in user profile options, i have added url of music file there but no music is played when i view profile. What is not working?

Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 06, 2008, 09:38:06 am
We need a screenshot of your settings in custom profile field as well as exactly what you put in the profile itself for the music link in order to know what the problem may be.
Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 06, 2008, 09:56:20 am
I have attached the screenshots.
Please check.
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 06, 2008, 10:09:50 am
I can not see the entire code you put in:  Text to display after field  in your screenshot to know for sure you have that correct.  Make sure it is:  

" autostart="true" loop="true" height="18" width="100%" volume="100" />

The url you put in for the mp3 file will not work.
You need to upload the file to a file host that will allow you to do so and use the url from there.

You ARE using an SMF for FREE hosted forum correct?  Forum url?
Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 08, 2008, 10:24:04 am
Now i have given this url

http://www.filefactory.com/file/cdec4d/n/aajanachle05_rm]aajanachle05.rm

instead of (http://localhost/smf/profile_music/dosti.mp3) in CProfileMusic field.

Also i have pasted

" autostart="true" loop="true" height="18" width="100%" volume="100" /> in "text to display after field"

But i can't see or hear anything?  ???
Title: Re: [GUIDE] Custom Profile Fields
Post by: Josh[y] on October 08, 2008, 10:44:52 am
I think it has to be a .mp3 URL.
Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 08, 2008, 10:52:03 am
I guess this file hosting address is not right

Can you please tell me of any hosting place where i can place the file and get the url

Thanks.
Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 08, 2008, 10:52:44 am
No this time i changed the music file.
Title: Re: [GUIDE] Custom Profile Fields
Post by: LaundryLady on October 08, 2008, 10:55:31 am
Please don't double post, just modify your last post to reflect your corrections.

Just Google free music hosting services and you should come up with a few.

Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 08, 2008, 11:55:14 am
Sorry for that, i didn't knew i could modify.

Anyways, i have tried a different hosting service and used this link
http://www.filefreak.com/pfiles/77023/Dosti.mp3

but still nothing is playing!!!

I have Ultimate Profile mod installed as well. When i use the following code in its Media field, player is visible and song is also played.
Code: [Select]
<embed src="http://www.filefreak.com/pfiles/77023/Dosti.mp3" width=145 height=55 autostart=true loop=true>
<noembed>
<bgsound src="http://www.filefreak.com/pfiles/77023/Dosti.mp3" loop=infinite>
</noembed>

Then why it is not working here in Custom Profile Field???
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 08, 2008, 12:36:27 pm

I have Ultimate Profile mod installed as well. When i use the following code in its Media field, player is visible and song is also played.

What is your forum url?   If you are able to install Mods then you are not using a forum hosted by this service and you need to go to simplemachines.org for support.    We do support for forums hosted by SMF for Free only.
Title: Re: [GUIDE] Custom Profile Fields
Post by: extrasmf on October 08, 2008, 12:46:38 pm
Currently i have not hosted my forum anywhere. Its running on my local machine using http://localhost
i will host it after i have all the things working on my local machine using WAMP.

But i don't think it should cause any problem?
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 08, 2008, 01:13:45 pm
Currently i have not hosted my forum anywhere. Its running on my local machine using http://localhost
i will host it after i have all the things working on my local machine using WAMP.

But i don't think it should cause any problem?

You are at the wrong Support Forum.     Go to:  http://www.simplemachines.org/community/index.php
Title: Re: [GUIDE] Custom Profile Fields
Post by: OutOfOrder on October 12, 2008, 06:51:57 am
thanks, you were a great help!
Title: Re: [GUIDE] Custom Profile Fields
Post by: statgrim on October 30, 2008, 03:28:28 pm
Forum Url: http://fenderscapez.smfforfree2.com
Hello, how would i find this icon? the staff one, or is there a site to find stuff like this? i tried going to google and searching it but nothing good came up.
(http://i369.photobucket.com/albums/oo134/statgrim/VeryNice.jpg)
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on October 30, 2008, 03:33:42 pm
Forum Url: http://fenderscapez.smfforfree2.com
Hello, how would i find this icon? the staff one, or is there a site to find stuff like this? i tried going to google and searching it but nothing good came up.
(http://i369.photobucket.com/albums/oo134/statgrim/VeryNice.jpg)

I think some were posted here in the Graphics Board.   You could search that Board  (I dont know exactly where they are)      Or search Google Images.
Title: Re: [GUIDE] Custom Profile Fields
Post by: Andrew on December 13, 2008, 09:09:18 pm
Anyone know where to get some images for moods?
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on December 18, 2008, 12:39:04 am
Anyone know where to get some images for moods?

Search "mood icons" in Google images..   you'll find lots of them
http://www.tetrap.com/lj/
http://www.c4vct.com/kym/slachash/emote/
http://hopkirk.ratiosemper.com/media.html#icons
you can use mini smileys as well
http://members.cox.net/mysmileyplace/html/mini1.html
Title: Re: [GUIDE] Custom Profile Fields
Post by: OutOfOrder on December 18, 2008, 09:58:40 am
I got the images that i wanted from.. and i made all the options with the (http://URL) and all that comes up is the actual words "(http://url)" there are no pics...

how do i fix this??

what i mean about this is that in the selection place, the selections come up as the (http://url) actual words, but then on the forum, after selection, it looks fine... how do i make the selections look like pics as well??
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on December 18, 2008, 10:01:12 am
I got the images that i wanted from.. and i made all the options with the (http://URL) and all that comes up is the actual words "(http://url)" there are no pics...

how do i fix this??

Explain what you are trying to do, what your settings are for it,  please
Title: Re: [GUIDE] Custom Profile Fields
Post by: OutOfOrder on December 18, 2008, 10:02:36 am
I got the images that i wanted from.. and i made all the options with the (http://URL) and all that comes up is the actual words "(http://url)" there are no pics...

how do i fix this??

what i mean about this is that in the selection place, the selections come up as the (http://url) actual words, but then on the forum, after selection, it looks fine... how do i make the selections look like pics as well??
I meant that i wanted the selection to be pics rather than words. on the forum, it looks like a pic, but on the selection area, it is just words...
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on December 18, 2008, 10:04:38 am
you can't - it won't work that way
Title: Re: [GUIDE] Custom Profile Fields
Post by: Andrew on December 19, 2008, 11:30:48 am
Anyone know where to get some images for moods?

Search "mood icons" in Google images..   you'll find lots of them
http://www.tetrap.com/lj/
http://www.c4vct.com/kym/slachash/emote/
http://hopkirk.ratiosemper.com/media.html#icons
you can use mini smileys as well
http://members.cox.net/mysmileyplace/html/mini1.html
Cool thanks SS!
Title: Re: [GUIDE] Custom Profile Fields
Post by: Josh[y] on January 25, 2009, 07:41:42 pm
With the adding music one, how would you add another song to it?
I used the before and after feild code to add a player to the bottom of my forums and I was wondering how to add another song.
Title: Re: [GUIDE] Custom Profile Fields
Post by: Seldom Fail on February 16, 2009, 07:41:14 pm
Where do I put the moods at? The long list of mood options...
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on February 16, 2009, 07:44:12 pm
Click on Add an Option at the bottom of the settings page.  It will add a field for you there.   Type in the name of the Mood.   Click it again to add another..   you'll have to do them one at a time.
Title: Re: [GUIDE] Custom Profile Fields
Post by: Seldom Fail on February 16, 2009, 08:02:32 pm
Thanks :D

Can I do words AND images on the moods?
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on February 16, 2009, 08:03:23 pm
you'll have to play with it to figure that out..   you can do words, OR do images..  I don't know if you can put both in there or not
Title: Re: [GUIDE] Custom Profile Fields
Post by: Seldom Fail on February 16, 2009, 08:18:01 pm
Yea I got it.

Code: [Select]
MOOD [img]MOOD IMAGE[/img]
Pretty simple... lol

Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on February 16, 2009, 08:19:23 pm
heh..  figured as much   .. I just sometimes lead you in the right direction and make you do the rest lol
Title: Re: [GUIDE] Custom Profile Fields
Post by: amigo on May 15, 2009, 05:04:45 pm
Hi All

I'm new to all this and my mate has just built my site and forum I have been having a little play as I want to have a location field in the profile. I have tried to follow the info in the first post but I dont have a custom profile field. Do I have an old version or something.

Thanks in advance
Title: Re: [GUIDE] Custom Profile Fields
Post by: Andrew on May 15, 2009, 08:52:17 pm
Hi All

I'm new to all this and my mate has just built my site and forum I have been having a little play as I want to have a location field in the profile. I have tried to follow the info in the first post but I dont have a custom profile field. Do I have an old version or something.

Thanks in advance

First thing to do, click your Admin tab, then Features and Options then Custom Profile Fields
That's how to get there, the guide should be self-explanatory from there ;)

If you need help with one thing in particular let us know.
Title: Re: [GUIDE] Custom Profile Fields
Post by: amigo on May 16, 2009, 12:06:42 pm
I have not got the custom profile field. I seem to be missing it :-\
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on May 16, 2009, 02:36:06 pm
I have not got the custom profile field. I seem to be missing it :-\

The version of smf you are running does'nt include it.
Your not running an SMF for Free hosted forum -  you need to use simplemachines.org for support .
Title: Re: [GUIDE] Custom Profile Fields
Post by: amigo on May 18, 2009, 12:15:31 pm
I have not got the custom profile field. I seem to be missing it :-\

The version of smf you are running does'nt include it.
Your not running an SMF for Free hosted forum -  you need to use simplemachines.org for support .


Thanks
Title: Re: [GUIDE] Custom Profile Fields
Post by: rebelman2 on November 23, 2009, 11:22:02 am
wooot its works
Title: Re: [GUIDE] Custom Profile Fields
Post by: AwesomeKidChris on January 21, 2010, 08:12:57 pm
When i check the box for "show under Post count" it won't work... theres somthing wrong with it.
Title: Re: [GUIDE] Custom Profile Fields
Post by: -A- on May 20, 2010, 07:59:34 pm
Hehe. Just a question.

How can I make it so that a person must answer a question correctly to pass registration? I seem to recall this being possible... just can't find where I saw this.
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on May 20, 2010, 08:39:04 pm
Hehe. Just a question.

How can I make it so that a person must answer a question correctly to pass registration? I seem to recall this being possible... just can't find where I saw this.

Im not sure that you can do that with Custom Profile Fields with 1.1.11.   
Its an Anti Spam/ Verification Question Option in the 2.0 RC versions of the software.
Title: Re: [GUIDE] Custom Profile Fields
Post by: -A- on May 20, 2010, 08:51:08 pm
Ah, all is good. I must be making up memories. Haha. Well then, I will be fine without this.  ::)
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on May 20, 2010, 08:53:14 pm
Ah, all is good. I must be making up memories. Haha. Well then, I will be fine without this.  ::)

er I think you may have seen it on that other forum you happen to be on right now LOL

but anyhoo..  I can't figure a way to do it with Custom Profile Fields, sorry

Title: Re: [GUIDE] Custom Profile Fields
Post by: -A- on May 20, 2010, 09:13:36 pm
Ah, all is good. I must be making up memories. Haha. Well then, I will be fine without this.  ::)

er I think you may have seen it on that other forum you happen to be on right now LOL

but anyhoo..  I can't figure a way to do it with Custom Profile Fields, sorry



Indeed I did, however I thought that they were there when that forum was on this service.
Title: Re: [GUIDE] Custom Profile Fields
Post by: simply sibyl on May 20, 2010, 09:23:58 pm

Indeed I did, however I thought that they were there when that forum was on this service.

Only the Location Field  was..  The Guide for CPFs shows how to do that one.