Previous Thread
Next Thread
Print Thread
Hop To
Page 1 of 2 1 2
#109505 12/25/2001 7:43 AM
Anonymous
Unregistered
Anonymous
Unregistered
1. Only cp_vars_style.pl has the new print page image, not cp_add_new_template.pl/whatever.

2. ubb_registration.cgi has " if ($vars_registration{aim_field_use} eq "REQ") { push (@VA, "aim"); }" twice.

3. ubb_registration.cgi has "SELECTED" somewhere instead of "selected="selected""

4. some file/files have "&" instead of ";" in &Transition line. I think it's ubb_new_reply.cgi, ubb_new_topic.cgi, ubb_edit_post.cgi, ubb_pm.cgi.

5. Try to view source of a private forum in public forum summary. "<a href="http://www.lkubb.dns2go.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=4;t=000020" title="Test Code Fix"> </a>". It has been fixed before, I guess the XHTML modification changed it back.

6. Graemlins remove the last character before them <img src="https://www.ubbcentral.com/boards/images/graemlins/confused.gif" alt="" />

I'll let you know what else I can find after I'll finish upgrading <img src="https://www.ubbcentral.com/boards/images/graemlins/tongue.gif" alt="" />

[This message was edited by LK on 25 Dec 01 at 05:09 AM.]

[This message was edited by Charles Capps on November 05, 2002 at 09:48 AM.]

#109506 12/25/2001 9:28 AM
Anonymous
Unregistered
Anonymous
Unregistered
7. WOL doesn't count people who view forum summary

Fix: remove 'exists' from ubb_lib_pntf.cgi (twice)

[This message was edited by LK on 25 Dec 01 at 06:56 AM.]

#109507 12/25/2001 9:59 AM
Anonymous
Unregistered
Anonymous
Unregistered
8. It says "LK and 17 guests", but the now.cgi file has only 4 IPs. <img src="https://www.ubbcentral.com/boards/images/graemlins/tongue.gif" alt="" />

#109508 12/25/2001 10:02 AM
Anonymous
Unregistered
Anonymous
Unregistered
Yes same things here

9. After posting it not takes the user back to the topic

#109509 12/25/2001 10:53 AM
Anonymous
Unregistered
Anonymous
Unregistered
#3 - also ubb_profile.cgi.

#6 - Remove (^&#0124;W*) from CustomGraemlins sub

#8 - I've modified the Max Connections per IP to 1 and it probably fixed it, but I guess it wasn't the designed behavior.

#5 - use $thislast

#4 - my fault

#9 - not here

And btw why can I edit only 30mins after posting?

#109510 12/25/2001 11:06 AM
Anonymous
Unregistered
Anonymous
Unregistered
#10 - it's still hard-coded in the FAQ that you can't use images in your sig

#11 - it needs a Doctype declaration <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

#109511 12/25/2001 12:11 PM
Anonymous
Unregistered
Anonymous
Unregistered
#12 - "Anyone you add to your buddy list is stored in handy location" in the FAQ - should still be "a handy location"

#109512 12/25/2001 9:54 PM
Anonymous
Unregistered
Anonymous
Unregistered
Hmmm yes, I have the same problems... the Greamlins' order is off and usually don't work right when I click on one. It will show the source code like < img ... blah blah. Same thing when I got to edit a post. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

http://www.muddyatvs.com/cgi-bin/ultimatebb.cgi

#109513 12/26/2001 12:29 AM
Anonymous
Unregistered
Anonymous
Unregistered
13. SMTP.pm reports an error @ line 43:

42: return undef
43: unless (defined $obj) {
44: die "I could not connect to the SMTP server.n";
45: }

I've removed the 'return undef' line, because I guess you don't want to always return undef and if there isn't $obj it will die, and it worked again.

#109514 12/26/2001 12:51 AM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
LK on that last one, what version and build of perl are you using and what O/S please?

You don't get your champion bug hunter badge if you forget that. <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" />

Honor The Victims

#109515 12/26/2001 6:49 AM
Anonymous
Unregistered
Anonymous
Unregistered
Quote
Originally posted by David Dreezer:
LK on that last one, what version and build of perl are you using and what O/S please?
5.6.1.630 (the newest ActivePerl) and Windows XP (IIS 5.1)
Quote
You don't get your champion bug hunter badge if you forget that. <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" />
<img src="https://www.ubbcentral.com/boards/images/graemlins/frown.gif" alt="" />

#109516 12/26/2001 6:54 AM
Anonymous
Unregistered
Anonymous
Unregistered
#14- Fonts look weird in Netscape 4.x... they're too big. Fix probably has got something to do with not declaring the font size in pt but in px. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

#109517 12/26/2001 1:18 PM
Anonymous
Unregistered
Anonymous
Unregistered
Wow, lots of little stuff. I'll be looking into it shortly. Thanks.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109518 12/26/2001 1:52 PM
Anonymous
Unregistered
Anonymous
Unregistered
1 - Fixed. The lock image was also missing.

2 - Fixed.

3 - Fixed.

