It does, the forum is just being silly. It added the full stop to the url.
Use this:
https://bbpress.org/forums/search.php
Not possible to quote.
In wordpress you can use conditional tags -> http://codex.wordpress.org/Conditional_Tags to display different content according to the page that is being displayed.
Well, after having wp and bb integrated and displaying wp sidebar in bbpress, is it possible to define conditional tags for bbpress or bbpress folders?
hello guys,
i have succesfully integrated bbpress and wordpress…i’m still working on the template integration, but is in progress…
but i also have some little problems…
1. i can only logout through the script i login…wordpress login -> only wordpress logout works
2. the side doesnt let me download files…wenn i click on a link to a pdf the following error occurs:
Fatal error: Call to undefined function load_default_textdomain() in /home/www/kunden/fsj-community.de/wordpress/forum/bb-settings.php on line 182
direkt link: http://zuhause-weltweit.de/files/2007/09/zwev-satzung-beitrittsformular.pdf
side: http://zuhause-weltweit.de
can you guys help me out?
jaithn
If you look at it, the bozo.php file hasn’t had any real “renovations” for quite some time. It is something that has to be addressed and I completely agree. Between the integration issues, akismet and bozo concerns, people might be a little put off.
What I don’t understand is how some people are getting real problems and others are not. I haven’t had any real problems, but I don’t run a large site. Has any of the big ones had any real problems?
Trent
Are you actually getting any spam? It would show up in the Akismet admin menu if you were. If not, you could disable it.
fix-bbpress does nothing if the version number is not 8.1.
You can also alternatively get rid of it all together just by taking this line out of bb-settings.php:
require( BBPATH . BBINC . 'bozo.php');
&&
require( BBPATH . BBINC . 'akismet.php');
YMMV.
Why would I need to take out the akismet.php as well?
They’re not marked as bozos.
Something else happened to a few posts now. The posts themselves don’t show up but the user shows up as “latest poster”. When I click on the latest poster link it goes to the last page of the topic but not the latest post as it’s not there.
I installed the fix-bbpress plugin but it still doesn’t work.
It would appear that since my last request to help recover database, I have had to uninstall everything, reinstall EasyPHP, reconfigure these files, create a new database and in the process I lost my original forum style sheet. Since that, I downloaded bbpress and now I can’t access any logins with the old user/password and the new passwords will not let me in on the localhost. I’m lost!!
Any suggestions…to starting out from this point?
Yup. bbpressroot/search.php. So for this forum, it’s https://bbpress.org/forums/search.php. Your search page may need a template change: https://trac.bbpress.org/ticket/694#comment:1
Goto the link I mentioned copy and save as a php file.
anonymous.php.txt
Then read: Ticket-633.2.patch You have to follow the directions hacking up the core files.
If your not comfortable with bbpress probably should avoid this one cause you’ll be messing with the core files.
Anyone know of a sign-up validator for bbpress?
is there any advanced search features in bbpress?
would like the ability to search by poster, subject etc.
Don’t get too comfortable on your position in the list 
As I get more time to code it and add more data, the positions keep slipping. Now almost 1500 sites with ~1100 or so listed.
Warning: constant() [function.constant]: Couldn’t find constant BBDB_HOST in /home/africao2/public_html/forum/bbpress/bb-includes/db-mysqli.php on line 54
Could someone help interpret this please?
I have installed bb on my wordpress site but it shows the above warning and no theme in visible. Thanks.
Hard to tell from that cut n paste since the formatting is all messed up. I don’t think it’s a syntax error anyway, it’s just a database connection issue. One of the connection details is not accurate.
Is the BBDB_USER quoted in the config.php file (it is not in the edited version here)?
Thanks Trent,
I’ve tried to use the old information and I have re-installed and deleted and reinstalled bbpress and still getting the same error. I’m stumped since I have very little knowledge about data base.
Assuming the database before your “upgrade” still exists, putting in the correct information for that database connection in your config.php will get the old bbPress installation back. If you “deleted” the database, you will have to put the new database information back into your config.php and run the installation script again.
Hope that helps.
Trent
Thanks,
So do I then complete a new config.php and the data base will then be created, if so, how does this affect access to bbpress forum?
Hi,
I had to uninstall and re-install EasyPHP and now I am unable to connect to my forum through localhost as I get ‘cannot open DB. I have no understanding of configuring MYSQL and I am thinking that this might be the problem. Will I need to uninstall bbpress and re-install it and if so, will I use the same config.php? I tried this and it is not working. What to do?
Well i just tried it out, and the plugin dont work with the newest mediawiki; i got: “Wiki has a problem
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can’t contact the database server: Unknown error)”
That is my logik too, but have you tried it? ; on the web-site they write:
“This extension is tested with Mediawiki 1.6.9 (the latest release for PHP4) and wordpress 2.1. It will not work (yet) for Mediawiki > 1.6.9 (because of PHP5) but the next version will be PHP5 ready.”
I ended up making my own themes from scratch..
I don’t understand. PHP5 runs PHP4 code just fine; if it runs on 4, it will run on 5. (Other way around may be a problem, but that doesn’t seem to be it?) The plugin might not use features of 5, but it will run under 5.