Info
- 166 posts
- 46 voices
- Started 1 year ago by chrishajer
- Latest reply from _ck_
Whoa! (bbPress.org 2.0 is live)
-
- Posted 1 year ago #
Nice to see that big changes are finally happening here. Now all we need is a look-a-like theme to go with it. bbShowcase is back on? Sweet!
-
- Posted 1 year ago #
so there is no way to reply to a comment, only to the entire post thread? how does somebody quote another person to reply to them within the post?
You copy and paste into your reply and just wrap it in html
<blockquote>Replies are not threaded in bbPress. Comments *are* threaded in WordPress, if you want them.
-
- Posted 1 year ago #
new style for bbpress.org not means that bbpressstill alive, one week... no new version, and this style is very ugly: small text, small elements, annoying fade effects...
we need fresh look of old style
-
- Posted 1 year ago #
I disagree there. this new look is taking some getting used, and overall is very good. However there is room for improvement.
-
- Posted 1 year ago #
If text is small, just buy...
-
- Posted 1 year ago #
Very good style, i like it!
-
- Posted 1 year ago #
I like this theme more than the previous one..
-
- Posted 1 year ago #
If the text is too small, just use the Stylish plugin for firefox and add this rule
body {font-size:100% !important;}(or increase 100% as desired)
-
- Posted 1 year ago #
actually I forgot I have my text increased as standard in Firefox (failing eyesight and all that) and the font is just readable for me without straining. This makes me think the standard font size is a touch small - especially considering the avatar size.
-
- Posted 1 year ago #
If your font size is really small, can you let me know which browser you are using? I can't seem to replicate that problem.
-
- Posted 1 year ago #
It is great indeed, the only section i miss is the THEME section.
Just like wordpress.org
extend
- plugins
- themes
I think this will also result in more themes.
Everything else is just great, love to see bbpress is getting more mature, in a few years bbpress will be the most used forumboard.
Keep it up!
-
- Posted 1 year ago #
Noel the fonts are small in Firefox but that may be because they don't seem to scale for some reason when "large fonts" are enabled in Windows.
Like I pointed out, resetting the body to
font-size:100%;seems to fix the whole problem for me.The overly large gravatars still takes some getting used to however, I've never seen a forum system with avatars over 100x100
-
- Posted 1 year ago #
i'm using Opera 10, i can make css table for any site without any plugins.
i see no reason for updating style of bbpress.org if plugin page don't work
-
- Posted 1 year ago #
Noel, here are problems that I think are important to fix:
- no download link for plugins, version etc (major)
- in login form in header, username and password are not deleted when you click on it, so you need to manually delete them
- no subscribe to topic link (I'm now wondering could be this solved by using action topicmeta instead of hardcoding in theme since this won't work in any theme by default)
- better aligning on post form on plugin's pages
- better pagination on profile pages on forum
- more margin between columns on user's favorites page
Also, gravatars could be added to posts on plugin's page too.
-
- Posted 1 year ago #
i <3 the new style
-
- Posted 1 year ago #
I must say I like it. But it does look a bit cluttered with these huge avatars.
-
- Posted 1 year ago #
bbpress.org looks great. Good job!!!
[EDIT by chrishajer]
-
- Posted 1 year ago #
Off topic comments removed.
-
- Posted 1 year ago #
Very nice redesign! Does make one feel that there is life here and things happening. :)
-
- Posted 1 year ago #
Very nice theme!!
-
- Posted 1 year ago #
Hmm, my font-size increase trick is no longer working, someone changed the stylesheet.
The default font-size is ridiculously small.
Did someone seriously hard code the font-sizes into PX instead of percent or em?
Ah this will fix it in Stylish
* {font-size:98% !important;} -
- Posted 1 year ago #
aye looks like several instances.
-
- Posted 1 year ago #
Is Avatars integrated as basic functionality?
-
- Posted 1 year ago #
They're included in the 1.0 branch. I suppose it depends on the template you use to display the avatar.
-
- Posted 1 year ago #
Is there any update on the insanely small text?
It appears (according to firebug) that the font size is set to 12px, but then it's been made smaller by some later style. For me it's currently looking like a 8 or 9px font size (which is incredibly difficult to read since we dropped the amount of space the text is in by almost 40% to 540px).
The margins and spacings look a bit weird/forced as well, almost like it's using the old version of the 960 grid.
Also, as soon as the discussion includes more than 2 posts, 20-30% of the screen becomes useless whitespace.
Anyway, I'm testing this on Firefox3.6, latest Chrome and Opera 10 on Windows 7 and vista - and my iPhone.
Thanks,
KevP.S. The blog section's a total disaster area also, good thing it's not been updated in over 4 months now - otherwise people might look there for info!!! haha, don't worry, thats not likely.
-
- Posted 1 year ago #
Love the new look and the fact that _ck_ is around but damn my avatar is ugly that close up.
-
- Posted 1 year ago #
Here's a screenshot of this page in Firefox 3.0.19 on Ubuntu. Looks the same to me with Chrome on Ubuntu and Chrome on XP as well. Not sure what's causing the problem for you. I can't replicate it.
Screenshot is 1.7MB
http://chrishajer.com/bbpress/bbpress-text.pngWere you using an external CSS mods with the old theme that might be affecting the new theme?
-
- Posted 1 year ago #
Thanks for that Chris, v helpful.
Your text seems a tad bigger than mine but I think i might have found some of the issues.
1) The stylesheet specifies "Lucida Grande,Tahoma,'Bitstream Vera Sans',Arial,sans-serif" and I'm not sure it was tested on all of those fonts.
There's quite a large difference between the way Lucia Grande and Tahoma look on windows (and people with Safari on Windows can now have Lucia Grande; but its not there by default), and at 12px and above Tahoma and Arial start to look differently too...
2) In comparing what I can see on the forums and your screenshot, I'm getting 2extra words per line.
Either way, it's a drop in text size of a considerable amount. And a drop in the amount of space that the text is given in comparison to the old theme (not that an increased avatar doesn't help the conversation but...)
3) On the forum listing, since last week, some of the text has been of a bigger size than others. Specifically:
#bborg-discussions table td div {
font-size:14px;
}Edit: I have no extrnal css stuff going on, which i put down to laziness ;-)
-
- Posted 1 year ago #
Ok, so I noticed a small bug when posting this (because I went to edit and the edit link is tiny).
Line 99 of the stylesheet has "font-size:0.8em" (which seems accurate) but according to Firebug it thinks that the 960 reset is loaded afterwards as its loaded via 3 different @import commands (fyi - madness) because of how the browser handles loading of child stylesheets (it's not concurrent). The 960 reset states that "font-size:100%" for everything.
So firebug, and chrome tools will all show that they're applying "font-size:100%" which in essence they are, they're just applying 100% of the 0.8em.
EDIT: ok, so a bit more investigation turns out that "em"s were decided to be used for some of the links and things on the left under the avatar, while "%"s were used elsewhere, and "px"s were specified for other text - so its really a bit of a mish mash that has high potential to look different on every system (especially as the css reset is loaded 3rd or 4th by the browser); compunded by a choice to use different looking fonts per system.
On line 103 of style.css we specify the font for the actual forum post text:
#bborg-discussion #thread div.post {
font-size:12px;
}Now according to Firebug and chrome dev tools the font-size:12px is scored out (as if it's being overwritten) because the reset is loaded after. But if you click on it in firebug to actually disable it, hey presto, the font actually grows to the default size.
Oh and more of an FYI as to why it's hard to debug, after we apply our reset and our styles, we then have this added by the 960's text stylesheet that will mess with the base units:
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}
We basically play about with the font-sizes all over the shop in the stylesheets, and the fonts used too (i can see about 10 fonts listed).
-
- Posted 1 year ago #
Different text sizes on homepage:
http://www.kevinjohngallagher.com/bbPress_defferent_text_sizes.pngEdit area messed up:
http://www.kevinjohngallagher.com/bbpress_edit_area.pngDifference between yours and mine:
http://www.kevinjohngallagher.com/bbpress_kevs_view.png
http://www.kevinjohngallagher.com/bbpress_chris_view.png(basically, i have 2 or more words per line squeezed into same space on some places)
Hope this helps whoever is looking after the theme, apprecaite the help as always (especially Chris - first on hand as always).
Kev