UBB.Dev
Posted By: Rubiss I need all the help I can get. - 04/09/2001 7:08 AM
I am trying to get a mod or hack that will take my UBB Version 6 Beta 8.01.

This hack will do the following

I want the user to be able to go into the "My Profile" and type in the URL to the "Your Picture field" and have the picture they type in, show up in the post under their name.

Avatar is a drop menu system with pre programed pictures. . .its not what I want.
here is an example of what I talk of. please over look so you can understand I would pay to have help on this one.

Born Wild RP UBB
Posted By: radiokilla Re: I need all the help I can get. - 04/09/2001 7:21 AM
First, you should upgrade.
Second, I'm not all that familiar with the v6 code yet, so I wouldn't know (I could go find out, but I lack the ability to do things for other people :)) how to tell you to do it, but it shouldn't be too hard. As simple as adding one line of code, I'd think. And if you know enough, you'll be able to figure it out laugh
Posted By: Dark Templar Re: I need all the help I can get. - 04/09/2001 7:29 PM
I know of the hack you are looking for. However, I STRONGLY recommend that you upgrade to UBB6 version 6.0.3; if you don't, people will think your board is warez.

Anyway, here's a copy of the hack (don't know if this was formally released; The author of this is Philipp.

Open the template "public_topic_page.pl" in notepad

Find:
sub topic_row {

and add after that:
my $this_img = $user_profile[20];

if ($this_img ne "") {
$this_img = qq(
);
} else {
$this_img = "";
}

Find:
$user_status


$member_number

and add after that:
$this_img

Done
Posted By: gene1938 Re: I need all the help I can get. - 04/09/2001 8:26 PM
I just added the above code to 6.02 version & I get broken link icon& no picture. Ideas?
FYI link in cp to "url of your picture" is not there any more. I have only the gradient hack installed-could this effect it?

[ April 09, 2001: Message edited by: gene1938 ]

[ April 09, 2001: Message edited by: gene1938 ]
Posted By: tmorg Re: I need all the help I can get. - 04/10/2001 8:30 PM
This script mod works but if the user doesn't have a pic in their profile it's a broken link...any ideas?
© UBB.Developers