4 - I found one instance in new_reply, please let me know if you spot any others. Line numbers are helpful. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

5 - Whoops! Fixed.

6 - Fixed.

7 - There are a couple dozen exists calls in lib_pntf - care to tell me which ones need to be removed to track this one down? I haven't been able to figure it out for ages...

8 - This is indeed the designed behavior. If users are rejecting cookies, the PNTF lib will still give a new UNIQID to the user until the limit per IP is reached. If you have lots of users that decline cookies, you should reduce the limit. There will be admin tools in a future beta that will let you see more detailed information, including a breakdown of IPs and UNIQIDs...

9 - Fixed.

10 - Fixed.

11 - This will not be fixed - the doctype has been excluded because it causes a slightly quirky rendering in IE6 and Mozilla. Please feel free to enable the doctype in public_common to see what I mean.

12 - Where is this text located?

Ranch - Can you provide a screencap please?

13 - Fixed.

14 - This will probably not be fixed. Using px in place of pt will prevent the font from being resized by the user preferences in the browser. Recommending different point sizes to use instead would be a better solution. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109519 12/26/2001 2:44 PM
Anonymous
Unregistered
Anonymous
Unregistered
Quote
Originally posted by Charles Capps:
12 - Where is this text located?
In the FAQ, under Buddy Lists. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

#109520 12/26/2001 2:52 PM
Anonymous
Unregistered
Anonymous
Unregistered
OKay, thank you. Fixed.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109521 12/26/2001 3:05 PM
Anonymous
Unregistered
Anonymous
Unregistered
Quote
Originally posted by Charles Capps:
4 - I found one instance in new_reply, please let me know if you spot any others. Line numbers are helpful. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />
ubb_new_topic.cgi: line 502

<img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Also...

ubb_pm.cgi, line 355

$breadcrumb = qq~<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile">$vars_wordlets{my_profile_header}</a> &#187;<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_pm;d=$in{d};t=$in{t}">$pm_topic_data{subject}</a> &#187; $vars_wordlets{pm_reply}~;

Should that not be:

$breadcrumb = qq~<b><a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile">$vars_wordlets{my_profile_header}</a> » <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_pm;d=$in{d};t=$in{t}">$pm_topic_data{subject}</a> » $vars_wordlets{pm_reply}</b>~;

Since the text in the breadcrumb bar is supposed to be bold <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

#109522 12/26/2001 3:27 PM
Anonymous
Unregistered
Anonymous
Unregistered
Fixed 502.

Fixed the PM line.

