Jump to content

UserInfoPane


Twister

Recommended Posts

Salutare PCT. Am cautat , de 2 zile un userinfopane bun , dar nu gasesc , as vrea unu care sa aiba si intereseze , sex , locatie , si bari rotunjire daca se poate la member title si grad , si un patratel cu reputatie , va rog .

f9ba909305ed.jpg

P.s nu imi merge custom profile fields , adica fac tot si bag la ultima

<dl class="pairsJustified">
  <li class='post_count desc lighter'>
<dt>{title}</dt>
   <dd>{content}</dd>
  </li> 

si degeaba , nu mi arata

Link to comment
Share on other sites

  • Moderators

Probabil in userInfoPane iti lipseste foreachu care sa arate custom profile fields. Vezi daca ai bucata asta:

<if test="authorcfields:|:$author['custom_fields'] != """>
		<ul class='custom_fields'>
			<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
				<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
					<if test="$field != ''">
						<li>
							{$field}
						</li>
					</if>
				</foreach>
			</foreach>
		</ul>
	</if>

Daca nu, adauga unde vrei sa apara campurile custom.

 

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.