.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   The Agora (http://forums.bots-united.com/forumdisplay.php?f=38)
-   -   Upgrade to new vBulletin v3.0.3 (http://forums.bots-united.com/showthread.php?t=2473)

dstruct2k 18-08-2004 04:32

Re: Upgrade to new vBulletin v3.0.3
 
Well, I've started squishing bugs... This is on the list.

sfx1999 18-08-2004 05:12

Re: Upgrade to new vBulletin v3.0.3
 
What about that dumb bug where you read a topic and return to the main forums right after, and it still says the post is new until you go back to the section? Can you fix that? It's really annoying.

dstruct2k 18-08-2004 05:17

Re: Upgrade to new vBulletin v3.0.3
 
That's not a bug from the upgrade... That's because you're not reloading a page, you're hitting back.

Solution: Don't use "Back". :D

sfx1999 18-08-2004 05:18

Re: Upgrade to new vBulletin v3.0.3
 
I'm not using back. I clicked on the main forums button aboove the posts.

Also, why does it keep saying that my posts are new posts if I make them?

Oh sh!t. I just left the forums and returned and it forgot all of the topics I read and marked them as still unread.

KWo 18-08-2004 22:55

Re: Upgrade to new vBulletin v3.0.3
 
You need some bug report? I couldn't be my-self if I can't find one.:D

Try to send to somebody some PM and look at Your button to send this PM You just edited (this button near button "Preview Message"). For me that button doesn't look good...;)

dstruct2k 18-08-2004 23:51

Re: Upgrade to new vBulletin v3.0.3
 
My bad, template error with the new phrases. :D

Huntkillaz 19-08-2004 00:15

Re: Upgrade to new vBulletin v3.0.3
 
thanx....

Onno Kreuzinger 19-08-2004 02:05

Re: Upgrade to new vBulletin v3.0.3
 
Hi,
first big thanks for updating the board :)

second f*** GN (don't dare to ask), anyways, i also finished my work:
the files login.php and includes/functions_login.php are now modified, please download them, to keep your local copy in sync, just in case...

i added some code into them to set and delete a cookie used by the filebase to have single sign login :)

as soon as have set up eclipse again, i will work on the wiki, i will abuse the ldap code in there....

b.t.w. wiki, somehow my redirects for the wiki are gone, anyone remembers doing so ;)

cheers Onno

/update
- the php files are backed up, just look and see.
- http://wiki.bots-united.com was the redirect.

Maleficus 19-08-2004 06:49

Re: Upgrade to new vBulletin v3.0.3
 
Quote:

Originally Posted by @$3.1415rin
I always get the message "vbphrase is undefined" ...

or threadedmode is undefiend ...

Me too. Its VERY annoying as I have to close off two prompt boxes everytime those errors happen (which is every page here, except the main page).

Some further info:

The first error is in this file:

Code:

http://forums.bots-united.com/clientscript/vbulletin_quickreply.js
on line 17, which looks like this:

Code:

var active = true;
//#############################################################################
// disable quote reply checkbox until a click is made if we are not using true
// threaded mode, REGARDLESS of require_click setting!
if (threadedmode != 1)
{
fetch_object("qr_quickreply").disabled = true;
}

seems threadedmode is never defined in the code, which causes the error.

For the second one, its in this file:

Code:

http://forums.bots-united.com/clientscript/vbulletin_wysiwyg.js
on line 316, in this block of code:

Code:

window.onresize = close_popups;
if (typeof(preview_focus) == "undefined" && typeof(require_click) == "undefined")
{
htmlwindow.focus(); // not doing this for now as it moves the page down on preview and the QR area might be closed
}
var endtime = new Date();
window.status = construct_phrase(vbphrase["wysiwyg_initialized"], (is_ie ? "Internet Explorer" : "Mozilla"), (endtime - starttime) / 1000);
}
// #############################################################################
// function to initialize the smiliebox
function wysiwyg_smiliebox_init()

it seems the line that has vbphrase is causing problems.

Hope that helps some.

dstruct2k 19-08-2004 21:00

Re: Upgrade to new vBulletin v3.0.3
 
Helps very much, thank you. :)


All times are GMT +2. The time now is 16:34.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.