Jump to content

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

Featured Replies

Posted

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

 

  • Author

Opss forgot to mention i am on 3.4.8 IPB and i think i'm in the wrong section too lol.

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

  • Author

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

​Thank you ,it works !

 

Capture2.thumb.PNG.4b7ca866390fcc8604739

I am glad it did :)

Archived

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

Recently Browsing 0

  • No registered users viewing this page.