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.]
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="" />
#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="" />
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!
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="" />
(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.
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.
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="" />
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 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="" />
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.
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.
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.
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!
I was just wondering if you could give an update on the expected timeline for 6.2? I know you cant give exact dates, but ballpark figures would be ok with me. Thanks
hello folks, since i run the beta, the search option does not work... so i turned it of. you can see the search form but when you hit the search button, ubb shows a blank screen. here is the source of the screen:
Code
< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>