NEXT!

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109523 12/26/2001 4:12 PM
Anonymous
Unregistered
Anonymous
Unregistered
#7 - if ((exists $in->{ubb}) && ($in->{ubb} !~ m/^(forum&#0124;get_topic&#0124;pntf)$/)) {
if (!exists $in{ubb}) {

I guess only the 2nd one fixes it.

#109524 12/26/2001 4:38 PM
Anonymous
Unregistered
Anonymous
Unregistered
I don't see how either of those impact logging of hits to the categories or forums page.

The first just makes sure that the action we're logging is sane, the second returns the proper location id.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109525 12/26/2001 5:01 PM
Anonymous
Unregistered
Anonymous
Unregistered
(Second one) because for some reason it exists, and then this IF will return false, the elsifs will also return false (that's fine), and then it will go to the last else and return undef.

#109526 12/26/2001 5:41 PM
Anonymous
Unregistered
Anonymous
Unregistered
But $in{ubb} never exists if you are viewing the forum summary page.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109527 12/26/2001 5:53 PM
Anonymous
Unregistered
Anonymous
Unregistered
Oh BTW...

The breadcrumb links shown when viewing the Recent Visitors summary isn't bold either.

#109528 12/27/2001 12:08 AM
Anonymous
Unregistered
Anonymous
Unregistered
Quote
But $in{ubb} never exists if you are viewing the forum summary page.
I know, but it worked <img src="https://www.ubbcentral.com/boards/images/graemlins/tongue.gif" alt="" />

#109529 12/27/2001 1:27 AM
Anonymous
Unregistered
Anonymous
Unregistered
Okay... we recently ran into a situation that causes $in{ubb} to be undef, which doesn't match "ne ''" properly... I'll add some more checks.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109530 12/27/2001 2:18 AM
Anonymous
Unregistered
Anonymous
Unregistered
Charles here is some screen shots.

In this one all I did was click on a bunch of instant Graemlins, all i typed was test.

http://www.muddyatvs.com/graemlins.jpg

After I saw that I clicked edit and this came up.

http://www.muddyatvs.com/edit_graemlins.jpg

http://www.muddyatvs.com/cgi-bin/ultimatebb.cgi

#109531 12/27/2001 6:16 AM
Anonymous
Unregistered
Anonymous
Unregistered
Quote
Originally posted by LK:
6. Graemlins remove the last character before them <img src="https://www.ubbcentral.com/boards/images/graemlins/confused.gif" alt="" />
Ranch, it's the same problem. Charles said he fixed it.

[edit: Atleast the first one... Second one's fix:

$_[0] =~ s/ ?<img border="0" alt="[[^"[]]+]" title=":?[^"[]]*:?" src="graemlins/$short->{'image'}" /> ?/ :$short->{'trigger'}: /gi;]

Notice the ?'s after :

[This message was edited by LK on 27 Dec 01 at 03:26 AM.]

#109532 12/27/2001 1:07 PM
Anonymous
Unregistered
Anonymous
Unregistered
Thanks LK.

Also I'm not sure if you mentioned this one (I just scanned over the first page), but when I am logged in, then I log out and log in as a different user it will not show the name I am logged in under previously.

So say I am in under Ranch and log out. Then log in under Ranch4x4 it will only show Ranch even after refreshing. <img src="https://www.ubbcentral.com/boards/images/graemlins/laugh.gif" alt="" />

http://www.muddyatvs.com/cgi-bin/ultimatebb.cgi

#109533 12/27/2001 1:38 PM
Anonymous
Unregistered
Anonymous
Unregistered
ubb_forum_summary.cgi, line 228:

<img src="$vars_config{NonCGIURL}/icons/icon1.gif" align="ABSCENTER" border="0">

ABSCENTER isn't valid XHTML (AFAIK), and it's not lowercase. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

#109534 12/27/2001 5:56 PM
Anonymous
Unregistered
Anonymous
Unregistered
Ooooooooh, THAT. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> The graemlin issues are fixed in 1.1.

I'll look into abscenter....

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

#109535 12/27/2001 8:25 PM
Anonymous
Unregistered
Anonymous
Unregistered
This probably sounds a bit daft, but these things you say you've fixed, they're updated in the files in the Member's Area, correct?

The Isotope Lounge

#109536 12/27/2001 8:34 PM
Anonymous
Unregistered
Anonymous
Unregistered
When Charles Capps says it's fixed, it means that they're fixed on *his* version. These bugfixes will then be available in the *next* beta release; the fixes aren't immediately available. Unlike vBulletin bug fixes where the source files are auomatically updated (due to CVS), you'll need to wait for the next beta release of 6.1 in order to get them (or be like LK and fix them yourself <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> )

qasic

#109537 12/27/2001 11:47 PM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
qasic is correct. We don't release fixes until we've tested them then we bunch as many together as possible and release a new release. That way we don't have people going into the Member area on a daily basis looking for bug fixes.

Just a hint, subscribe to the two news forums, that way when a new thread is started there (generally release info) you'll get an email right away. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Honor The Victims

#109538 12/28/2001 3:49 PM
Anonymous
Unregistered
Anonymous
Unregistered
That makes sense. Constantly updating the files also confuses customers, "Do I have the newest release?". I'm also going to take you up on the suggestion. Thanks.

The Isotope Lounge

#109539 12/31/2001 9:10 AM
Anonymous
Unregistered
Anonymous
Unregistered
PMFJI and do feel free to roast me to a fine crisp if this is off-topic; but I found the following bugs in 6.1.03 which seem to be in 6.2 Beta...

1. Even if you turn off registration notification in CP, a notification (similar to the notice sent to the approved-to-post registrant) is still sent to the provided CP email. Its pretty annoying actually. Thread here.

2. Ordering a thread's topics alphabetically still doesn't work. e.g. if the first character is numeric (e.g. 01) it it still not sorted properly (i.e 01ABC is still sorted after ABC). I think Charles confirmed this one. Thread here.

Designer/Lead Developer
The Battlecruiser Series

#109540 12/31/2001 10:23 PM
Anonymous
Unregistered
Anonymous
Unregistered
When I make a reply it won't show exclamation points "!".

http://www.muddyatvs.com/cgi-bin/ultimatebb.cgi

#109541 01/03/2002 1:37 PM
Anonymous
Unregistered
Anonymous
Unregistered
6.2.0 Beta Release 1.1

I noticed when you click on printer-friendly view.... Infopop's copyright shows up but the boards copyright does not. I'm not sure if its an omission or a bug.


John
Desire + Dedication + Determination + Discipline = Diet Success

#109542 01/05/2002 3:40 PM
Anonymous
Unregistered
Anonymous
Unregistered
Where did you get 1.1??

I just upgraded to 1.0 and it shows

Charset: ISO-8859-1 Content-Type: text/html

at the top of my pages now...

___________________
Webmaster
www.sbtontheweb.com

#109543 01/05/2002 3:56 PM
Anonymous
Unregistered
Anonymous
Unregistered
1. I think he saw it in a betatester's site.

2. It's 'troubleshooting code'

#109544 01/07/2002 5:27 PM
Anonymous
Unregistered
Anonymous
Unregistered
Derek: Fixed and not fixed - see the threads please.

Ranch: Please provide a URL to a topic suffering from this problem.

diettalk: Uh, 1.1 is an internal release. Not that you're even using the beta on your board in the first place... <img src="https://www.ubbcentral.com/boards/images/graemlins/tongue.gif" alt="" />

Bryan: Designed behavior, for troubleshooting. Please read the release announcement.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

Page 1 of 2 1 2

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 744 guests, and 147 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)