Where do I put this code? In bbpress/register.php somewhere I’m assuming?
Hi
i have a website.It has its own login system that use session and cookie. I want to add bbpress to my site. How can i combine these two different login systems.
When a user login (logout) to my site, he should login (logout) from forum automatically.
I noticed that bbpress doesn’t make use of conditions while wordpress and gallery2 do. I’m kind of frustrated so I’m just going to disable permalinks for now, but I believe that if wordpress and gallery2 work then bbpress should be able to work too. I haven’t figured out how, though; hopefully one of you can since this is a frustrating problem.
I have read the other threads on this forum, tried the suggestions there, and no matter what I do I can’t seem to get permalinks working for bbPress.
At first I had wordpress configured to run in the root of my site (while physically being in /wordpress/) and thought that might be messing up bbpress, which is in a subfolder, so I disabled that feature of wordpress and configured it to run from the same folder where it is installed.
Even after doing this, I haven’t been able to get permalinks to work. I have tried both option +multiviews and the output from the rewrite php file, both without success. The error I get is “No input file specified.” I am saving the .htaccess file in the root of my forums folder. My forum is installed at http://www.u77.cc/forums/ and I am hosted with goDaddy. Permalinks are working with my wordpress and gallery2 installs.
Thanks,
Hi,
I have made ja translation based on yours. Thank you!
http://bbpress-ja.googlecode.com/svn/tags/0.8.2.1/
How can insert image in bbpress?
I have the same thing. I tried everything. When i click on ‘show topic’ on my ne forum, or any other – i am redirected to main wordpress page.
The most stupid thing is that just after i installed bbpress, it was working. But after i was trying to integrate with wordpress – several bugs have occured, so i deleted bb and cleared the databe, but now after another install, it simply doesnt work, just like the topic says.
Hi Susan,
Is sounds like maybe the .php file extension on your computer has become “associated” with MS Picture It? If so, try changing the file association for .php on your computer.
I would start over. Download a new copy of bbPress and make the changes with a text editor like notepad or download a free copy of something like editpad.
Trent
Greetings, I downloaded BBpress, and when I went to make the changes I noticed that all the php files had be saved as “MS Picture It” files… can someone help me with this… changing the file extension does not help at all…
Thanks!!!
Susan
feature suggestion:
change the “install” column to “action” and in addition to the “install” link, create a “readme” link with a link directly to the svn readme. The full path and filename should already be known. If you keep it outside of trac, it can be viewed directly in the browser since the correct headers are sent.
ie. https://plugins-svn.bbpress.org/plugin-browser-for-bbpress/trunk/readme.txt
optionally you could use the curl/fsockopen fetch and format the readme.txt into pretty html with colours and bold so it’s easier to read.
(you could then also include a direct download link in the “action” column so it would be three lines: “readme” “install” “download” )
@schmitt, Thanks for the feedback 
No I don’t have an SVN for the k2 BBPress theme, but what changes would you submit. Before posting please think about my following points.
(a) I have not yet implemented a “proper” tab bar , like the solution posted by Sabutay as “normal” users don’t like editing things…. what ever I implement as a template would be wrong for the majority of people.
(b) fam-fam icons, I do want to do, but I don’t want to unnecessarily bloat the theme, just installing a ccs file is kinda cool. Just using a css also makes the theme more “secure”, i.e. anyone who developed their theme from the original wordpress kubrick theme has had to keep releasing updates in order for the theme not to be vulnerable to XSS various attacks.
It seems like a good idea. Why not pitch that to the bbdev mailing list?
You can’t change the colour based on who’s read it because there’s no way to tell who’s read the new post or not (hence it not being new if they have read it). There is however a plugin to track who’s read what last post but that which unfortunately needs yet another plugin.
bbPress is very weak in the user event tracking department. Not even a built in last login date which is a serious flaw in design.
It’s like that on purpose 
That hosting only costs like $10 a year but it still costs.
Obviously if anyone wanted to use the template I’d either remove the ad entirely or put a space there if they wanted.
I mean K2 wordpress… not BBPress…
If one were to add enhancements to the K2 BBpress theme, I don’t think there is an SVN to submit changes.
Does it make sense to have a themes SVN just like plugins?
Thanks. At some point I want to integrate this into the full K2. I like the theme but the lack of recent progress on development is disconcerting.
I worked overnight to bring the My Views plugin up to date for public release. I am pleased to announce it now works with both 0.8.2.1 and the trunk!
But it now goes way beyond that. Be sure to read the readme.txt
http://bbpress.org/plugins/topic/67
You can see a demo here: http://bbpress.nfshost.com/forums/view/most-views
(My Views is a powerful addition to the default “views” in bbPress. It will let you customize output and adds several new views. My Views consists of a main plugin and several optional “module” plugins that can be added if desired for additional new views.)
Appended bbPress Views by My Views:
* Latest Discussions
* Topics I’ve Started
* Topics I’ve Participated In
Extended bbPress Views by My Views if optional “bb Topic Views” plugin by Mike Wittmann is installed http://bbpress.org/plugins/topic/53
* Topics with the most views
* Topics with the least views
Extended bbPress Views by My Views if optional “Plugin Browser for bbPress” plugin by Sam Bauers is installed http://bbpress.org/plugins/topic/57
* Installed bbPress Plugins
* Available bbPress Plugins
and many little other tweaks to views including proper titles and headers as well as a dropdown views list box.
Well…I’ve resolved my (and maybe also your) problem… the problem was that I’ve used the same db prefix for both bbpress and wordpress… I feel like an idiot
I just didn’t read the instructions too carefuly
I need someone to integrate BBpress to my exiting site,if anyone is intrested..pls email me at froots@gmail.com and i will brief you on what are the things and looks that i need. Thanks guys..
I guess you’ll see that the way it works around here is you get the idea, you volunteer to make the plugin 
Start coding. But seriously, without cron jobs or pseudo cron it will be tricky to do this. A plugin would have to check the time of day each time it runs and then keep whatever user is currently visiting on a delay while it emails however many people. This can be problematic. What if the site is fairly idle at that time when it should email and noone is visiting? What if there are 100 emails to send, will the people be kept waiting over a minute or two?
Personally I’m just using yahoo rss to email alerts. It watchs the rss feed for you for changes.
But this plugin could be easily changed to have two checkboxes, one to just email a summary at end of day, vs when it happens:
https://bbpress.org/plugins/topic/23
http://www.la-school.com/2006/bbpress-notification/
Hey linickx, great theme, I love it!
Find the .post rule and add overflow: auto; to it. That way there will be a scroll bar at the bottom if anything is too long. overflow: hidden; will simply hide it instead.
Also, if you didn’t know bb does let you search.
Hit up http://www.nyquistcapital.com/forums/search.php . You can also add a search form to your template but I’m not sure just how.