Hello everyone 
It’s not directly related to bbPress script, but somewhere around it. What do you think about making something like Weblog Tools Collection, but for bbPress? You know – the newest themes and plugins for bbPress, tips, tricks etc?
I was also thinking about something like: http://wordpress.org/extend/ideas/ – so people could submit their ideas for new plugins etc. And something like http://wordpress.org/extend/themes/ – even if I would like to submit some themes for bbPress, I don’t have a site to do this
.
What do you think?
I should point out that such changes in bb-config.php must be inserted ABOVE the line that says
/* Stop editing */ and not below it.
Also, you should go immediately into your config and change the path after that.
In fact you should probably change the path in the admin section FIRST and then rename the folder after it’s saved. bbPress will be disabled until you rename the folder but should spring back to life afterwards.
The menu I mean is under:
settings -> general
or http://your-website-name.com/your-forum-path/bb-admin/options-general.php
bbPress address (URL):
I’m interested in this too. Mostly I’m interested because my current forum that I’m converting from (phpbb) allows you to preview your post, and that feature will be sorely missed. Bring able to save a draft of it would fit right along side a preview, pretty much just like the way WordPress allows authors to save/preview drafts. Now, I’m not a php person in any way (although I wish I was) but I can see it could easily work to make a plug-in or mod that would allow you the option to save your post draft for later with a different post status and pull it or all your saved/unpublished drafts into a single page by pulling them based on the status and your user id. From there you could edit those posts and “publish” them by saving and changing the status code to so that bbPress “sees” it as a valid post rather than a “deleted” or “saved draft”.
I tinkered with this idea a little while ago but with my php knowledge limited to hacking peices here and there to suit my needs it’s just too much of a task. I can’t imagine it would be too complicated to implement. Let us know if this pans out Vili or anyone else who has an urge to work on something like this.
I’m installing bbPress on a website that is mainly flashbased, and I need the users to be able to login via a form placed inside the frontpage.swf file. This is usually easy: all that’s necessary is a .php file that communicates with the flash, that basically looks like this:
if($_POST == $correct_username && $_POST == $correct_password){
echo(“loggedin=true”);
} else {
echo(“loggedin=false”);
}
Flash will then read the variable returned and work from there.
The issue is that I can’t figure out how to verify the data against the users table. I’ve studied bb-login.php and login.php, but I still can’t find the code that does the actual logging in – the code that checks the password against the encrypted one in the database, sets the cookie, etcetera.
Could someone point me in the right direction?
bbPress has similar functions to detect what page you are on, ie. is_front() is_forum() is_topic() is_view() etc.
do a search of the code for “function is_”
I think I can transfer to phpBB. So there is a plugin to transfer from phpBB to BBpress? I’ll look for it.
If not, I’ll grab my database admin friend and see if he’ll help me.
(All moot till Yahoo gets mySQL working again; I can’t even access phpmyadmin.
)
oops! Just spent ages upgrading my blog today to 2.6 which broke an afternoon’s work I spent a while back integrating with BB press 0.9. Thankfully the 1.0 Alpha release isn’t too far away
I’ve never done it myself but I believe you first have to put the translation es_ES.mo file into bb-includes/languages directory.
Then you go into bb-config.php` and change the BBLANG setting:
define('BBLANG', 'es_ES');
Here is more info:
http://www.degabriel.es/2008/04/24/traduccion-de-bbpress-09-al-castellano/
and the file:
http://www.degabriel.es/wp-content/uploads/2008/04/es_es.mo
Unfortunately by some oversight, there is no directly link to the search feature on the default bbPress 0.9 templates (this is fixed in the next version – perhaps too prominently given how weak the built-in search is in bbPress).
You can make a link to search.php yourself in the header.php or footer.php to have it on all pages.
<a href="<?php bb_option('uri'); ?>search.php">Search</a>
Or you can make a mini-form that passes the field “search”
<form action="<?php bb_option('uri'); ?>search.php" method="get">
<input name="search" id="search"></form>
Hi,
usually i am not that stupid, but here you got me. 
Can someone please tell me where i can find the search to search my forum?
Do I have to activate it? According to some posts it should be build-in.
I have a search.php and search-form.php in my template folder. So it should be somewhere.
please help me out, will you.
Thanks a ton.
Greetings
Andy
His name (and the link) is the spam! Translated it is: get a loan cheap and: let us calculate your morgage (don’t know if this is spelled correctly).
It is spam it isn’t a normal name. Spam in my mail have the same name
The sites are identical too.
Also his replies aren’t sound either. He just posted stuf so his name and link are seen and (hopefully) clicked.
Unfortunately that software is so new I don’t think anyone has done a conversion yet.
If you can get it into phpBB format it might be possible to convert from there.
If you are comfortable with phpmyadmin and some php code you can always attempt to do it yourself too.
Ok Chris, it should be fixed.
Thanks again for the heads up.
Thanks for the feedback Chris. Looks like the footer is inheriting a parent CSS style or something.
It looks fine on my mac in FF & safari, and it looks fine in IE6 & 7 on a pc.
Will look into it & repost the url for you to have a squizz.
Cheers, and thanks again
i followed your instructions as well as i could but got a messed up page after inserting the
$bb->uri = ‘http://your-domain-name.com/forum-path/’
portion in the config code.
Where exactly should it go?
thanks much for the help.
Ow okay, it just makes it confusion for some people having 2 folders having (almost) the same name.
Putting my stuff back into my-plugins then
If you look at the instructions, you can get a list of names by using <?php mini_track(2); ?> instead of (1)
I’ve updated the code to link to profiles.
That’s all I’m doing on that plugin, if you want more, you need to learn PHP.
@_ck_ – you of all people should know that you can do amazing things with bbPress
.
@gio500000 – nice and clean design – I like it.
Hi all
After much tweaking & relatively extensive style changes, I finally went live with my website.
I needed to make bbpress fit in with the clean, simple style of the rest of the site & to be completely honest, I think I did a great job. Please have a look at the forum as well as the rest of the site to get a feel of what I mean by ‘fitting in’.
Comments are most certainly welcome, good & bad 
http://www.mastercleanse.co.za/forum
810798Inactive
thanks _ck_,
It seems to be a problem with when you include the wp-config… There must be a check somewhere in one of the files included in it that checks if that has been registered or is a banned blog, and wp-admin must be hardcoded in somewhere to be a safe directory.. i just havent had time to go through and look for where that happens.. been making a bunch of other customizations instead, as this problem can be solved by just using sub-domains..
James
Okay, I’ve tested the new one. I see there is a hyperlink now and when you click it, I see this (statuspage?):
There are 1 total users online. 1 of them are members: Admin. 1 of them are on this page.
Admin (1) - 1 minutes ago - /mssp/?mini_track_display
The last part /mssp/etc is a link too? I think this is a bug.
Sec:
Is this also possible?
These members are currently on this page: jhon, kim, jack, etc
Third: It would be cool if the names are clickable and you go to their profile while clicking them.
Very nice! For a moment I was almost going to accuse you of advertising a non-bbpress forum here, LOL. It fooled me
Well I started to write some code but I then remembered why I did it completely on my own. There are many problems you encounter with trying to do this efficiently with as few DB queries as possible. Using the built in bbpress functions when there’s only a couple people online are fine, but when it gets to many times that, it’s too inefficient.
There’s also the issue of tracking NON members. Much more tricky than authenticated users.
I recommend you modify simple online list to track position. Much easier.
If you know PHP, here’s the process:
1. take the IP of the current user, change it into ip2long and make that the index of an array or object
2. store the request_url for that index
3. store the time() for that index
4. if they have a user id# (a member) store that
5. save the array via bb_update_option (not usermeta)
6. on every bbpress load, do a bb_get_option for the usertracking, which is the array of all the above
7. comb through the time() for timestamps older than 30 minutes and discard them
8. count the remaining items to see how many online in past 30 minutes
9. comb the request_url to see if it == your bbpress front page and count
If you know some basic PHP this is a very easy thing to store/track but you’ll need some more extensive code to print it out.
Essentially what you’d want to do is store in the usermeta the bb_location and timestamp on every load of bbpress via a simple plugin.
Then to count the number of users in the front page you’d do a mysql query to limit by time and count the number of “front-page” that appear.
I’ll give you some rough code in a minute, it’s fairly straightforward.
Yeah about that plugin of yours, hurry up with it, many people want that one 

I can also test it if you like on my board
But back on topic: lets say I want to use bb_location since I ONLY want to track users on the frontpage. Is this possible without extending the users table?
If a user goes to another page or leaves the bb_location will change. Thats not a problem since I only want the people from the frontpage.
And how would you update this? At page load or something? Perhaps I should request this in the plugin section since I have no idea how to make a clean plugin of this…