Hi,
Give us at least some time to eat 🙂
I think there is something inside the ‘bbp style pack’ plugin.
If not, have you checked https://wordpress.org/plugins/bbpress-unread-posts/ ? It has not been updated recently, but it might still work.
Pascal.
Hi,
Is your site public ? Can you publish a link ?
This could be a theme or plugin issue, so try to switch to a standard WordPress theme and check again. If the issue is still there, deactivate all plugins except bbPress and reactivate them one by one to find the culprit.
Pascal.
Hi,
That seems to be a WordPress question, not a bbPress specific one. Please try the WordPress forum where you might have more luck.
Pascal.
Hi,
I am new to WordPress bbPress. I’m using theme smartmag and bunyad bbpress login widget. The registration button was working fine till day before yesterday and then suddenly stopped working. Now if I click on the register now button it makes the screen grey and hangs the screen as well. Any lep will be greatly appreciated.
http://ask-parents.com
Thanks
After the import, for sure try to run the repair functions (one after the other) on Tools > Forums > Repair.
For the users, if you just want to import them, there are tools like https://wordpress.org/plugins/import-users-from-csv-with-meta/ that I already used, but of course you don’t have the link with the topics/replies.
Pascal.
Hi @mairag. Updated step by step tutorial with working source code example available in next article https://wpmag.ru/2015/wordpress-multisite-signup/ (on Russian but you can use Google Translator to translate this) 🙂 Inside article you can find the links to Github with source code. Feel free to leave any questions here.
What files and what way am I supposed to modify if I wish to change the appearance of bbpress login form in this way? My forum: http://www.posuzujeme.cz
Original login form layout:
Original
Bewished login form layout:
Custom
WordPress v. 4.4.2
bbPress v. 2.5.8.
suggest you turn on debugging and see what come up
https://codex.wordpress.org/Debugging_in_WordPress
load up my stylepack plugin and use latest activity widget
https://wordpress.org/plugins/bbp-style-pack/
Hi,
Yes, there are multiple plguins that provide a facebook login for WordPress.
An example search: https://wordpress.org/plugins/search.php?type=term&q=facebook+login
Pascal.
@shadynicnack
You are probably going to end up using this plugin, I do not really have much knowledge of setting it up for what you want though.
https://wordpress.org/plugins/hyperdb/
https://codex.wordpress.org/HyperDB
It’s because you use the standard page that is generated on /forums
Try to create a new page in WordPress, make sure the slug is /forums (give it any title you want) and then as only text put [bbp-forum-index]
Pascal.
ok, given your answer, sorry but I don’t think you are going to achieve this.
To do what you want would require a level of wordpress and PHP knowledge that you don’t have – don’t take this as a criticism, I know virtually nothing of say Joomla, or deep sea trawling, or brain surgery. That doesn’t make me stupid, I just don’t have the knowledge on these things to be able to do these things. Nor could someone talk me through this in a forum.
I’d suggest you hire someone to achieve what you want.
Hi All
I’m still new to BBPress and to WordPress if I’m to be honest…
I am using the Woo Storefront Theme.
I have created a new page on my website and called it “forum” and then used the
[bbp-forum-index] shortcode on that page.
1. I have installed a plugin that allows me to turn off my page title but for some reason BBPress seems to be overriding this feature which is working fine on all my other pages? How do I turn my page title off within BBPress?
2. I have also set up a few forums, one of them called “School Community Discussion”
Inside this “parent” forum I have created two child forums called “Michael Mount Waldorf School” and “Moore House Academy”
When I click on one of the child forums to post a new topic, there is no “new post” window for me to add a new post. This window is only available at the parent forum level!? How do I resolve this?
3. I must say that I’m dumbfounded that BBPress doesn’t have a “Post new Topic” button that will allow you to click and then select whichever forum you want to post into from a dropdown menu. I there any way to create a button like this?
Thx
Kb
Hi,
This is a known issue for the moment. A ticket has been opened: https://bbpress.trac.wordpress.org/ticket/2906
Pascal.
I’m a bit new and trying to get back into wordpress again. I have a wordpress website that needs to use the wordpress database that we first set up, and 2 external databases to obtain information and even at times to edit, and update information. Tried using external database but that is for one external database coming in. Want to use an external database to first set up login meaning when they enter username and password, it will find it through g h the external database. So my question is… What is the best way this situation? If it is coding, is there some tutorials that I can do this?
Did some research, and someone said that I can use this code in the functions.php to help access another database… Is it functions pho in main or themes?
$newdb = new wpdb($DB_USER, $DB_PASSWORD, $DB_NAME, $DB_HOST);
$newdb->show_errors();
So I add this in the functions, but where do I put the second database’s info like host, username, password and etc? Where do I put the query code at?
Will this work to connect to an external databases?
Please Help!!!!
So it isn’t taking you to where you want it to also huh? I click on public discussion and it takes me to my post page, which I dont have any post since this is not a blog site. I have latest bbpress and wordpress.
I’m having the same issue. I’m using divi theme and bbpress shortcode for forum index. http://bodybyloud.com/Bodybyloud%20LoudTalk%20Forums/forum/introduction/ the post page comes up when you click on the Introduction forum I created.
wordpress- 4.4.2
bbppress – 2.5.8
@swstarone this could be bbPress theme compatibility/WordPress theme related issue, an seo plugin could possibly cause this, title tag updates in WordPress could cause this too.
you can notice that there no username or nickname displaying on the page.
This could be a bbPress theme compatibility issue/theme issue. The title could be outputted if the page is_single(), but the user profile pages do not do this.
https://bbpress.trac.wordpress.org/ticket/2545
This php code snippet could help with the issue though.
function rkk_add_title_to_user() {
?>
<h1 class="entry-title"><?php bbp_displayed_user_field( 'display_name' ); ?></h1>
<?php
}
add_action( 'bbp_template_before_user_details', 'rkk_add_title_to_user' );
Hmmm, strange. I will have to read https://make.wordpress.org/core/2015/04/02/the-utf8mb4-upgrade/ again, but if you only have 5.4.45 …
Here are the PHP/MySQL details of the server on which I am trying to access the existing forum database:
Current PHP version: 5.3.3-7+squeeze13
Server version: 5.0.51a-24+lenny4
MySQL client version: 5.1.49
It just so happens I get the following warning when I log onto phpmyadmin: ‘Your PHP MySQL library version 5.1.49 differs from your MySQL server version 5.0.51a. This may cause unpredictable behavior.’ Which could be a source of the problem?
The server on which I am running my WordPress install and attempting to import the forum to is different and more up to date. Details below:
Current PHP version: 5.4.45
Server version: 5.5.45-cll-lve – MySQL Community Server (GPL)
Thanks
Hi,
I’ve been attempting to import a vBulletin4.2.1 forum to bbPress 2.5.8 (running WordPress 4.4.2) and initially had database connection issues causing no users/posts/etc being found to covert. Having resolved the problems with these server import parameters I am now receiving an unknown character set error as below:
Starting Conversion
No users to convert
WordPress database error: [Unknown character set: ‘utf8mb4’]
SELECT convert(user.userid USING “utf8mb4”) AS userid,convert(user.password USING “utf8mb4”) AS password,convert(user.salt USING “utf8mb4”) AS salt,convert(user.username USING “utf8mb4”) AS username,convert(user.email USING “utf8mb4”) AS email,convert(user.homepage USING “utf8mb4”) AS homepage,convert(user.joindate USING “utf8mb4”) AS joindate,convert(user.aim USING “utf8mb4”) AS aim,convert(user.yahoo USING “utf8mb4”) AS yahoo,convert(user.icq USING “utf8mb4”) AS icq,convert(user.msn USING “utf8mb4”) AS msn,convert(user.skype USING “utf8mb4”) AS skype FROM user AS user LIMIT 0, 100
I’ve been trying the vBulletin importer rather than vBulletin3 having seen this advised elsewhere on this forum. Can anyone provide me with a solution/work around to prevent this issue?
Thanks for the help!
Ollie
Hello,
I’m pretty new to the WordPress-World, but it makes a lot of fun.
I’ve installed bbPress and an additional Social Login Plugin.
I want to use the bbPress Login Widget but the Social Button appears like this:
http://forcenews.de/wp-content/uploads/2016/03/fb_error.jpg
Any Idea how I can change the alignment of the Button/Text?
(Sorry for my bad english)