Search Results for 'bbpress'
-
AuthorSearch Results
-
March 30, 2009 at 6:07 pm #41416
In reply to: Where to get theme of this buddypress forum?
felix2009
ParticipantIt is realy a native bbPress theme

But they are to lame to release it …
March 30, 2009 at 1:51 pm #41374In reply to: Forum not displaying in the topmenu?
Wcastillo
Participant@Renefyrster: I’m not in my home computer where I have access to my codes but I remember that I modify the header.php file…
There’s a part in that file where you will see listed all buttons of the top menu enclosed in LI tags… Those tags are only shown if the functions they are trying to expose to the user do exists in your installation (I mean, if you have not installed Groups module, the Group link won’t be showed and so on).
Well… You need to do something similar with you forum link… I remember I did something like this:
<?php
if (function_exists(‘any_bbpress_function_I_cant_remember_any_at_the_momento)) { ?>
<li <?php if (is_page(‘Forums’)) echo ‘class=”selected”‘; ?>>
< a href=”url to your blog”>Forums
<?php { ?>
This code might be wrong because I don’t have the right code here… but that’s the idea…
Hope it helps.
March 29, 2009 at 8:55 am #41271In reply to: Forum Integration: HELPING HINTS
doluongtruong
ParticipantWhen I set up BBPress (go to step 3) – Finish BBPress. Error show
Your installation completed with some minor errors. See the error log below for more specific information.
>>> WordPress “auth” cookie salt not set.
>>>>>> Could not fetch “auth” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “auth” cookie salt in your database.
>>> WordPress “logged in” cookie salt not set.
>>>>>> Could not fetch “logged in” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “logged in” cookie salt in your database.
Forum could not be created!
Please help me
March 29, 2009 at 8:54 am #41270In reply to: Forum not displaying in the topmenu?
jodyw1
ParticipantbbPress is an absolute pain to work with. Its themeing process is unlike the rest of the Automatic family, very idiosyncratic and frustrating if you try to tackle it from scratch.
But…
I discovered that Refueled.Net makes a \\\”blank\\\” bbPress theme that is a snap to customize. Head over to: http://www.refueled.net/free-bbpress-themes/ and install one of those, then go in and make your custom mods there.
Easypeazy.
March 28, 2009 at 1:22 pm #41232In reply to: Forum not displaying in the topmenu?
Burt Adsit
ParticipantThe bbpress forum install isn’t part of the admin menu. You can put it there by modifying the menu though. I’m guessing that the second question means that you’d like your bbpress theme to look like your bp theme. Yes, you can. You have to create a new bbpress theme for yourself.
You can find or create any theme you want for bp and bbpress. There isn’t a bbpress theme that looks like the default bp theme yet. As far as I know.
March 28, 2009 at 10:23 am #41224In reply to: uninstall bbpress
Ekine
ParticipantGood to know about the bp-groups-meta table.
March 28, 2009 at 9:57 am #41223In reply to: uninstall bbpress
mspecht
ParticipantOne minor point.
If you every reinstall & have implemented the Groups Forums you need to clean up the bp-groups-meta table otherwise you cannot turn the forums on for groups that have previously had forums. It took me about a day to figure that little “feature” out.
March 28, 2009 at 5:40 am #41214In reply to: Forum Integration: HELPING HINTS
doluongtruong
ParticipantDear All
I set up forum step by step. But it have a problem
BuddyPress no active, I can create a group but I can post in this page. However, when i join indirect to BBpress forum, I see group which I have created on BuddyPress page.
Moreover, when i post a new topic in BBpress forum, it have problem, but when i conect again, this topic showed in this forum.
Problem (Error warning) is
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\functions.bb-pluggable.php on line 214
Please help me! Thanks
March 27, 2009 at 9:58 pm #41188In reply to: Forum Integration: HELPING HINTS
Lance Willett
Participant@Modemlooper Looks like you are using a non-alpha version of bbPress. The most recent alpha release is required to get this to work as it says on line 13 of the readme file:
You *must* be running the latest alpha of bbPress and at least WPMU version 2.7 for forum integration to work.
After you try with the alpha release you should see the XLMRPC options.
March 27, 2009 at 7:39 pm #41177In reply to: uninstall bbpress
felix2009
ParticipantNext time .. Install bbPress in his own database, that also works just fine in combination with wordpress (MU) …
And, a deinstallation is then just a click of the mouse
March 27, 2009 at 5:57 pm #41176In reply to: uninstall bbpress
Ekine
ParticipantThank you Felix2009.
I wasn’t sure about the way you uninstall bbpress. It’s actually the first time that I am testing Automattic software. Using drupal you can remove module tables by a click of an uninstall button within the administration which is comfortable because then you would not have to mess with phpmyadmin in order to maintain a clean database.
March 27, 2009 at 8:39 am #41130In reply to: uninstall bbpress
felix2009
ParticipantIf you just delete the bb_ tables, and remove the files who belong to bbPress, then you are just fine. There are no specific tables (as far i can see) who are used by buddypress in combination with bbPress. If you ever plan to install bbPress again, just install it in a seperate database, that also just works fine in combination with WordPress <> bbPress

So:
1: Delete bb_ tables
2: Delete the bbPress files.
And youre actually done with the uninstall
March 26, 2009 at 12:10 pm #41026In reply to: uninstall bbpress
Ekine
ParticipantOkay thanks for answering, Burtadsit.
March 26, 2009 at 12:04 pm #41023In reply to: uninstall bbpress
Burt Adsit
ParticipantThere is no ‘uninstall routine’. This isn’t windows.

I wouldn’t touch the tables unless you know what you are doing. They aren’t going to hurt anything. It all depends on how you’ve installed and configured wpmu and bbpress. Delete the software for bbpress and call it a day.
March 26, 2009 at 10:58 am #41014In reply to: bpgroups!?!?!
jam24
ParticipantI had a mistake in the settings of the User Role Map (bbpress)
now everything works
March 26, 2009 at 9:56 am #41006In reply to: bpgroups!?!?!
Andy Peatling
KeymasterHave you followed every step of the readme and are using bbPress 1.0a ?
Make sure you have not missed the part about editing your bb-config.php file with the “user-switching” line.
March 26, 2009 at 8:13 am #41002In reply to: uninstall bbpress
Ekine
ParticipantYes but doesn’t bbpress and buddypress share tables? Do I have to touch those tables, too?
March 26, 2009 at 5:10 am #40997In reply to: uninstall bbpress
mspecht
Participantother than just dropping the bb_ tables and removing the files? What are you looking for?
March 25, 2009 at 11:39 pm #40982In reply to: bpgroups!?!?!
keston
ParticipantHi, you mean in the buddypress front end or bb front end? Do you install this plugin: http://code.ourcommoninterest.org/2009/02/14/buddypress-group-forums-for-bbpress/
It did the same thing to me before I’ve installed it on bp front end now its working but not in bbpress!
March 25, 2009 at 7:45 pm #40947In reply to: Buddypress theme for bbPress ?
felix2009
ParticipantLame excuse
March 25, 2009 at 7:16 pm #40943In reply to: Buddypress theme for bbPress ?
John James Jacoby
KeymasterRemember guys (and I realize this is no excuse) but neither BuddyPress nor bbPress are even 1.0 yet. As soon as function calls and display functions are finalized and tweaked for a stable 1.0 release, you’ll see tons of themes and templates and frameworks.
The opportunity currently exists for anyone with the time and motivation to swoop in and start blasting out themes for both platforms, but they would do it knowing that they may have to go back and redo some things after 1.0 is out.
I think right now everyone is waiting for the ball to drop, because no one wants to do the same work twice. I’d love to release my bbPress theme, but I have 0 time to answer questions about it or support it, and that’s not fair to anyone either.
Make sense?
March 25, 2009 at 7:12 pm #40941In reply to: Buddypress theme for bbPress ?
felix2009
ParticipantStill no bbPress theme available, it’s a shame!
March 25, 2009 at 4:35 pm #40921In reply to: Large (character count) forum posts fail to show
westpointer
ParticipantIf by “deep integration” you mean loading wordpress at the top of bb-config.php, no, we don’t do that. But, if the tables share the same database, that’s not needed.
If the xmlrpc method WILL break when retrieving large topics, then I don’t see a choice but to directly query the bb tables. Otherwise, using bbpress for the group topics is fatally flawed.
March 25, 2009 at 4:20 pm #40920In reply to: Large (character count) forum posts fail to show
Burt Adsit
ParticipantNot everyone is using ‘deep integration’. There’s other wonderful whackyness involved in that. Don’t think you are using that are you? Anyway group forums is built on the xmlrpc comm for talking to bbpress. It’s what we got that works in all installs.
March 25, 2009 at 4:14 pm #40918In reply to: Large (character count) forum posts fail to show
westpointer
Participantyeah, that’s not a very user friendly solution. I’d have to ponder how to even do that!
Seems like a simpler solution is to just call the data directly. The bbpress tables are integrated into the same database. The same user table is being used. Why not just directly query the bb_ tables instead of xmlrpc?
-
AuthorSearch Results