now that chris is back...

Some fixes, please:

  1. Font color on message titles same as background
  2. Last ten posts not functioning correctly (at least two documented bugs and several other gripes – does anyone here follow the YaBB community and know if there are hacks/patches available?)
    as discussed here:
    http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1037067097

and here:
http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1034814731

and here:
http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1042907242

  1. Maybe at least link the old tutorials/code right now until the new site is ready. Put a button next to “Forum Archives” called “Tutorials Archives”?

Popular Requests:

  1. Genera Development Forum as requested here:
    http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1040554474
  2. Off-Topic Forum, as requested here:
    http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1035576631

[quote]Some fixes, please:

  1. Font color on message titles same as background
    [/quote]
    I think I posted a potential solution to this some time ago lareday, maybe I can ask the form admin to looka this again? A change should only take very few minutes:
    http://www.JavaGaming.org/cgi-bin/JGOForums/YaBB.cgi?board=suggestions;action=display;num=1037067097

I repeat what I wrote:
The problem is probably here. First a text class is defined with font color white:
.text1 { font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF; }

Then later that class is used to display the topic line in 10 most recent, and the color is changed in that line. But it seems like IE uses the original definition and Mozilla uses the new color value. Is there any need to define color #FFFFFF in the .text1 class at all? I think it could be simply removed. Or is white text anywhere used in the forum?

JavaGaming.Org / Suggestions / Re: Last 10 Messages Malfunction


In another topic: can it be that preview no longer works? When I press “Preview” after editing a message is posted immedatly.

bump