Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 2001
Posts: 52
Member
Member
Offline
Joined: May 2001
Posts: 52
afterlab:
That is an issue with tables. You are missing a rowspan="2" in one of the
blocks.

find in public_poll_page.pl:



And in your next
block make sure rowspan="2" is included. I see from the html source code on your page that it isn't.

PainLord:
If you wanna send me an email, I'll look at your 6.0 problem a bit closer. ryan@si.fi.ameslab.gov

Divine Narcotic:
The $is_a_poll variable is VERY important. When you click the create a new poll, you use the SAME template and same cgi files as you do when you create a new topic. However, if it is a poll, which is signified by the value of the $is_a_poll variable, then a few extra options are available.

Adding a my is definitely not the answer because 'my' defines the scope of the variable to that file only. So my $is_a_poll has meaning ONLY in ultimatebb.cgi, but actually needs to have meaning in ubb_new_topic.cgi.

I'm not sure why your getting the error, and since I haven't upgraded to 6.04e I can't really test this out. However, I see that Allen is running it fine on 6.04e. smile

Try this:
remove: local( $is_a_poll = 0 ); #olson

replace that with:
local( $is_a_poll, $st, $sl );
$is_a_poll = 0;

Then remove the 'my' tags that you added ...

highaltitudeimports:
You are getting the http header printed. I'm willing to bet that if you look in your vars_config.cgi file you will find this number in there. '2452055.0517'

Some reason the header is getting printed. I'm sorry, I can't reproduce that error. What is the exact ssi call you are using?

