2011-01-22, 12:11 PM
Pages: 1 2
2011-01-22, 01:03 PM
don't you think it would be much bigger there? LOL
2011-01-22, 01:25 PM
(2011-01-22, 01:03 PM)crazy4cs Wrote: [ -> ]don't you think it would be much bigger there? LOLwell,
i know what size of the image would fit on it.
2011-01-22, 01:33 PM
Replace your {$post['fidX']} with the following;
Where X is the Custom Profile Field ID.
<a href="http://link"><img src="{$post['fidX']}"></a>
Where X is the Custom Profile Field ID.
2011-01-22, 01:47 PM
(2011-01-22, 01:33 PM)Yaldaram Wrote: [ -> ]Replace your {$post['fidX']} with the following;
<a href="http://link"><img src="{$post['fidX']}"></a>
Where X is the Custom Profile Field ID.
What? Lol
First of all he never mentioned that he wanted to link it and the rest , in just confused.
From the way i see it is he just wants to add an image to a specific profile field.
Use this:
<img src="image link here" />: {$post['fidX']}
2011-01-22, 01:51 PM
(2011-01-22, 12:11 PM)Shiny Wrote: [ -> ]hello,
just want to know how to allow img codes like [img] or <img> in a custom profile field..
Thanks
He said "in" a custom profile field. And not outside the profile field. There's a difference.
2011-01-22, 11:39 PM
do i have to edit any template to put that code?
or
all i have to do is to place the given code in a field?
because i want to make a new custom profile field where i can give my member a small badge, like Loyal Member (with a small logo which represents loyal member)
here's the example:
![[Image: forumfl.png]](https://camo.mybb.com/2c67dc5756c7ab5ac2ce2405094aec90b3485387/687474703a2f2f696d673235352e696d616765736861636b2e75732f696d673235352f393933382f666f72756d666c2e706e67)
and the image will appear in a specific profile where you put the image.
![[Image: forum1x.png]](https://camo.mybb.com/27bb9e35e37c6c7ce9bc7e6e59f8744263ccd7e4/687474703a2f2f696d6735322e696d616765736861636b2e75732f696d6735322f323731382f666f72756d31782e706e67)
or
all i have to do is to place the given code in a field?
because i want to make a new custom profile field where i can give my member a small badge, like Loyal Member (with a small logo which represents loyal member)
here's the example:
and the image will appear in a specific profile where you put the image.
2011-01-23, 12:24 AM
You didn't close the tag; should be:
<img src="http://www.sample.com/loyal_member.jpg" alt="Loyal Member" />
2011-01-23, 01:58 AM
(2011-01-23, 12:24 AM)pyridine Wrote: [ -> ]You didn't close the tag; should be:
<img src="http://www.sample.com/loyal_member.jpg" alt="Loyal Member" />
no, it is not working.
this won't display image, instead the exact code is the one appearing on the profile..
bump bump.
2011-01-25, 10:20 AM
any one??
Pages: 1 2