Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
So that's where my radio buttons in general settings went... they all disappeared this afternoon, and I never could figure out what happened...

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
yep, that's what did it... it was the sub InputRadioRow changed in one of the interim versions that stole the radio buttons... check that jlaine... it was the changes made at the bottom of the mod version I downloaded yesterday evening...

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
GOODNESS! I thought i corrected that. Your right!

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

#38850 11/08/2000 11:34 PM
Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
Quote
quote:
Excellent- I will get that repaired then... since after I had fixed my other error the problem hadn't gone away, the commencement of the pulling out of all my hair had started... lol
If you could kindly let me know when you have your text file updated MM I would appreciate it, I like to log all changes and store the most updated files on my server in case of something drastic happening... [Linked Image]



------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

#38851 11/09/2000 11:12 AM
Joined: Mar 2000
Posts: 143
Member
Member
Offline
Joined: Mar 2000
Posts: 143
Well, I'm really glad more than only me had this problem. I have confidence it can be fixed now. But if I delete any of the lines below, I get an error when I go to General Settings:

sub InputRadioRow {
my ($RowColor, $FieldName, $Notes, $InputField, $Cols, $Rows) = @_;
if ($Notes ne "") {
$Notes = "
$Notes";
}

What do I need to remove? I've tried all of it, just the sub row, and both the sub and my row... Please help me out...

Sponsored Links
#38852 11/09/2000 11:32 AM
Joined: Sep 2000
Posts: 58
Member
Member
Offline
Joined: Sep 2000
Posts: 58
I have to correct myself. The hack worked great, but with bugs.
It wouldn't let me into curtain control panels, like forums or User Permissions. It kept saying No record of that username. I could however get into General Settings, and announcments. I took the hack outand it worked fine again. This completly confuses me to why it did this, but then again I am new to this.

------------------
Love life, feel life,,be life.


Love life, feel life,,be life.
#38853 11/09/2000 12:31 PM
Joined: Sep 2000
Posts: 19
Member
Member
Offline
Joined: Sep 2000
Posts: 19
This hack works great at my board.

Not sure what the radio button issue is about. Where should I look for this?

Thanks,
Errol

#38854 11/09/2000 12:36 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Our radio button problem was in general settings...

Just put the sub back to like it was:

sub InputRadioRow {
my $RowColor = shift;
my $FieldName = shift;
my $Notes = shift;
my $RadioStuff = shift;

if ($Notes) {
$Notes = "
$Notes";
}

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
#38855 11/09/2000 12:53 PM
Joined: Mar 2000
Posts: 143
Member
Member
Offline
Joined: Mar 2000
Posts: 143
Thank you very much! That fixed my problems!

Joined: Oct 2000
Posts: 76
Member
Member
Offline
Joined: Oct 2000
Posts: 76
That radio problem isnt in my .txt -- wierd.

This .txt is only about ubb_library2.pl



------------------
Liquid FX Design.com
-------------------

Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
You are correct Ghoste, it was in an interim version yesterday...

ubb_library2.pl is required in most of the ubb files, and any of them that use that sub routine for radio buttons was affected...

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Oct 2000
Posts: 76
Member
Member
Offline
Joined: Oct 2000
Posts: 76
Good , I guess I got the right version then - I see no problems. Hack works great MM.

-Ghoste

------------------
Liquid FX Design.com
-------------------

#38859 11/10/2000 12:52 AM
Joined: Sep 2000
Posts: 19
Member
Member
Offline
Joined: Sep 2000
Posts: 19
To NBA Austin,

Regarding the Search link being not linked...

I'm no Perl programmer but I looked at the code below:

Code
code:

It has no a href attached to it. So, if you do this:

Code
code:

The Search link should now be linked.

Hope that helps.

Thanks,
Errol

#38860 11/10/2000 12:06 PM
Joined: Oct 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 3
I've been following this thread since the beginning. I had the hack installed and it seemed to work fine. As I continued to follow the thread I made some of the suggested fixes and lo and behold......I managed to really screw it up. The help I get from this board is greatly appreciated and I would like to get this mod set up on my site again.

Could some one please direct me to the complete code mods needed to get this thing going? The one at http://platform-z.hypermart.net/thread.txt
does not include the fixes mentioned in the thread.

Thanks in advance.

------------------
Indoor Lacrosse... The fastest game on two feet.

The Buffalo Bandits Boosters

#38861 11/10/2000 12:20 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
That was an immediate backup to the other server. I will make a new thread about this hack in a bit.
Closed.

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Page 3 of 3 1 2 3

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
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
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
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)