Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Page 1 of 2 1 2 >
Topic Options
#305227 - 18/12/2007 13:11 New Theme issues
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Please post here to let us know about problems with the new theme.

I've already noticed:
  • the black border around the post text entry
  • the buttons are inset instead of proud
  • the odd black box that pops up when you hover over the post format buttons
These should be fixed shortly.

Also, if someone can figure out how to fix the quote boxes so that there isn't always a scrollbar, that would be great. The quotes are in the .ubbcode-block, .ubbcode-header, and .ubbcode-body divs, and the basic issue is that they're set to a specific pixel width. But I can't figure out how to make them line up properly with a relative width.
_________________________
Bitt Faulk

Top
#305229 - 18/12/2007 13:27 Re: New Theme issues [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Bitt, are you going to make the larger font version of the default theme? I can make the changes if you post the relevant CSS files for this theme or let me know how to download them.

Do you know if the font sizes are all specified per element in an absolute measure like pixels, or is there one base font and are the rest specified in relative terms like ems?

I can also take a shot at the post quote though someone will likely beat me to it. I'd probably start off by looking at specifying the size as a percentage of the containing element. Or set it with margins so it otherwise takes up 100% of the containing element (minus the visual space caused by the margins).

I'll go back to the other thread in case it's already been mentioned where to get the files.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305230 - 18/12/2007 13:37 Re: New Theme issues [Re: hybrid8]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I didn't realize there was a larger font version. Buy some glasses ;\)

Font sizes are specified in points in many different CSS elements(?), which is why some of them are still a little screwy.

The quote block is implemented as two sibling divs (the header and body) inside a single containing div. Currently their widths are hard-coded in pixels. The closest I've come is setting the containing div to 85% and the two child divs as 100%, but most of the time that makes the body 1px toowide, though only where the text is (see attached screengrab).


Attachments
ubbcode-block.png


_________________________
Bitt Faulk

Top
#305231 - 18/12/2007 13:40 Re: New Theme issues [Re: hybrid8]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
Not really a problem, but I think it would help with readability. Previously the column headers were bold.

Forums, Threads, Posts, Last Post.
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#305232 - 18/12/2007 13:44 Re: New Theme issues [Re: Waterman981]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Good one. Got it. Updated soon.
_________________________
Bitt Faulk

Top
#305234 - 18/12/2007 13:46 Re: New Theme issues [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Here's the fix:

You just need to remove the width on these three elements.

 Code:
.ubbcode-block {
margin: 5px 2em;
background: #444466;
border: 1px solid #555555;
padding: 0px;
border-spacing: 0px;
}
.ubbcode-header {
display: block;
font-weight: bold;
padding: 4px;
color: #cccccc;
background: #333355;
border-bottom: 1px solid #555555;
font-size: 1em;
}
.ubbcode-body {
margin: 4px;
overflow: auto; 
font-size: 10pt;
display: block;
}

_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305235 - 18/12/2007 13:49 Re: New Theme issues [Re: hybrid8]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Oh, well.

That's too obvious.

Fixed soon.
_________________________
Bitt Faulk

Top
#305237 - 18/12/2007 13:52 Re: New Theme issues [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
I've now started attacking this with the excellent CSSEdit for Mac OS. I can override the CSS for the page "live" which makes editing so much easier. I can also click on any part of the page to find out what styles are being applied to that element or block.

I'll need some accurate screen grabs or live demo of the old BBS as a starting point. I think I missed links to that, mind tossing them in here?

A number of things, as mentioned, involve more changes than just the CSS. Some logic needs to be edited for some and others might require some adjustment to the way the markup is written (nested tables and the like).

I will probably try a version specifying only the body text as pixels and then every other size as ems. That will allow changing all the text on the page simply by altering the base measure in the body element.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305238 - 18/12/2007 13:53 Re: New Theme issues [Re: hybrid8]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
old.empegbbs.com
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#305243 - 18/12/2007 14:34 Re: New Theme issues [Re: Waterman981]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Some things are going to be downright a PITA to modify because while the guys behind UBB may know some php they really don't seem to know jack about writing markup that's separate from style. There are empty table cells in a lot of places used as spacers. Ugh.

I'll try some changes based on the current markup and move things with CSS as best as I can where needed. I'll attach any mods I come up with and hopefully they can be included as an alternate theme. The current one uses too many instances of 8pt font size.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305247 - 18/12/2007 15:34 Re: New Theme issues [Re: wfaulk]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
All the previously mentioned things have now been taken care of, plus the font sizes on the "Last Post" column inside the forums, and keeping the "Last Post" column on the main page from wrapping.
_________________________
Bitt Faulk

