2007-09-09, 01:31 AM
(This post was last modified: 2007-09-09, 01:33 AM by Haunter Master.)
LeX- Wrote: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 thisdudeness3 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.
______________________
Friends List: Username, Username
______________________
[SIGNATURE]
and for the first time in my life, I understand php!