Search Results for '"wordpress"'
-
Search Results
-
We are running a membership site and are using bbPress within the site. We are running into the problem that admins are the only ones able to see threads. Anyone not an admin cannot read what’s in the topic. They can post a topic but cannot read anyone else’s.
Using WordPress version 4.8
bbPress Version 2.5.12https://www.nomoreperfectdatenight.com/forums/
username: temporary
password: ITVnY8ffAfIIUp9cdIF$xbK4Topic: Nothing is displayed
I was installed bbPress 2.5.12 on WordPress 4.7.5.
Then I made various settings of bbPress and created a new forum.But the forum is not displayed.
When entering the forum from “View forum” in the forum creation editor, the whole screen is pure white.
https://WORDPRESS-DOMAIN/wp-admin/edit.php?post_type=forumWhen I go directly to the URL of a separate forum, a normal WordPress site will be displayed.
In the main place, “Can’t find it, there is nothing here, please try the search.” is displayed.Slug of forum root>Forum prefix part;
Even if I turn ‘Add slug’ on/off, nothing changes.Management panel (left pane/dashboard) > Forum > Forum list or Add new forum
Here again the screen is nothing display.
Even when uninstalling plugin or reinstalling it, it does not change.How do I use bbPress?
Hello Support,
http://www.imanicogic.com
Wordpress Version:4.7.5
BBPress Version: 2.5.12This was tried on other themes and our WordPress Developer encouraged us to submit this to you.
==========================
We are trying to redirect Members, Groups, and Activity pages to a custom URL. We are using the following code:function church_bp_page_template_redirect()
{if( ! is_user_logged_in() && ! bp_is_activation_page() && ! bp_is_register_page() && (bp_is_current_component(‘members’) bp_is_current_component(‘activity’) bp_is_current_component(‘groups’))) {
wp_redirect( ‘/imani-secured-login/’ );
exit();
}
}add_action( ‘template_redirect’, ‘church_bp_page_template_redirect’,10 );
However, when BBPress is active, this will not work and will always redirecting to Homepage but if BBPress is activated, the custom code will work perfectly.
Can you please check if there are any conflicts with Buddypress and BBPress in regards to template_redirect?
Thanks!
I’ve got 7 forums all named the same due to an issue mentioned in another post.
How do I remove all bbPress files from the mySQL database before installing bbPress again once it’s ready for PHP7.1?
Is there a plugin which will do this?
I’m running latest WordPress with php 7.0.19 and mySQL 5.6.35.
Topic: Backend and admin functions?
Hello,
I run a very large community (ca. 3 Mio posts, 60k users) and using over 17 years Woltlab as community software. Basically, my community is a forum / discussion board, but also has a magazine, gallery and a marketplace.
As I work for many years with WordPress on other projects, I really like the pros in using an open system. Thats the total opposite of a software like WBB from Woltlab, and its getting worser and worser.
So, I really think its time for changing the system and that finally 😉 brings me to my questions:
1. There is no direct importer for Woltlab, right? As far as I read you must transfer the data to phpbb and then there is an importer phpbb >> bbpress, right?
2. How is the performance if you are running a very large community?
3. I watched a few sites that uses bbpress, but they only give me little impressions how the functionality of the software is. Is there a documentation on how the moderation works / what functions exists?
Thanks in advance!
Regards, Andreas
I am using bbp style pack.
But, “Topic/Reply Styling – 10. Topic Header” doesn’t work.
I want to change Topic Header size.bbp style pack 3.59
WordPress 4.7.5
Twenty Sixteen
bbPress2.5.12
bbPress – Sort topic replies1.0.3
I don’t open my HP link yet.Hoping someone has solved for this…
I’m trying to make sure that all single topic pages are unique for SEO purposes. Currently, topics simply have the format “Forum – [Forum Name] – [Site Name]”. I want to prepend the topic so that the meta title tag format is “[Topic Name] – [Forum Name] – [Site Name]”.
I do not want to use Yoast or any other plugin, as this should be a pretty simple change.
The problem I am having is two fold:
1. In functions.php, I am unable to use anything like is_bbpress() or bbp_is_single_topic() to tell if I am on a specific page.
2. I am unable to get the bbPress topic title ahead of the pre_get_document_title() function so that I can prepend it into the meta header.Any help would be greatly appreciated. This is for a WordPress/BuddyPress/bbPress integration.
Thanks in advance
Topic: Reply count does not work
Sorry for my English!
I’m trying to migrate PHPBB 3.1.10 to BBPress, but to no avail. Always the same mistake. I would like your help if possible.
Erro no banco de dados do WordPress: [Table ‘falco785_phpb1.phpbb_user’ doesn’t exist]
SELECT convert(user.uid USING “utf8mb4”) AS uid,convert(user.password USING “utf8mb4”) AS password,convert(user.username USING “utf8mb4”) AS username,convert(user.email USING “utf8mb4”) AS email,convert(user.regdate USING “utf8mb4”) AS regdate,convert(user.realname USING “utf8mb4”) AS realname FROM phpbb_user AS user LIMIT 0, 100Thank you,
Israel Pimentel.
From Brazil.
Topic: Forums index does not work
When I try to view the index of forums, it looks good on a computer but it is not seen when I open it on a smartphone.
It appears the Foros word (forums), and no more.
I have WordPress 4.7.5 and Twenty Fourteen theme.
Hello, in the WordPress admin panel, when I push in Replies, it returns me the blank screen with the message “Internal Server Error”.
I can enter in Forums and Topics, but not in Replies.
Could you help me?
Problem: the private forum entry header / title is displaying this content instead of the title:
<span class=”screen-reader-text”>Private article:</span>Title‘
I use the Members plugin for content restriction. Roles are set up for access to some forums but not others. e.g. beginners should not see instructor forum content or topics.
This works with pages and posts, but forums and topics are displayed even when content is restricted for a given user level or role.
With that not working, I then made the forum private. Now, the forum still displays in the forum list even when content is restricted for a given user level but now shows 0 topics. On displaying private forum posts, the same html span tag precedes the title.
This is happening whether users have access to restricted content or not. Although content is finally restricted correctly at the topic level.
WordPress Version: 4.7.5
bbPress Version: 2.5.12
Site: http://www.windrivertaichi.org/ Site is members only. Please message for test access.
