Jump to content

How to get "Custom Profile Field" icons horizontally???


Mrs_GZ

Recommended Posts

Hello,

okay i wanted to add icons for "Custom Profile Field" like youtube,facebook,google,PSN,XBOXetc..,but it the topic view they are vertically,one bellow other and this doesnt look very well and it took to much place.

How i could modify it ,so they will be on one line, horizontally???

Check the picture please to get an ideas of what i am talking about.

 

Capture.thumb.PNG.6a281f6fabd3a64cd363f4

 

Link to comment
Share on other sites

That should be in ;

ACP > Look & Feel > Manage Skins Sets & Templates > <template in use> > Global Templates > UserInfoPane

There should be a code as ;

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

Not sure but removing <li> and </li> may help

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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