Top
#305249 - 18/12/2007 15:58 Re: New Theme issues [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Here's a modified CSS for large fonts. It's not done yet and I'm also waiting for Tom to get back to me about whether or not the markup can be changed on a per-theme basis. When i have some time I'll play in the admin interface to tune this all up.

I've removed the double outline around posts as well as the black space between them. Also change is the subject heading for each post, though because of markup I'm unable to make it the same as it used to be (need to move where a table cell gets created). But I did push the subject over so it better matches where it used to start in the old forum (same indentation as the message body instead of being pulled over the poster info/icon)

I've used ems for everything except the quotes. Because ems are always based on the parent's size, nesting quotes would progressively make the text smaller. Specifying as pixels for this was the work-around.


Attachments
extracted-empegbbs.com.css (89 downloads)

_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305250 - 18/12/2007 16:16 Re: New Theme issues [Re: hybrid8]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I updated the current theme to have a base point size and base all other font sizes off of that in ems. The one place this breaks is that the user and time of the latest posts on the front page are unnecessarily small due to nesting. But hardly a big deal.

By the time you read this and try to test it, there will be an empegbbs-large available that has a single change for a bigger font.
_________________________
Bitt Faulk

Top
#305253 - 18/12/2007 16:25 Re: New Theme issues [Re: wfaulk]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I've also replaced the stupid series of underscores above signatures with a white line.
_________________________
Bitt Faulk

Top
#305254 - 18/12/2007 16:48 Re: New Theme issues [Re: wfaulk]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
 Originally Posted By: wfaulk
I've also replaced the stupid series of underscores above signatures with a white line.


Any way to get rid of the line completely? It's just more unnecessary visual clutter...
_________________________
Tony Fabris

Top
#305256 - 18/12/2007 17:10 Re: New Theme issues [Re: wfaulk]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
 Originally Posted By: wfaulk
I've also replaced the stupid series of underscores above signatures with a white line.

For those of us using the ubbthreads stock theme that is a bit of a problem, the white line is invisible and signature like mine that aren't in bold or funky colours just merge into the text of the post.
_________________________
Remind me to change my signature to something more interesting someday

Top
#305257 - 18/12/2007 17:14 Re: New Theme issues [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Change the white line to a horizontal rule (hr) that can be styled per theme. That will give the ability to set it to compliment individual themes, including making it shorter or hiding it (display:none)

I'll give the admin interface Tom linked to me a shot, since the css I attached includes a number of changes the current large font variant doesn't.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305259 - 18/12/2007 19:10 Re: New Theme issues [Re: hybrid8]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Whoops. How about now?
_________________________
Bitt Faulk

Top
#305260 - 18/12/2007 19:13 Re: New Theme issues [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
 Originally Posted By: tfabris
Any way to get rid of the line completely?

Yes.

 Originally Posted By: tfabris
It's just more unnecessary visual clutter...

No, it's not. As Andy notes, there needs to be a delineation between the body and the signature.
_________________________
Bitt Faulk

Top
#305261 - 18/12/2007 19:29 Re: New Theme issues [Re: wfaulk]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Okay, I changed the templates in a few places.

Instead of the row of underscores separating the post body from the signature, there's now a ruled line (which is/can be styled in the CSS). (These were in post_top.tpl, post_side.tpl, and post_comments.tpl inside <div class="signature">.)

The main page no longer styles the name and date underneath the most recent post as "small". (These were in gallerylist.tpl, postlist.tpl, and cfrm.tpl - the span containing the term "lastposter" used to be class="small".)
_________________________
Bitt Faulk

Top
#305268 - 18/12/2007 20:16 Re: New Theme issues [Re: wfaulk]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
The double column of icons in the forums looks really cluttery to me. Does anyone agree?

It's not too difficult to kill one or the other of the columns via CSS alone.

The first column indicates whether the thread has new posts or not, but the background color of the row does the same thing. Also, these icons are friggin' huge.

The second column shows the thread's icon, which is like the old BBS.
What should be done with the double icon column?
Only one choice allowed


Votes accepted starting: 18/12/2007 20:15
View the results of this poll.
_________________________
Bitt Faulk

Top
#305276 - 18/12/2007 22:41 Re: New Theme issues [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
The old board used to use an alternate colored icon when the thread contained new messages. It would be good to get that back. Of course it would also be good to axe the crappy icons and replace them with nicer ones from the old forum. \:\)

The signature line now appears as an HR plus the original full-length line you created previously. At least in the large-font empegbbs theme.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#305278 - 19/12/2007 00:19 Re: New Theme issues [Re: wfaulk]
FireFox31
pooh-bah

