|
|
|
|
Joined: Jul 2001
Posts: 7
Junior Member
|
|
Junior Member
Joined: Jul 2001
Posts: 7 |
Hey,
I was wondering how I could change the link to retrieve profiles? (The one when you're viewing a post, it goes to ultimatebb.cgi?ubb=get_profile). The reason is because our site has it's own profile system, and we'd like users to be able to view the TR profiles for the users, rather than the "limited" (I put that in quotes because you can modify the UBB Profile to do what you want -- be we don't) UBB profile?
Any and all help would be GREAT!!!
|
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
|
Member
Joined: May 2001
Posts: 6,708 |
Here is the code block in ultimatebb.cgi you need to change...
if ($ubb eq 'get_profile') { require "$vars_config{CGIPath}/ubb_profile.cgi"; &get_profile; exit; } #end get_profile
It gets the number from ubb_profile.cgi so you'll need to edit something there. But I'm not sure.
|
|
|
|
|
Joined: Jul 2001
Posts: 7
Junior Member
|
|
Junior Member
Joined: Jul 2001
Posts: 7 |
Yea - I found that part -- I need to change the actual URL it links to (our system is compatible with UBB #'s too) - as it loads in a small popup window, and I need to direct it to the java script.
|
|
|
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.
|
|
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 1835
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 29
|
|
|
|
|
|