Page 2 of 3

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 12:40 am
by Richard Cranium
Policy link is broken.

policies.htm

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 6:44 am
by KoolBear
I think you moved them, I'll ftp in later and relocated them back to the root.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 10:05 am
by Lothar
Richard Cranium wrote:Policy link is broken.

policies.htm
Policies probably also need rewritten. Some of the stuff in there is like "no politics and religion", but E&C has been politics and religion for maybe 8 years.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 10:11 am
by KoolBear
Lothar wrote:
Richard Cranium wrote:Policy link is broken.

policies.htm
Policies probably also need rewritten. Some of the stuff in there is like "no politics and religion", but E&C has been politics and religion for maybe 8 years.
Well Lothar since I am the true Ghost Admin care to tackle a draft of the rewrite?

We have two ...
policies.htm
and
DBBpolicy.htm

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 11:12 am
by BUBBALOU
Images not set to "_blank" window attribute

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 12:00 pm
by KoolBear
BUBBALOU wrote:Images not set to "_blank" window attribute
Hi BUBBALOU,

I'm feeling pretty dense... but what images are you talking about?

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 12:07 pm
by Krom
Apparently the phpbb developers changed all the link code in phpbb3 and removed the target="_blank" attribute in order to make the entire board XHTML compliant...

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 12:20 pm
by KoolBear
I'll ask again what images... I can easily change our theme(s) and add the target="new" or "_blank".. if it makes sense :)

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 12:24 pm
by fliptw
img tags don't have a target attribute. links do.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 12:31 pm
by KoolBear
fliptw wrote:img tags don't have a target attribute. links do.
:roll:

Many of our site links use images, if I knew specifically which image/link he wants I can make it open in a new window for him

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 1:28 pm
by fliptw
fix the template for bbcode URL tags to target="_blank"

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 07, 2011 2:05 pm
by KoolBear
fliptw wrote:fix the template for bbcode URL tags to target="_blank"
Ok, well it's not going to be as easy as I hoped it appears that the link is completely constructed with the script not pieced together in the template so I need to track it down.

;) I will keep looking.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Tue Feb 08, 2011 2:10 pm
by Thenior
May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beggining of the sentence. Weird.

Also, where is the search function?

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Tue Feb 08, 2011 2:44 pm
by Krom
Thenior wrote:May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beggining of the sentence. Weird.

Also, where is the search function?
1: behaves normally in my browser, what browser are you using?

2: search is disabled until further notice because the database engine can't handle the index.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 10:13 am
by Gekko71
Krom wrote:
Thenior wrote:May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beggining of the sentence. Weird.

Also, where is the search function?
1: behaves normally in my browser, what browser are you using?

2: search is disabled until further notice because the database engine can't handle the index.
It does this on my browser too Krom: - Chrome 9.0.597.84 on Win Vista 64

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 10:15 am
by Isaac
Gekko71 wrote:
Krom wrote:
Thenior wrote:May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beggining of the sentence. Weird.

Also, where is the search function?
1: behaves normally in my browser, what browser are you using?

2: search is disabled until further notice because the database engine can't handle the index.
It does this on my browser too Krom: - Chrome 9.0.597.84 on Win Vista 64
I don't have this issue.
My specs:

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 11:26 am
by fliptw
Krom wrote:
Thenior wrote:May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beggining of the sentence. Weird.

Also, where is the search function?
1: behaves normally in my browser, what browser are you using?

2: search is disabled until further notice because the database engine can't handle the index.
the onfocus event of the textarea needs to be dropped.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 11:37 am
by KoolBear
Thenior wrote: May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beginning of the sentence. Weird.
fliptw wrote:
the onfocus event of the textarea needs to be dropped.
I will see what I can do. BTW Thenior what browser are you using, Seems to work fine for me in FF.
KB

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 12:51 pm
by Thenior
KoolBear wrote:
Thenior wrote: May or may not be a bug, but when using this new text editor, I can't click to the right of the text and get my cursor to go to the end of the text. I have to click on the actual text itself, otherwise it just goes to the beginning of the sentence. Weird.
fliptw wrote:
the onfocus event of the textarea needs to be dropped.
I will see what I can do. BTW Thenior what browser are you using, Seems to work fine for me in FF.
KB
Using Chrome 9.0.597.94

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 12:52 pm
by Thenior
Krom wrote:
2: search is disabled until further notice because the database engine can't handle the index.
Maybe use a custom google search then? Just so it is there...

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 1:21 pm
by KoolBear
Thenior wrote:
Krom wrote:
2: search is disabled until further notice because the database engine can't handle the index.
Maybe use a custom google search then? Just so it is there...
I used the search engine at phpbb.com yesterday and guess who returned the results! Ok I'll look into this one, hopefully it is a no brainier.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 2:10 pm
by Krom
That was the phpbb.com search feature, the one on their "community" section which is where they are actually running phpbb still uses the built in search engine...

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Feb 09, 2011 2:30 pm
by KoolBear
I was logged in and searching for the mods to get around the XHTML URL issue when Google returned or at least it looked like Google let me see if I can duplicate it

