I am trying to install, very new at this. I get the error message “There was a problem connecting to the database you specified.
Please check the settings, then try again.:
I am using mediatemple (mt) can someone help?
I am trying to install, very new at this. I get the error message “There was a problem connecting to the database you specified.
Please check the settings, then try again.:
I am using mediatemple (mt) can someone help?
Hello, is it possible to set up and track new registers and new topics as goals in Google Analytics? The problem to me is there are no unique thank you pages to be tracked… For example the register.php handles both the form and thank you page.
Any idea?
hello,
i’d like to add an extra register button to the frontpage of bbpress, i tried the following code, but i had no luck (not to mention that my php knowledge is more than just basic)
<?php if ($user->user_exists != 0) : ?>
<li id="register_now"><a href="register.php" class="pagelink">Join Now</a></li>
<?php endif; ?>
thanks a bunch
Hi. I still don’t quite familiar with bbPress custom query system. Is there a simple way to pull the latest topics from only specific forums? In WP we can pull posts from several categories using comma separated category IDs in the query. Can bbPress do that?
And if there is, is it possible to pull it from WordPress using bbPress_Live php class in bbpress-live plugin?
Thank you in advance.
Just installed bbpress. Seems to be working fine on basic level. But I can’t find any administrative controls over registrations, stickies, other goodies. Am I supposed to install some plugins, or am I missing some files?
Thanks.
Is there any plugin or anyway that allows wordpress searcher search bbpress topics?
I saw CK super-search plugin but it seems it is only for bbpress
If you use the main log-in form at the top of my forum, everything works fine. But, if you’re not logged in and you click on add new next to topic, it asks you to log in and when you do you get this error:
Warning: parse_url(http://#postform) [function.parse-url]: Unable to parse URL in /home/indiesho/public_html/forum/bb-includes/pluggable.php on line 272
Warning: Cannot modify header information – headers already sent by (output started at /home/indiesho/public_html/forum/bb-includes/pluggable.php:272) in /home/indiesho/public_html/forum/bb-includes/pluggable.php on line 228
I’ve created a screencast which covers how to setup the most basic form of integration with WordPress.
bbPress and WordPress basic integration
hi there,
i’ve got a Wp2.7 blog (that i’ve unsuccessfully attempted to integrate with BBpress – not a problem right now, i can wait for this to come) working with a BBpress Alpha 4 forum install.
As I thought, everything was working fine, however, i’ve noticed now that the content isn’t being displayed! The titles are coming up, the topic pages are coming up, but they have no contents.
Any help with this would be very helpful.
I’ve noticed when you click on a topic with multiple pages in these forums, it still takes you to page one….is this the default for bbPress? If so, is there a way to change it so the user is always taken to whatever the last page is? (ie. if the topic has three pages, the link from the forum takes the user to page three).