Previous Thread
Next Thread
Print Thread
Rate Thread
#184111 02/04/2005 10:12 PM
Joined: Feb 2000
Posts: 33
mb
Offline
Member
Member
Offline
Joined: Feb 2000
Posts: 33
HI,
We are currently running 6.5 and our board is modified so that the registration process and editing profile function links into our customer database (it all works great except the Welcome registration email doesn't go...we don't know why.)

Anyway, new users like to use the "report post" button on a message to reply rather than using the post reply button at the bottom or the top of the screen. Ideally, I would love to use a "reply" function on the post rather than the "reply with quote" that is stuck there by default. I haven't found a change for that though.

So, I saw Quick Reply in 6.7 and thought, Aha -- that will make it more obvious for the new folks, and helpful for the veterans. I was bombing through updating code to put our changes back into 6.7.2 to get folks back to our customer database for registration when I got to: /Templates/public_my_profile.pl

In that file, I would have needed to change a line to point to our edit profile function. But I noticed code right below that line (line 22) talking about OCServer and Groupee. Uh oh! I'm not exactly sure because I haven't read through all the scripts, but *where* are those servers? It looks like the profile isn't in the same place that it used to be!

Can someone tell me where the profiles going so that I can figure out what I have to do next?

We actually have a lot of info about our users already in our data base. And we run conferences where one of the things we can do is to include folks forum nicknames on their badges (because it's all right in our customer database...) We don't want to give that up.

Thanks,
Marianne confused

Sponsored Links
#184112 02/04/2005 11:01 PM
Joined: Nov 2001
Posts: 745
Admin Emeritus
Admin Emeritus
Offline
Joined: Nov 2001
Posts: 745
Groupee and OCServer are functions that are currently not publicly available. Those are in action at UBBCentral.com. They are not active without certain additional libraries and configuration changes.

You also should take a look at http://www.ubbcentral.com/ubb/ultimatebb.php/topic/9/57.html which is an announcement about a new product that is currently in development.

#184113 02/04/2005 11:01 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
if you could post what you did to 6.5, I should be able what to do in 6.7.

Please include the 3 preceding lines, as well as the 3 following lines






The URL in the fourth line was originally
» ...


Now, in 6.7.2, here's the code in that area:

my @user_profile = @{$user_profile};
my @pm_topics = @{$pm_topics};
my @pm_topics_sent = @{$pm_topics_sent};

# my $profile_url = $ULTIMATEBB{"ubb=edit_my_profile"};
my $profile_url = http://forms.ptotoday.com/useCase/ubbEdit.jsp;
if($vars_config{OCServer} && !$vars_config{Groupee}) {
$profile_url = qq~$vars_config{OCServer}?ACTION=PROFILE~;
} # end if

(you see that I commented out the old line and added in the new url -- does it need quotes?

Thank you!
Marianne
#184114 02/04/2005 11:39 PM
Joined: Feb 2000
Posts: 33
mb
Offline
Member
Member
Offline
Joined: Feb 2000
Posts: 33
These are lines 50-56 from /Templates/public_my_profile.pl in version 6.5.0:



» $vars_wordlets{edit_profile} «

#184115 02/05/2005 1:18 AM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
my $profile_url = "http://forms.ptotoday.com/useCase/ubbEdit.jsp";

would be the proper line. that should achieve what you're asking for

Sponsored Links
#184116 02/06/2005 1:01 PM
Joined: Feb 2000
Posts: 33
mb
Offline
Member
Member
Offline
Joined: Feb 2000
Posts: 33
Thanks. I haven't moved files over to upgrade yet. The thought did occur to me...it looks like there are a bunch of changes since 6.5 and I haven't crawled through the code -- I just changed all the previous spots.

What if something is impacted and I have to go back to 6.5? Will I be able to do that? OR what will be really munged?

Marianne

#184117 02/06/2005 3:18 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
if something goes wrong and you need help fast, give me an IM on "AFA IanSpence" on AIM and I'll help. Or send me a PM or (preferably) use the contact form at my site.

#184118 02/06/2005 4:45 PM
Joined: Feb 2000
Posts: 33
mb
Offline
Member
Member
Offline
Joined: Feb 2000
Posts: 33
Thanks Ian -- I'll probably try to wiggle it in before the SuperBowl Game then.


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
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
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 20240430)