Menu

#47 extra menu separator " | "

1 Gold - SP 1.3.1
closed-out-of-date
nobody
4
2005-05-23
2003-04-27
Anonymous
No

version: YaBB 1 Gold - SP 1.3.1!

if a user has e-mail disabled, there are too many menus
separators displayed. this is probably only an issue
when menu icons are turned off and text menus are
used instead.

example:
username
-stars-
WWW | | IM

or
username2
-stars-
| IM

display.pl :

near line 277:
search for:
$sendm = qq~$menusep<a href
... and replace with
$sendm = qq~<a href

then ... near line 337
search for:
</a>$sendm<BR><BR>
... and replace with
</a>$menusep$sendm<BR><BR>

this is a simple behavioral issue that arose from an
assumption being made that there will always be a
WWW or an Email preceeding the IM.

:D chris

Discussion

  • chris kelley

    chris kelley - 2003-04-27

    Logged In: YES
    user_id=765997

    oh, i figured i'd register and all that.
    :D chris

     
  • Torsten Mrotz

    Torsten Mrotz - 2003-05-07
    • assigned_to: nobody --> t-master
    • priority: 5 --> 4
    • status: open --> open-accepted
     
  • Torsten Mrotz

    Torsten Mrotz - 2003-05-07

    Logged In: YES
    user_id=289236

    >> this is probably only an issue
    when menu icons are turned off and text menus are
    used instead.

    yep you're absolutly right ;)

    thx for the report! :)

     
  • Torsten Mrotz

    Torsten Mrotz - 2003-05-11
    • milestone: --> 1 Gold - SP 1.3.1
     
  • Torsten Mrotz

    Torsten Mrotz - 2004-09-28
    • assigned_to: t-master --> nobody
     
  • Corey Chapman

    Corey Chapman - 2005-05-23
    • status: open-accepted --> closed-out-of-date
     

Log in to post a comment.