Ok you are right but hey look at this page...
http://www.phpbb.com/search/?q=links+wo ... in+new+tab" onclick="window.open(this.href);return false;

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Fri Feb 11, 2011 12:34 pm
by Richard Cranium
Most likely this isn't an issue on our side but I wanted to point out that the counter isn't working. I think it's on the counter servers side.
BrokenCounter.PNG
BrokenCounter.PNG (5.73 KiB) Viewed 9009 times

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Fri Feb 11, 2011 1:15 pm
by KoolBear
was working just now when I looked in DescentBB theme which theme are you using?

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Fri Feb 11, 2011 1:41 pm
by Richard Cranium
KoolBear wrote:was working just now when I looked in DescentBB theme which theme are you using?

DescentBB but it appears to be working again. Must have been them.

RM

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Fri Feb 11, 2011 7:10 pm
by KoolBear
You know that free counter sure has been pretty good considering :) I've run with it since 95 on koolbear.com and 97 here

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Fri Feb 11, 2011 10:07 pm
by Krom
Just fyi, I collapsed this topic back into just announcements, we have probably annoyed everyone with a global for long enough... :P

Or was it in feedback? I forgot... :P

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Sun Feb 13, 2011 2:25 pm
by Richard Cranium
I thought we made the New Message notice red when a New Message was waiting for you. DescentBB theme.
NewDBB_PM_not_red.png
NewDBB_PM_not_red.png (4.67 KiB) Viewed 8954 times

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Sun Feb 13, 2011 3:02 pm
by Isaac
Richard Cranium wrote:I thought we made the New Message notice red when a New Message was waiting for you. DescentBB theme.
The attachment NewDBB_PM_not_red.png is no longer available
I get this cool big box when I have a message:

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Sun Feb 13, 2011 3:07 pm
by KoolBear
Richard Cranium wrote:I thought we made the New Message notice red when a New Message was waiting for you. DescentBB theme.
NewDBB_PM_not_red.png
I have notied that on occassion try refreshing next time. It seems inconsistant.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 14, 2011 10:28 am
by Richard Cranium
Not sure that this is really a bug. It's more of an oversight. The FAQ is missing information on what all the little icons represent.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Mon Feb 14, 2011 2:58 pm
by Richard Cranium
Found a problem with dbb_green.
DBB_Green_wrong_icons.PNG
DBB_Green_wrong_icons.PNG (15.43 KiB) Viewed 8851 times

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Thu Feb 17, 2011 1:49 pm
by MD-2389
On the default theme, the "Thread Locked" image is still the phpbb subsilver default image. Also, the energy powerup gif is horizontally squished on the forum index.

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Thu Feb 17, 2011 3:06 pm
by KoolBear
MD-2389 wrote:On the default theme, the "Thread Locked" image is still the phpbb subsilver default image. Also, the energy powerup gif is horizontally squished on the forum index.

Thanks I need more eyes! I think I corrected both of them. tell me about font sizes to please!

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Thu Feb 17, 2011 7:38 pm
by MD-2389
KoolBear wrote:
MD-2389 wrote:On the default theme, the "Thread Locked" image is still the phpbb subsilver default image. Also, the energy powerup gif is horizontally squished on the forum index.

Thanks I need more eyes! I think I corrected both of them. tell me about font sizes to please!
Still not fixed!

http://img600.imageshack.us/img600/808/ ... closed.png

http://img407.imageshack.us/img407/5980/dbbnewposts.png

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Thu Feb 17, 2011 8:31 pm
by KoolBear
You are right but I thought you said that you were in DBB green not the DBB classic my bad will find the locked graphic and will correct the icon size issue om phone give me a few minutes. KB

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Thu Feb 17, 2011 8:52 pm
by KoolBear
KoolBear wrote:You are right but I thought you said that you were in DBB green not the DBB classic my bad will find the locked graphic and will correct the icon size issue om phone give me a few minutes. KB
Ok now they are fixed in all Descent Themes or they should be you might need to "refresh"

Thanks for pointing that out. I haven;t been in a closed topic since the upgrade. Maybe longer ;)

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Mar 02, 2011 10:23 am
by BUBBALOU
Can you fix the logon issue ... FFS

you need to set "DescentBB Index" as the Default destination instead of "choose forum" for logging in

not to mention the auto forward upon selection crap!.... this is why you have a "GO" button next to the spinner box

otherwise we play the Captcha game for 5 logins on a smartphone.... until we realize it's incorrect list use on a login web-page....

you guys should always check logged out with a internet history folder wipe...


BAD JUJU

Re: DescentBB Upgrade to PHPBB3 Bugs

Posted: Wed Mar 02, 2011 10:57 am
by KoolBear
BUBBALOU wrote:Can you fix the logon issue ... FFS

you need to set "DescentBB Index" as the Default destination instead of "choose forum" for logging in

not to mention the auto forward upon selection crap!.... this is why you have a "GO" button next to the spinner box

otherwise we play the Captcha game for 5 logins on a smartphone.... until we realize it's incorrect list use on a login web-page....

you guys should always check logged out with a internet history folder wipe...


BAD JUJU
BUBBALOU,

back up take a breath...

Man I am so dense, would you please put that to me in dumb bear english and I will gladly see what I can do. I can tell it has your tassles all tied up :)

EDITED: I logged out cleared my cache came to Descentbb.net and saw the main forum listing.

I will log in with my Droid X and see if I can see what you are talking about. I do everyday but will look specifically what you are referencing.

Also why do I need to test anything, I can depend on all of you to find every little issue. ;P