Additional Settings For Custom Profile Fields [1.2]
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #81
RE: Additional Settings For Custom Profile Fields
(08-20-2012 06:10 AM)Sama34 Wrote:  Do you remember this RateU?:
Unfortunately, I can't reproduce it. I'll try to reproduce it.

08-21-2012 12:16 AM
Find all posts by this user Quote this message in a reply
Gstone Offline
Member
***
Posts: 55
Joined: May 2012
Post: #82
RE: Additional Settings For Custom Profile Fields
i was reading the earlier post about selecting a custom field, then a new one appearing to be filled out after choosing an option. this is similar to what i want, but not quite.

What i would like to do is have a user select an option out of 4 (select box):

option a
option b
option c
option d

after choosing any of the options, the options in the second custom field are changed:

"option a" was chosen, and user can now select "hello" and "goodbye" in a new select box.
"option b" was chosen, and user can now select "yes" and "no"
and so on

i dont need the new custom field to open upon a selection though. it can simply be under the first select box, but the options within it change based on the first selection. or even, all options show, but some are disabled (greyed out, not selectable) based upon which selection was chosen first.

i suppose this will require javascript as well anyway? any direction for this would be nice, as i am not experience in javascript at all.
09-12-2012 04:41 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #83
RE: Additional Settings For Custom Profile Fields
Yes it would require Javascript, which means it could easily be bypassed by simply disabling Javascript in the browser.
If there aren't that many combinations, I'd just stick all of them into the same field, eg:
option a, yes
option a, no
option b, yes
option b, no
...

My Blog
09-12-2012 05:53 PM
Find all posts by this user Quote this message in a reply
Gstone Offline
Member
***
Posts: 55
Joined: May 2012
Post: #84
RE: Additional Settings For Custom Profile Fields
Yes, that may be a better option. thank you.
09-13-2012 01:55 PM
Find all posts by this user Quote this message in a reply
Seabody Offline
Member
***
Posts: 54
Joined: Aug 2012
Post: #85
RE: Additional Settings For Custom Profile Fields
Can I remove certain fields from my profiles? I'm using Tomm's MyNetwork Profiles, btw.
09-17-2012 05:08 PM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #86
RE: Additional Settings For Custom Profile Fields
Tomm's Profile System, though lovely, does not play that nicely with other profile plugins. You might be better off asking Tomm.


[Image: leelink.gif]
MYBB1.6 & XThreads
09-18-2012 03:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Seabody Offline
Member
***
Posts: 54
Joined: Aug 2012
Post: #87
RE: Additional Settings For Custom Profile Fields
Then, since I am almost a plugin-a-holic, I uninstalled it. I will miss it, but I think I will have greater customization opportunities without it. (Plus, my forum is not a Social Network and it felt like I was trying to kid myself as if it was)

How do I remove them from default profiles then?
09-18-2012 03:51 PM
Find all posts by this user Quote this message in a reply
Gstone Offline
Member
***
Posts: 55
Joined: May 2012
Post: #88
RE: Additional Settings For Custom Profile Fields
(09-18-2012 03:51 PM)Seabody Wrote:  Then, since I am almost a plugin-a-holic, I uninstalled it. I will miss it, but I think I will have greater customization opportunities without it. (Plus, my forum is not a Social Network and it felt like I was trying to kid myself as if it was)

How do I remove them from default profiles then?

Remove the {$profilefields} variable from member_profile and then insert them individually with this plugin.

EDIT: another question from me... is there any way to put custom fields in member list?
(This post was last modified: 09-18-2012 05:17 PM by Gstone.)
09-18-2012 04:51 PM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #89
RE: Additional Settings For Custom Profile Fields
(09-18-2012 03:51 PM)Seabody Wrote:  How do I remove them from default profiles then?
If you want to remove some fields only, and place it outside the {$profilefields} blocks:
  1. Set the Hide on profile? settings of the custom profile fields to Yes.
  2. Put {VALUE} inside the Display Format settings. You can style it here.
  3. Put {$xtpf['fidX']} manually in your member_profile template, where X is the custom profile fields ID.


(09-18-2012 04:51 PM)Gstone Wrote:  is there any way to put custom fields in member list?
The same method as member profile page, you can put {$xtpf['fidX']} variable manually in your memberlist_user template, where X is the custom profile fields ID.

09-19-2012 01:29 AM
Find all posts by this user Quote this message in a reply
Gstone Offline
Member
***
Posts: 55
Joined: May 2012
Post: #90
RE: Additional Settings For Custom Profile Fields
oh thank you yet again. i must have made a mistake the first time i tried doing that. (works great now)
(This post was last modified: 09-19-2012 12:15 PM by Gstone.)
09-19-2012 12:14 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: