Profile Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • House_of_Crazed
    Senior Member
    • May 2004
    • 241
    • 3.0.6

    Profile Question

    Yo

    I'm curious...

    How would I go about adding a field to the "Additional Information" block in the profile?

    Because when I did, it duplicated itself for the other fields that's already filled in.

    HoC
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Admin CP -> User Profile Field -> Add New User Profile Field

    If this isn't working for you then please post exactly what you are doing.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • House_of_Crazed
      Senior Member
      • May 2004
      • 241
      • 3.0.6

      #3
      Forgot about this, lol...

      What I am trying to do is to make a custom profile field based on what usergroup they are in and sticking it under the "Additional Information" but aligned correctly with the other profile lines.

      It's working fine, but duplicating itself for every profile field there is.

      I've been thinking & wrecking my mind for how to fix this & avoid the duplicating. I can provide a Screenshot if I need to.

      HoC

      Comment

      • House_of_Crazed
        Senior Member
        • May 2004
        • 241
        • 3.0.6

        #4
        *bumpity bump* It've been roughly 24 hours, so I think that would be okeydokey to bump?? If not, sorry

        HoC

        Comment

        • Jake Bunce
          Senior Member
          • Dec 2000
          • 46598
          • 3.6.x

          #5
          Edit the profile field:

          Admin CP -> User Profile Fields -> User Profile Field Manager -> [Edit]

          Set the Which page displays this option? setting to Edit Profile. That should do it.

          Comment

          • House_of_Crazed
            Senior Member
            • May 2004
            • 241
            • 3.0.6

            #6
            Forgive me, Jake. But that's not how I set up the custom field.

            This custom field is manually placed by me, it is not created by the Profile Field Manager.

            It is a condition that for a specific usergroup if the person has verified their identity on my site. Because I set up different usergroups to better organize my users.

            I've attached a SS so you can see what I'm talking about.

            I admit, my choice of words to explain my problem wasn't good but eh! lol

            HoC
            Attached Files

            Comment

            • Jake Bunce
              Senior Member
              • Dec 2000
              • 46598
              • 3.6.x

              #7
              Go to your:

              Admin CP -> Styles & Templates -> Style Manager -> « » -> Member Info Templates -> MEMBERINFO

              Find this code and add the red code:

              Code:
              		<div class="fieldset">
              			<if condition="$userinfo['birthday'] OR $customfields">
              				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
              				<if condition="$userinfo['birthday']">
              				<tr>
              					<td>
              						<strong>$vbphrase[birthday]</strong>:<br />
              						$userinfo[birthday]
              					</td>
              				</tr>
              				</if>
              				$customfields
              
              				[color=red]<tr>
              					<td>
              						<strong>TITLE</strong>:<br />
              						TEXT
              					</td>
              				</tr>[/color]
              
              				</table>
              			<else />
              				<em>$vbphrase[n_a]</em>
              			</if>
              		</div>
              That is what the placement of the code would look like. You need to fill in the values.

              Is that what you wanted?

              Comment

              • House_of_Crazed
                Senior Member
                • May 2004
                • 241
                • 3.0.6

                #8
                Hmmm...

                Okay, thanks Jake. I'm stupid. *laughs*

                Because I tried exactly what you just suggested and it wasn't working.

                Thanks!!

                HoC

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...