Nice clean theme 
– Make “login” button same height as text-boxes
– Change link colours in footer, cannot read the “BBPRESS” link for example.
– I like the blue RSS logo on the right sidebar, but it seems cut off on top and bottom?
Overall, I like it!
Actually I’ve got a standalone javascript that does everything the WP plugin does … except load buttons to automate the code. And I’ve had it working in several BBPresses since mid last year. Add the js call in the header and it will load any simple href link to mp3, flv, mov etc. in a player.
I’ve been meaning to get around to modifying the WP plugin for BBPress since the official release, it’s on my todo list when I get to upgrading my BBPress installs for several WPMu’s. That’ll be a while yet though and I’ve yet to acquaint myself with BBPress plugins, is there a good quicktags plugin I can check out for starters?
Brilliant – works straight away again and has all the options I wanted. Thanks.
This is a problem with the path to the CSS, check the source:
http
/ vindicationdurotan.combbpress/bb-templates/kakumei/style.css
That backslash should not be there. There have been a couple threads about this lately:
https://bbpress.org/forums/topic/795
https://bbpress.org/forums/topic/820
IE can deal with the backslash but FF cannot. Once you correct that slash problem, things will look fine in FF.
Sam, just curious, is there going to be a new patch for this added soon? After last big SVN Commit, the patch719 didn’t work, it gave bad merge errors or whatever?
I’m going to have to delete all my current forum files and folders.. re-svn it all up. Then, wait until a new Forum Categories patch is made sigh. I just wish this Forum Cat was implemented into the trunk soon, and updated as need be… Wouldn’t have to worry about this all the time lol.. 
spencerp
ok…i have kinda worked out my own fix that’s a lot messier than pravins…just printing from the send mail function.
The password works and yeah…
I have the password printed at the top of the page but that’s ok..
They are line numbers.
Index: register.php
=============================================
tells you the filename.
http://www.dustyant.com/articles/running-bbpress-on-sourceforge
That link has the patch file without wrapping.
ok…i upgraded the timezone thing and it’s fixed.
…
I have user-timezones plugin…
admin-add-user
allow-images
bb-avatar
bb-memberlist
bb-post-count
bb-privatemessage
display-name
forum-moderators
forum-restriction
onlinelist
private-forums
since-last-visit
summon
user-timezones
(.php)
that’s everything in my my-plugins folder
It works. Thank you very much.
I can’t belive it, so i will doublecheck.
It did look for some coolforumexample.
New version, same link.
Changes:
- Box/reminder/no box option expires with the session.
- Micro comments in the plugin file, to make changes (esp. removing things) a bit easier.
- Download link for the themes with the zip, both in the box and in the screenshots page.
The zips have to be added manually. Hey, just like the themes themselves. It’s better that way, as an automatic creation would make them available and thus you’d be redistributing them, so you’d better check the license. OK, it’s just a cheap excuse to avoid the work
I may add that functionality for the admin (create/rebuild/delete zip links in the screenshots page when the admin loads it), but it’s low in my general TODO list. So, until a new bug is found or another good idea pops up that is easy for me to implement, consider it a final version.
Also, keep in mind that the users can fake cookies and I don’t check their values. I don’t know how much of a risk it is for this case, nor how to solve it (yeah, I could check that only letters appear in the values).
Hello all,
I seem to have stumbled on another oddity I can’t solve…my user registration times are based on GMT, not on Pacific time as I have configured in the bbpress config.php file, as well as the wp Admin->Options page. I have added the following php script to a page to detect the server time.
<? print date("F d, Y H:i:s", time())?>
The time returned is the correct (Pacific) time, (-8 GMT). Any suggestions where else I can look, what else to try?
Yeah, I IM’d Trent to let him know a little while ago. He’s like my liason to the powers-that-be
Just a note – the plugins database at bbpress.org/plugins seems to be offline. Leastwise, I can’t get to it to look at or download any plugins. I keep getting an error:
Cannot select DB
Just thought I’d make mention of this so someone can fix it. It’s been offline for most of the day.
I suggest to add a zip of the theme in that theme folder for now, so we can use this download button. Future realease can have this zipping later (if needed at all).
The download button would be plain wicked
hi bbolman, this is just what i’ve been looking for… great! thanks so much.. best of luck to u!
Hi!
i have successfully installed bbress to my site integrated with wordpress. Now, i have another question? can we make it possible to make the forums(the entire bbrepss forums) exclusive only for members? what do i need to do? thanx!
I have bbpress and wordpress running independently on the same domain but am having some encoding problems with bbpress that I didnt have on my local server.
As an example . . .
the…?
Shows as . . .
the…?
I am sharing some of the same header information between my bbpress install and my wp theme, but I don’t know enough about encoding to know if that’s the problem.
Thanks,
Ryan
Why not have the server zip the theme every time a theme is added? Minimises work on all sides.
Very nice work. I especially like the don’t show for … settings. It feels very professional.
Download button that will (on click) download the theme currently viewing (even grater if it would zip the theme folder and offer it for download on the fly)
Good idea! I’ll work on that. I don’t know if zipping on the fly would be nice on the server. I think it’d be better that the admin adds the zip each time he adds a theme. But that’s more work for the admin
so I don’t know.
Remove the Show theme button. Just selecting it in the ddlb should be enough to switch (or some explainetion of how to do this, cause I want to use it without that button)
You can remove it by deleting the lines that generate it. Line 139 – 142 in cookie_themes.php (that is, from var but = ...
to f.appendChild(but);
). I put it before adding the “submit on change” stuff, and then I left it just in case the new thing didn’t work. When I tried it yesterday on MSIE, it didn’t work there, you had to use the button. But it may be just my MSIE with paranoid configuration.
http://bbpress.org/plugins/topic/37
This will hopefully fix the following issues.
This user is a bozo: "1"
in the edit profile page.
- Slashes getting added to some quote marks (
"
-> "
) in posts.
I have made a new testversion for suleiman. Plz try this version.
1) Delete bbemenu.php from your plugin directory (and close browser)
2) Delete the bb_menu table from your database
3) Upload this test version, go to your admin and refresh the page if needed
4) Check if the bb_menu table is filled now.
ps. you only have to replace the bbmenu.php from your plugin directory.
Download testversion:
http://www.sourceskins.com/bbmenutest.zip
If this version isn’t working for you sul, I give up
Strange. All users on my forums got the This user is a bozo: "1"
, that doesn’t change no matter what I do. But still, all the topics created are visible and none of the users are listed in the Bozo-list.
You can make your own measures. Its not exactly NEEDED
and it gets really annoying.
Well cheers theres your fix.