Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Dec 2000
Posts: 151
Member
Member
Offline
Joined: Dec 2000
Posts: 151
I like the idea of this hack and have attempted to install it.

There is an error (or should say for the latest version of UBB there is an error since it is more worletized) in the install instructions.

Quote
code:
Code
Look for:
&RadioField("Allow Reply with Quote?", "ReplyQuote", "yes",
"You can display a 'Reply with Quote'
icon beside each message. This will allow a user to quote an individual message
in a reply.", "$vars_misc (ReplyQuote}", "YES|Yes, permit this feature.%%
NO|No, do not permit this feature.");

In UBB 6.3.1.1 (or whatever latest version number is) there is no such line EXACTLY as stated since it has been converted to use wordlets.

It should say:
code:
[qb]
Code
Look for:

&RadioField($vars_wordlets_cp{vars_misc_quote}, "ReplyQuote", "yes", $vars_wordlets_cp
{vars_misc_quote_explained}, "$vars_misc{ReplyQuote}", "YES|$vars_wordlets_cp
{vars_misc_quote_yes}%%NO|$vars_wordlets_cp{vars_misc_quote_no}");
[/qb]
After doing the install, it did not work, though there was no disruption to the board.

I went to the control panel, the options were set to "yes" and "200" (default options set by the program if they are not set yet). To help determine where the problem was the settings were changed to "no" and "99". Upon reloading the misc settings page there it was back to "yes" and "200". Upon inspecting the misc settings file it was discovered that both of those settings were set to "undef" and other settings had been changed to the "no" and "200".

Upon further inspection of the install code this was noticed:

Quote
code:
Code
Look for this:
my $FloodCheckSpan = &SmallClean3($in{FloodCheckSpan});
Underneath that add:
my $FloodCheckSpan = &SmallClean3($in{view_topic});
my $FloodCheckSpan = &SmallClean3($in{view_topic_char});

This did not seem right and using the little bit of understanding that I have I changed it to:

code:
[qb]
Code
Look for this:
my $FloodCheckSpan = &SmallClean3($in{FloodCheckSpan});
Underneath that add:
my $view_topic = &SmallClean3($in{view_topic});
my $view_topic_char = &SmallClean3($in{view_topic_char});
[/qb]
With that change it is now working on my test board.

However, with the other MODs that are installed there is an error popping up with the hits hack. I am pretty sure it has nothing to do with this mod and is simply an error I have made when I transferred some files.

***NOTE: The two code block lines have intentional line breaks added to prevent the page from spreading across three monitors. It should be one long line.

Sponsored Links
Entire Thread
Subject Posted By Posted
[6.3.x] [beta] view topic summary wwb95 08/25/2002 9:27 PM
Re: [6.3.x] [beta] view topic summary AllenAyres 08/26/2002 1:53 AM
Re: [6.3.x] [beta] view topic summary Ed 08/27/2002 5:23 AM
Re: [6.3.x] [beta] view topic summary Charles1 08/27/2002 5:32 AM
Re: [6.3.x] [beta] view topic summary LK 08/27/2002 10:21 AM
Re: [6.3.x] [beta] view topic summary Ed 08/27/2002 12:50 PM
Re: [6.3.x] [beta] view topic summary Ed 08/27/2002 12:52 PM
Re: [6.3.x] [beta] view topic summary wwb95 08/27/2002 1:08 PM
Re: [6.3.x] [beta] view topic summary Lord Dexter 08/27/2002 1:50 PM
Re: [6.3.x] [beta] view topic summary Ed 08/27/2002 10:09 PM
Re: [6.3.x] [beta] view topic summary wwb95 08/27/2002 10:49 PM
Re: [6.3.x] [beta] view topic summary LK 08/27/2002 10:51 PM
Re: [6.3.x] [beta] view topic summary CaCoffin 09/16/2002 4:44 PM
Re: [6.3.x] [beta] view topic summary wwb95 09/16/2002 5:26 PM
Re: [6.3.x] [beta] view topic summary CaCoffin 09/17/2002 2:40 AM
Re: [6.3.x] [beta] view topic summary CaCoffin 09/17/2002 6:39 AM
Re: [6.3.x] [beta] view topic summary CaCoffin 09/17/2002 5:11 PM

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
Ruben Rocha
Ruben Rocha
Lutz,FL,USA
Posts: 254
Joined: January 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
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 20240506)