.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > YappA > The Agora
The Agora This is the place to go if you have suggestions, or if you want to participate in Council discussions. Everyone is welcome!

Reply
 
Thread Tools
Re: Upgrade to new vBulletin v3.0.3
Old
  (#11)
dstruct2k
 
dstruct2k's Avatar
 
Status: Offline
Posts: 225
Join Date: Feb 2004
Default Re: Upgrade to new vBulletin v3.0.3 - 18-08-2004

Well, I've started squishing bugs... This is on the list.
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#12)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default Re: Upgrade to new vBulletin v3.0.3 - 18-08-2004

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.
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#13)
dstruct2k
 
dstruct2k's Avatar
 
Status: Offline
Posts: 225
Join Date: Feb 2004
Default Re: Upgrade to new vBulletin v3.0.3 - 18-08-2004

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".
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#14)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default Re: Upgrade to new vBulletin v3.0.3 - 18-08-2004

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.

Last edited by sfx1999; 18-08-2004 at 05:26..
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#15)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Upgrade to new vBulletin v3.0.3 - 18-08-2004

You need some bug report? I couldn't be my-self if I can't find one.

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...
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#16)
dstruct2k
 
dstruct2k's Avatar
 
Status: Offline
Posts: 225
Join Date: Feb 2004
Default Re: Upgrade to new vBulletin v3.0.3 - 18-08-2004

My bad, template error with the new phrases.
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#17)
Huntkillaz
Member
 
Huntkillaz's Avatar
 
Status: Offline
Posts: 594
Join Date: Mar 2004
Location: Middle Earth (New Zealand)
Default Re: Upgrade to new vBulletin v3.0.3 - 19-08-2004

thanx....


●_•
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#18)
Onno Kreuzinger
aka: memed / Server Admin
 
Onno Kreuzinger's Avatar
 
Status: Offline
Posts: 705
Join Date: Jan 2004
Location: germany
Default Re: Upgrade to new vBulletin v3.0.3 - 19-08-2004

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.


sunny morning view from my balcony:

see our WIKI!
see our filebase!

Last edited by Onno Kreuzinger; 19-08-2004 at 02:09..
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#19)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Upgrade to new vBulletin v3.0.3 - 19-08-2004

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.


Dum Spiro Spero



Last edited by Maleficus; 19-08-2004 at 06:53..
  
Reply With Quote
Re: Upgrade to new vBulletin v3.0.3
Old
  (#20)
dstruct2k
 
dstruct2k's Avatar
 
Status: Offline
Posts: 225
Join Date: Feb 2004
Default Re: Upgrade to new vBulletin v3.0.3 - 19-08-2004

Helps very much, thank you.
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com