Previous Thread
Next Thread
Print Thread
Rate Thread
#117479 04/09/2001 12:08 AM
Joined: Apr 2001
Posts: 51
Member
Member
Offline
Joined: Apr 2001
Posts: 51
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

Sponsored Links
Joined: May 2000
Posts: 251
Member
Member
Offline
Joined: May 2000
Posts: 251
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

Joined: Sep 2000
Posts: 793
Member
Member
Offline
Joined: Sep 2000
Posts: 793
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


-DT
Joined: Apr 2001
Posts: 83
Member
Member
Offline
Joined: Apr 2001
Posts: 83
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 ]

Joined: Aug 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 3
This script mod works but if the user doesn't have a pic in their profile it's a broken link...any ideas?

Sponsored Links

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)