Previous Thread
Next Thread
Print Thread
Rate Thread
#263718 11/30/2003 11:07 PM
Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
the jump to behavior changed in the upgrade.
before when you were in a forum the default would
be the forum you were on.

Now it defaults to the first category so users have to navigate
this list which makes it hard to see where you are and where you
want to go... it looses it's focus.

Any way to fix this?

sd

Sponsored Links
sdf123 #263719 12/19/2003 5:41 PM
Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
Any way to fix this to behave like the previous versions?

sdf123 #263720 12/20/2003 1:41 AM
Joined: Oct 2001
Posts: 22
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 22
i had some users complain about the same things.


here's the fix (version 6.4)

in ubbt.inc.php

change

Code
 <br />$template['choices'] .= "<option value=\"{$forumarray[$catnum][$j]['BoKeyword']}\">&nbsp;&nbsp;&nbsp;{$forumarray[$catnum][$j]['BoTitle']}</option>"; <br />


to

Code
 <br />$selected = "{$bonum}"; <br />if ($forumarray[$catnum][$j]['BoKeyword'] == $Board) { <br />    $selected = "selected=\"selected\""; <br />} <br />$template['choices'] .= "<option value=\"{$forumarray[$catnum][$j]['BoKeyword']}\" $selected>&nbsp;&nbsp;&nbsp;{$forumarray[$catnum][$j]['BoTitle']}</option>"; <br /> <br />

LazyBoy #263721 12/20/2003 3:45 AM
Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
Thank you I now have happy users

sdf123 #263722 12/20/2003 3:13 PM
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
Thank You I been looking for this also

Sponsored Links
234234 #263723 12/20/2003 10:13 PM
Joined: Oct 2001
Posts: 22
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 22
[]scroungr said:
Thank You I been looking for this also [/]

no problem.

LazyBoy #263724 12/21/2003 6:24 AM
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Thanks was requested by my regulars too


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)