@davidbaldwin, the titles and rss are on a toggle, basically, when the page loads up, I check to see if bbpress is running:
global $bb;
if($bb){
if it is I switch the title to bbpress using bb_get_title()
, and switch the feed to bb_feed_head()
;
Keymaster is what you should be in bbPress. I believe that Keymasters can promote others to Keymaster, e.g. I have the option to set my own user role to Keymaster. Since you don’t I think you’re just an Admin. You need to be Keymaster to change the theme.
I’ve seen so many articles about integrating bbPress with WP I’m getting a headache, and I still haven’t got it to work.
Has anyone got a definitive guide to integrating bbPress with WP when BB is installed in a sub-directory of wordpress, perhaps an example “live” config.php?
New error I got from re-installing of BB
bbPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment
bbPress database error: [Key column ‘post_id’ doesn’t exist in table]
ALTER TABLE wp_posts ADD PRIMARY KEY (post_id)
Any tips to resolve this?
Just to clarify, despite the update, we need the bb-fix plugin to stop the bozo:1 thing, don’t we?
Not sure I follow. I log in as admin
go to admin pages and select users.
Select myself and edit profile.
Under user type I have a drop down menu with the options of
Administrator
Moderator
Member
Inactive
Blocked
No mention of keymaster although this did appear on intial posts when I first installed bbpress. I can get that to reappear on posts by setting the custom title. Is keymaster a special category that can only be selected at install?
going to http://www.mydomain/pcbb/bb-admin/themes.php just puts me straight back to the home page (my bbpress installation is actually in a directory called pcbb)
Just to make sure I have done everything correctly
I have created my-templates in pcbb
This is not integrated with any wordpress tables – they are all standalone – the bbpress database has the 8 bb_ tables in it and nothing else.
Copied the theme in its own directory to my-templates
I never have seen a presentation menu even on the new install which was 0.8.1. The new install didn’t have bb_ as table prefixes, although I have since corrected that (after upgrading to 0.8.2
I have created my-templates in the bbpress directory and copied the kukumei directory from bb-templates under a new name so I can tinker with it. However the admin menu/dashboard does not have a presentation menu anywhere in it! What am I missing? Using latest version of bbpress, 0.8.2.1
Hi,
Can someone recommend if I should do a re-install?
WP is currently installed here: http://www.website.com/community/wp
bbpress is currently: http://www.website.com/community
Even though I managed to get the 2 sites integrated – i can see the same users on boths sites but am having problems logging in. And I know I need to do something to config.php but can;t quite figure it out. Or would a bbpress re-install solve my issues?
Also how do I setup something like http://www.community.website.com?
You advise will help a lot. Sorry I’m new to all this and this has been rather fasinating to me becos I’m a chef by training
You cannot imagine the good you guys have done!
Thanks heaps
Hey, thanks for the feedback. The fact that I almost have just a css file on “my-templates” is also a big compliment to the work done on bbPress and its markup.
fel: Thanks! Glad you like it. I agree with you on the colours. Actually, I began with only black, green and white, but somehow I just felt there where too many “greens” around (damaging the overall mood), so I grew tired of it and dropped some blue into the mix. But you certainly have a point on link-colour coherence. I’ll be looking on that. Thanks for the thumbs-up!
ganzua: Absolutely. The translation of “tags” is almost meaningless in Spanish. I often go for “categorías” instead of “tags”, and put “secciones” instead of “categories”. But for this forum I just put the translation files and didn’t touch anything…
And I have to thank back to the bbPress team for the simplicity of their work. It is a pleasure to “design” on it.
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘http://www.lagca.com/bbpress’); // The name of the database
I’m not sure what to put in here.
For reference,
our website is http://www.lagca.com
the blog will be located at http://www.lagca.com/forums
the folder is in http://www.lagca.com/bbpress
Help!
Hi,
The newest pot file is for bbPress 0.8.
Will you update that file, for the new version, 0.8.2.1?
kwizNET Learning System, LLC (http://www.kwiznet.com) offers online educational programs for elementary, middle, and high school students.
kwizNET Learning System is an exceptionally effective system for parents, teachers, and homeschoolers to help their students learn and excel in mathematics and language arts. Suggested uses are:
* as a primary teaching tool for your homeschooler
* skills assessment to find student’s strengths and learning needs
* for systematic at-home practice when schools do not follow text books
* supplementing any textbook or school/homeschool curriculum
* extra at-home practice of already learned skills
* extra practice for reinforcing concepts that a child is struggling with
* extra practice over holidays to keep skills sharp
* review tests, quizzes, and homework
Phone no : 1-866-860-8686
A Cultural Center related to cinema.
http://dodeca.org.uy/foro/
ps: it is in Spanish…
Hey, fel 64!
Then this is a bad new because it is not smart at all changing core files.
However I have a half working “B plan”
You can get rid of that streams.php error by pointing the ‘BBLANG’ to the wordpress .mo file.
You have to change bbpress config.php like this;
define('BBLANGDIR', '/wp-includes/languages/es_ES.mo');
The problem is that when you copy the bbpress .mo to the wordpress .mo it doesn’t translate anything but the wp itself.
Translation files come in two files; a .mo file and a .po file that I think is the source code.
Perhaps you need to add anything to this .po file but I didn’t find out yet.
Hmm, that’s a new bug (it didn’t to do that before). Pagination also uses that too large number of users. Made a ticket for it: #666.
nope. i installed the bbpress already, it’s just that it is corrupting the links for some reason. for example a link such as http://bqtrademark.com/bbpress/topic/your-first-topic/?replies=1 goes straight to http://bqtrademark.com/
Thank you. I must browse the plugins pages in greater depth (still very much a newbie with bbpress)
For now, there is always the memberlist plugin by Ardenfrost:
https://bbpress.org/plugins/topic/17?replies=5
Trent
Some permalinks are showing up fine and some are not for me. What do you have in your .htaccess file in the /forum/ folder? Is it just:
+ Options Multiview
That seems to work for me. Without having a seperate .htaccess file for your bbPress folder, it will get messed up and try and use the wordpress .htaccess.
As for speed, nothing changed for me with and without permalinks on.
Trent
If you’re looking for a Norwegian translastion, you’ll find one her; Norwegian_bbPress_08x.zip.
If you read Norwegian, you can read more here; NorskWPMU.
—
R
To get bbpress login integrated with WPMU I had to add the following lines to config.php, after $bb->wp_xxx settings:
if ( isset( $bb->wp_table_prefix ) ){
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
}
Because WPMU does not use HASH in its COOKIES.
To complaint about anything post here at: http://www.komplain.org
Does editing your .htaccess to just having the following and nothing else work?:
Options +MultiViews
Does that work? Having it of course in your /bbpress/ folder only so that it is not screwing up your wordpress .htaccess file. Does that work for your installation?
Trent
Here’s a couple things to try.
Disable all your plugins.
Set $bb->mod_rewrite = false;
in your bbPress’ config.php.