[ June 07, 2001 06:05 AM: Message edited by: Olson ]
Sponsored Links
Entire Thread
Subject Posted By Posted
[6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 06/01/2001 6:29 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Tech-Ni-Kal 06/01/2001 6:32 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Tech-Ni-Kal 06/01/2001 6:42 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) dende 06/01/2001 6:49 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/01/2001 7:02 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Tech-Ni-Kal 06/01/2001 7:06 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 06/01/2001 8:02 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) dende 06/01/2001 8:29 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/01/2001 9:10 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) dende 06/01/2001 9:13 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) LK 06/01/2001 11:36 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Marty 06/01/2001 4:20 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) LK 06/01/2001 4:26 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Balbanes 06/01/2001 4:36 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Jigga-Master 06/01/2001 4:45 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) cali3d 06/01/2001 5:39 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) jordo 06/01/2001 7:31 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/02/2001 12:52 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 06/02/2001 1:02 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CtrlAltDel 06/02/2001 10:25 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CtrlAltDel 06/02/2001 10:42 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/02/2001 12:43 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Wanted 06/02/2001 2:30 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) kotzbrocken 06/02/2001 4:44 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) XuDuX 06/02/2001 5:21 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/02/2001 5:43 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Tech-Ni-Kal 06/02/2001 5:51 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Burn 06/02/2001 6:04 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) cali3d 06/02/2001 6:07 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) XuDuX 06/02/2001 6:37 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/02/2001 6:41 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) anticonscience 06/02/2001 7:03 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CtrlAltDel 06/02/2001 8:35 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Santa 06/02/2001 10:51 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/02/2001 11:27 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Santa 06/02/2001 11:53 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) XuDuX 06/03/2001 12:40 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/03/2001 1:48 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/03/2001 2:32 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/03/2001 4:43 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) rodsterAce 06/03/2001 10:09 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/03/2001 11:25 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Balbanes 06/03/2001 1:57 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Axel 06/03/2001 2:45 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/03/2001 2:53 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Cyberdude8472 06/03/2001 4:07 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) mark99 06/04/2001 8:36 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/04/2001 11:57 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) indoe 06/05/2001 10:49 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/05/2001 11:44 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Paul G 06/05/2001 12:59 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 06/05/2001 1:08 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Paul G 06/05/2001 1:23 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/05/2001 3:49 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 06/05/2001 7:06 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) indoe 06/05/2001 9:41 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 06/05/2001 9:51 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CNCR 06/05/2001 10:15 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/06/2001 3:30 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/06/2001 5:38 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) DPK.ducky.quack 06/06/2001 6:37 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) DPK.ducky.quack 06/06/2001 6:43 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/06/2001 7:20 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 06/06/2001 7:23 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 06/06/2001 7:57 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/06/2001 8:42 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PainLord 06/06/2001 8:47 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/06/2001 8:49 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PainLord 06/06/2001 8:52 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Tech-Ni-Kal 06/06/2001 9:02 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PainLord 06/06/2001 10:44 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 06/06/2001 11:08 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Divine Narcotic 06/07/2001 5:26 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/07/2001 9:01 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) highaltitudeimports 06/07/2001 9:38 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/07/2001 12:37 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Divine Narcotic 06/07/2001 4:36 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) highaltitudeimports 06/07/2001 5:32 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/07/2001 6:19 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PainLord 06/07/2001 10:25 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) viking30 06/08/2001 3:40 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/08/2001 6:43 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/08/2001 9:51 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Divine Narcotic 06/08/2001 10:42 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/08/2001 11:12 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Divine Narcotic 06/08/2001 11:48 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/09/2001 2:31 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PainLord 06/09/2001 6:04 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/09/2001 9:33 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) lanius 06/09/2001 9:49 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Telekinesis 06/09/2001 9:58 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/09/2001 10:31 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/09/2001 11:21 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Divine Narcotic 06/10/2001 5:14 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) cali3d 06/10/2001 6:40 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/10/2001 11:53 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) G5 06/11/2001 12:41 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) viking30 06/11/2001 2:42 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) viking30 06/11/2001 5:00 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/11/2001 5:58 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Divine Narcotic 06/12/2001 12:24 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/12/2001 2:52 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/12/2001 8:12 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/12/2001 9:18 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/12/2001 2:29 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) gilfil 06/12/2001 8:52 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Javier97Z28 06/13/2001 11:00 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) gilfil 06/14/2001 5:29 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/14/2001 2:10 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/14/2001 2:26 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) melder 06/16/2001 1:07 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 06/19/2001 8:01 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Variables 06/20/2001 8:44 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) mark99 06/20/2001 10:12 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ProbeGoD 06/20/2001 10:40 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Xerxes 06/20/2001 4:57 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) freak.scene 06/20/2001 5:08 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Xerxes 06/20/2001 5:27 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) freak.scene 06/20/2001 5:32 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) The eXtreme One 06/21/2001 6:55 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/22/2001 7:35 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/22/2001 11:19 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Twizteddd 06/23/2001 4:53 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) NightSong 06/23/2001 12:27 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/23/2001 6:59 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) NightSong 06/23/2001 7:15 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 06/23/2001 9:09 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/23/2001 10:33 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 06/23/2001 11:24 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) NightSong 06/23/2001 11:33 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 06/24/2001 12:02 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Travis 06/24/2001 8:08 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/24/2001 9:19 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Hypnotizer 06/24/2001 7:00 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/24/2001 9:46 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 06/24/2001 10:52 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/24/2001 11:31 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/25/2001 5:27 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 06/25/2001 8:25 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) mark99 06/25/2001 11:09 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 06/25/2001 12:55 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Rinkrat 06/25/2001 8:45 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Olson 06/26/2001 4:06 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Engine 06/26/2001 2:48 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) click 06/26/2001 8:16 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) [JAM]Steel 06/26/2001 10:31 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Javier97Z28 06/26/2001 10:36 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) click 06/27/2001 2:32 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) click 06/27/2001 2:42 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) gaulalauk 06/27/2001 5:16 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Yunkie34 06/27/2001 7:06 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) pseudoRolex 06/27/2001 2:05 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) billybatson 06/27/2001 5:27 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) billybatson 06/28/2001 6:33 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) GeSpot 06/29/2001 9:20 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Dementedferrit 06/29/2001 11:45 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Rio 06/30/2001 1:19 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) click 06/30/2001 1:49 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/30/2001 9:16 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) LK 06/30/2001 9:20 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/30/2001 9:29 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Da Lunatic 06/30/2001 9:47 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 06/30/2001 10:49 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) LK 06/30/2001 10:55 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Brett 06/30/2001 6:43 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) JCH2k 06/30/2001 9:12 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Da Lunatic 06/30/2001 10:10 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Ellen 07/01/2001 1:46 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) LK 07/01/2001 2:07 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) drew 07/02/2001 6:15 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Slasher 07/02/2001 6:19 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) nico851 07/02/2001 6:56 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) mark99 07/03/2001 11:15 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 07/03/2001 12:50 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 07/03/2001 12:58 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Sokar 07/03/2001 2:37 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) mark99 07/04/2001 11:10 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Rinkrat 07/07/2001 5:55 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) ruph 07/07/2001 1:05 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Variables 07/07/2001 4:44 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CaCoffin 07/09/2001 3:02 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CaCoffin 07/09/2001 3:07 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CaCoffin 07/09/2001 3:22 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) V00D00 07/09/2001 5:28 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PowerMatt 07/09/2001 7:14 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) josh 07/10/2001 2:47 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CaCoffin 07/10/2001 9:39 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PowerMatt 07/10/2001 9:35 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PowerMatt 07/10/2001 11:32 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) josh 07/11/2001 12:30 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) PowerMatt 07/11/2001 2:20 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Brett 07/11/2001 5:27 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) notta 07/18/2001 6:32 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 07/18/2001 6:39 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) notta 07/18/2001 6:51 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) notta 07/18/2001 7:27 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 07/20/2001 4:16 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Telekinesis 07/20/2001 5:31 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Telekinesis 07/20/2001 5:34 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Telekinesis 07/20/2001 5:58 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 07/20/2001 6:01 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Telekinesis 07/20/2001 6:02 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 07/20/2001 9:46 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) afterlab 07/21/2001 1:23 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) RandyM 07/21/2001 7:12 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) RandyM 07/21/2001 7:55 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Julian Data 07/22/2001 12:31 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) dadymac 07/29/2001 2:41 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Brett 07/29/2001 6:56 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) CnCTraXX 08/05/2001 3:40 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) melder 08/06/2001 7:43 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) IceTEA 08/09/2001 7:16 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 08/13/2001 7:08 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 08/16/2001 9:20 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) gustavus60 08/17/2001 7:58 AM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Mewtwo 09/01/2001 4:00 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Mewtwo 09/04/2001 9:02 PM
Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) AllenAyres 09/04/2001 9:30 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
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
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,835
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services