Custom Profile Field in signature
#1
I made a custom profile field, "Friends List", and I want it to display in every users signature(if they have friends on their list) like this



________________________
Friends List: Username, Username, Username, Username

[SIGNATURE]

is there any way to do this?
[Image: sigs.gif]
Reply
#2
Sure there is =P What's the fid of that field ? And how is it build up ? Just a textbox where they can fill in some names ?
Reply
#3
The ID is 4, it's a textarea, like the Bio. Should it be just a textbox?
[Image: sigs.gif]
Reply
#4
dudeness3 Wrote:The ID is 4, it's a textarea, like the Bio. Should it be just a textbox?

No =P Can you try the attached file ? Just upload into your ./inc/plugins/folder and activate. And look into your signature and see if it works =P


Attached Files
.php   cfis.php (Size: 1.29 KB / Downloads: 88)
Reply
#5
Testing it now. I LOVE YOU! But one thing, it's showing it above the line, instead of under it. And just to ask, can I use you as my plugin tangerine?
[Image: sigs.gif]
Reply
#6
dudeness3 Wrote:Testing it now. I LOVE YOU! But one thing, it's showing it above the line, instead of under it. And just to ask, can I use you as my plugin tangerine?

Yeah, i've switched them =P

$post['signature'] =  "{$custom}{$post['signature']}";

Should be
$post['signature'] =  "{$post['signature']}{$custom}";

You can change it manually or redownload the file. Just reupload, no deactivation needed.
Reply
#7
LeX- Wrote:
dudeness3 Wrote:Testing it now. I LOVE YOU! But one thing, it's showing it above the line, instead of under it. And just to ask, can I use you as my plugin tangerine?

Yeah, i've switched them =P

$post['signature'] =  "{$custom}{$post['signature']}";

Should be
$post['signature'] =  "{$post['signature']}{$custom}";

You can change it manually or redownload the file. Just reupload, no deactivation needed.
I tried that, it puts the list under the signature. But my friend with vBulletin had this same issue, he just put an hr above the friends list so it looks like this

______________________
Friends List: Username, Username
______________________
[SIGNATURE]

and for the first time in my life, I understand php!
[Image: sigs.gif]
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)