DescentBB Upgrade to PHPBB3 Bugs
Moderators: Krom, Lothar, Richard Cranium, KoolBear
- BUBBALOU
- DBB Benefactor
- Posts: 4198
- Joined: Tue Aug 24, 1999 2:01 am
- Location: Dallas Texas USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
Whn you go to login, there is a spinner box with 'choose destination' instead of forum index as the default. You receive invalid user name and password with captcha validation to re attempt to loginif you it as the default (ie 'choose detination'). Then if you do attempt to select a destination from the forum spinner box, after the invalid login from not selecting a destination orinally... as soon as you select a forum, you are then autoforwared without using the submit button ( go button )
Change default selection to forum index instead if choose destination that has an empty URL field, triggering an invalid login because of incomplete submit requirements
Ps I'm sloppy today using iPhone too tired to edit
Change default selection to forum index instead if choose destination that has an empty URL field, triggering an invalid login because of incomplete submit requirements
Ps I'm sloppy today using iPhone too tired to edit
I seem to have a better workout dodging your stupidity than attempting to grasp the weight of your intelligence.
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
But I think I understood what you are saying, let me see if I can find that form.
Mike
Here's the template where the "jumpbox" is assembled for display...
Any ideas?
Mike
Here's the template where the "jumpbox" is assembled for display...
Code: Select all
<!-- IF S_DISPLAY_JUMPBOX -->
<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span class="gensmall"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->:</span> <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
<!-- BEGIN jumpbox_forums -->
<!-- IF jumpbox_forums.S_FORUM_COUNT eq 1 --><option value="-1">------------------</option><!-- ENDIF -->
<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level --> <!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
<!-- END jumpbox_forums -->
</select> <input class="btnlite" type="submit" value="{L_GO}" /></td>
</tr>
</table>
</form>
<!-- ENDIF -->
Re: DescentBB Upgrade to PHPBB3 Bugs
I can't reproduce this on my ipod touch.
I login, goes to the standard confirmation page, and then forwards you to the index.
I login, goes to the standard confirmation page, and then forwards you to the index.
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
I just added smartphone theme did you see it flip? I was wondering f it worth customizing. I kinda like it but the current DBB theme was working fine just had to zoom in and out so much to so anything. I see it on my Droid X
Re: DescentBB Upgrade to PHPBB3 Bugs
Its good. If that theme is new then bubba's issue might be fixed.
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
if it's white it's new the title image still says phpBBmobile
- BUBBALOU
- DBB Benefactor
- Posts: 4198
- Joined: Tue Aug 24, 1999 2:01 am
- Location: Dallas Texas USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
No issues with mobile forms and login, except page width (only reading/posting in threads you have to manually zoom in on page . Indexes seem fine and auto zooms to correct page width - edit seems to be related to 'code' paste on this page with a fixed width ) on subject pages inside forums. Having mobile version with A better color scheme would be appreciated
[ Post made via iPhone ]
[ Post made via iPhone ]
I seem to have a better workout dodging your stupidity than attempting to grasp the weight of your intelligence.
- Aus-RED-5
- DBB Friend
- Posts: 1604
- Joined: Fri Apr 23, 2004 7:27 am
- Location: Adelaide, South Australia
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
x2BUBBALOU wrote:Having mobile version with A better color scheme would be appreciated
Prepare for DESCENT!
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
Ok so you both have are seeing the mobile theme, and think it is worth while to upgrade to the DBB Classic color scheme?
- Aus-RED-5
- DBB Friend
- Posts: 1604
- Joined: Fri Apr 23, 2004 7:27 am
- Location: Adelaide, South Australia
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
I thought something was wrong when I first seen it! lol
So yeah... since my SAMSUNG Galaxy S is defaulting to the mobile theme. It would be nice to have the DBB default theme or similar.
So yeah... since my SAMSUNG Galaxy S is defaulting to the mobile theme. It would be nice to have the DBB default theme or similar.
Prepare for DESCENT!
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
I can always deactivate the mobile theme, I just wanted to see if I like it and I think it works a little better than the classic theme in that I don't find myself zooming as much
- Aus-RED-5
- DBB Friend
- Posts: 1604
- Joined: Fri Apr 23, 2004 7:27 am
- Location: Adelaide, South Australia
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
ummm.. someone change something with the link to the main index page?
When the page loads it's automatically taking me down to about the Descent Dev forum.
This happens with IE and FF.
Seems like the page wants me to see the Game Tracker at the bottom every time the page loads.
When the page loads it's automatically taking me down to about the Descent Dev forum.
This happens with IE and FF.
Seems like the page wants me to see the Game Tracker at the bottom every time the page loads.
Prepare for DESCENT!
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
fixed for now
- Foil
- DBB Material Defender
- Posts: 4900
- Joined: Tue Nov 23, 2004 3:31 pm
- Location: Denver, Colorado, USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
In IE8, the focus is now being pulled away from text fields, which is causing havoc when trying to make a post or reply.
Looking at the page source, I see:
I believe that's the culprit. [I haven't identified what is causing the onblur() events, but it's extremely frustrating that the focus is constantly being pulled away.]
Looking at the page source, I see:
Code: Select all
<SCRIPT language="Javascript">
window.onblur = function() { window.focus(); }
</SCRIPT>
- KoolBear
- DBB Co-Founder
- Posts: 10132
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Houston, TX USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
Sorry was trying to keep the D3 tracker from stealing the focus, but found the problem was NOT DBB related and I forgot to remove that script, should be fine now.Foil wrote:In IE8, the focus is now being pulled away from text fields, which is causing havoc when trying to make a post or reply.
Looking at the page source, I see:
I believe that's the culprit. [I haven't identified what is causing the onblur() events, but it's extremely frustrating that the focus is constantly being pulled away.]Code: Select all
<SCRIPT language="Javascript"> window.onblur = function() { window.focus(); } </SCRIPT>
- Foil
- DBB Material Defender
- Posts: 4900
- Joined: Tue Nov 23, 2004 3:31 pm
- Location: Denver, Colorado, USA
- Contact:
Re: DescentBB Upgrade to PHPBB3 Bugs
Thanks, Mike.