Search Results for '\"wordpress\'
-
Search Results
-
Hi,
I am sure this has been asked but I must not be typing the right search phrase because I can not find the solution.
I have successfully integrated a few WordPress/bbPress installations but am having an issue with the latest one I am setting up for a client.
WordPress is successfully installed.
The latest download of bbPress has been installed and uploaded to the server.
The WordPress bbPress integration plugin has been installed.
The appropriate define cookiepath and cookiedomain settings have been added to the wp-config.php
When starting the bbPress installation and configuration, I keep getting…
…problem connecting to the WordPress user database.
I know the auth keys and all the other keys are correct as well as the database prefix of wp_.
I am missing something?
Thanks,
Bert
What happens if I want to integrate my bbpress with a wordpress installation that already has a user with the same username as my bbpress installation’s key master?
Since my user tables are in a separate databases I configured user role mapping in the admin panel. I also configured the advanced db settings for user integration by specifying wp_ as the prefix and 1 as the blog id. However, after doing that I cannot login to my bbpress anymore using the key master account or any other account.
I couldn’t find an answer elsewhere in the forums but the question is:
Can you install bbpress on a WordPress 3.0 multisite and have a single forum that powers all websites in the network?
Hey all,
I was wondering if it’s possible to bypass the bbPress login/registration and just authorize users based on the usertable I have in my MediaWiki installation. I’ve been able to do this with phpBB and vBulletin, so I guess there should be a way to do this for bbPress, right?
Where would I start doing this? As far as I could see there’s no existing plugin for this. I see there’s an LDAP plugin though, so I could take that one and try to rewrite it to use a regular mysql database. Or are there better ways to achieve this?
Thanks!
NOTE: There are some plugins that let MediaWiki use your WordPress/bbPress database. What I’m looking for goes the other way round. I have MediaWiki, and I want bbPress to auth against it.
Topic: Weird header code
Hi, I am very new to bbPress but I used WordPress for a decent amount of time
I was installing a fresh copy of both wordpress & bbPress to be integrated together on my localhost, I did the steps exactly how they should be & everything is successfully running except for one thing … I get weird lines on top of every bbPress page in this form —>>
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwMasr-A7laForumbb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwMasr-A7laForumbb-includesbackpressfunctions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwMasr-A7laForumbb-includesbackpresspomomo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwMasr-A7laForumbb-includesfunctions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwMasr-A7laForumbb-includesbackpressclass.wp-taxonomy.php on line 581
It’s kinda urgent for me to fix that so please guys does anyone have any solution?
Thanks a lot
Topic: Installation Epic Fail..Help
I followed the installation instructions, but when I go to the intended directory I get a 404 page error. I have absolutely no idea what went wrong.
I unzipped the folder, uploaded the files to a directory in the same folder as my wordpress installation, went to the url and I get the 404 error. Tried going directly to the admin.php file as well and I get the same 404 error. Anyone know what I’m doing wrong?
I’m searching a method to customize some forums and Sub-forums separately.
Something like WordPress Template Hierarchy. Which says,
In the case of categories, the hierarchy is fairly simple. For instance, suppose the slug of the Category in question is default and the Category ID is 6. The Template Hierarchy specifies that WordPress will use the first Template file it finds in your current Theme’s directory from the following list:
category-slug.php (Note: available with Version 2.9)
category-ID.php
category.php
archive.php
index.php
That is, if you do not have a category-slug.php (lets say category-news.php), WordPress will check for a category-ID.php (like category-6.php), and so on.
Did bbPress have this function? How can I get this?
Can I make a separate template file for a separate forum?
Thanks