Registered: 19/09/2002
Posts: 2494
Loc: East Coast, USA
The font color for number of unread posts, next to number of total posts in a thread, in forum index view, is a little dark and hard to see.

Who cares. The old theme rocks. Thanks!
_________________________
-
FireFox31
110gig MKIIa (30+80), Eutronix lights, 32 meg stacked RAM, Filener orange gel lens, Greenlights Lit Buttons green set

Top
#305281 - 19/12/2007 00:52 Re: New Theme issues [Re: FireFox31]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
Would you consider changing:

1. The background and border of the area around "New Reply" to blend with the black background.

2. Also the look would be better without black separation between posts and instead substituting a darker blue as shown.



edit: Also, same background change for page numbers on the opposite side from 1.


Edited by gbeer (19/12/2007 00:56)
_________________________
Glenn

Top
#305282 - 19/12/2007 01:13 Re: New Theme issues [Re: gbeer]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
When hovering over various links the orange text shifts to white.

In various locations:

The foreground text remains orange while the background color shifts to black. (My Stuff and siblings)

Or the link shifts to white foreground with black background.
(buttons for reply, quote, quick reply... )
_________________________
Glenn

Top
#305283 - 19/12/2007 01:36 Re: New Theme issues [Re: wfaulk]
Dignan
carpal tunnel

Registered: 08/03/2000
Posts: 12318
Loc: Sterling, VA
I don't know if this has been mentioned, but did the old board have that annoying space between every single post? I would check, but the old.empegbbs.com link doesn't show threads in the old theme, just the forum listings.

I just find it a little annoying, and eventually adds a bit more scrolling.



Attachments
Image1.jpg




Edited by Dignan (19/12/2007 01:36)
_________________________
Matt

Top
#305287 - 19/12/2007 02:50 Re: New Theme issues [Re: Dignan]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
I'm pretty sure it wasn't there. I dug into the css when dranko made his initial request.

One of the things I couldn't eliminate was the double border between the posts. You can see it if you look close. In the end I figured it wasn't noticeable enough.



Image was cropped from http://gkb.servehttp.com/empegubb7/posts.html


edit: here is the relevant css

.t_outer {
border: 0px solid #000000;
border-spacing: 0px;
background: #000000;
margin-bottom: 0px;
}
.subjecttable {
font-weight: bold;
color: #CCCCCC;
background: #000044;
border-width: 1px 1px 1px 1px;
padding: 2px 2px 2px 2px;
border-style: solid solid solid solid;
border-color: #555555 #555555 #555555 #555555;
}


Edited by gbeer (19/12/2007 03:18)
_________________________
Glenn

Top
#305288 - 19/12/2007 03:00 Re: New Theme issues [Re: gbeer]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
 Originally Posted By: gbeer
When hovering over various links the orange text shifts to white.

This should always be the case.

 Originally Posted By: gbeer
The foreground text remains orange while the background color shifts to black. (My Stuff and siblings),

Whoops. Fixed.

 Originally Posted By: gbeer
Or the link shifts to white foreground with black background.
(buttons for reply, quote, quick reply... )

This is the same as the expected result, right?
_________________________
Bitt Faulk

Top
#305289 - 19/12/2007 03:05 Re: New Theme issues [Re: Dignan]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
 Originally Posted By: Dignan
I don't know if this has been mentioned, but did the old board have that annoying space between every single post? I would check, but the old.empegbbs.com link doesn't show threads in the old theme, just the forum listings.

No, but the general layout was a little different. The subject line didn't go all the way across the top. The user info went all the way from top to bottom.

I'll take a look at this further, but I'm not sure what the best thing is to do right now. Maybe I'll try a few different things, take screenshots, and post a poll.
_________________________
Bitt Faulk

Top
#305290 - 19/12/2007 03:08 Re: New Theme issues [Re: hybrid8]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
 Originally Posted By: hybrid8
The old board used to use an alternate colored icon when the thread contained new messages. It would be good to get that back. Of course it would also be good to axe the crappy icons and replace them with nicer ones from the old forum. \:\)

It looks like the developers decided to move away from what I remember being a combined new/old and mood icon to separate ones. There doesn't seem to be a way to recombine them. I have the row backgrounds colored lighter for new posts. Maybe I could make the borders lighter, too?

Agreed about the icons, though. Working on that.

 Originally Posted By: hybrid8
The signature line now appears as an HR plus the original full-length line you created previously. At least in the large-font empegbbs theme.

Whoops. Fixed.
_________________________
Bitt Faulk

Top
Page 1 of 2 1 2 >