Search Results for 'bbpress'
-
Search Results
-
Hi again,
I get 404 error when i am using bbpress functions as bbp_user_topics_created_url(6), 6 is the user id.
I am using ultimate member with integration plugin for bbpress in multisite instalation.Thanks in advance.
Hi,
I have added Words which are not allowed in the replies of forum in my Settings>Discussions>Disallowed Comment Keys and once I enter any of these words in replies of any of my forums posts an error is shown Your reply cannot be created at this time.Basically I want to customize the error and change it to my custom error which can be seen by user, I tried many ways like overwriting it by using hooks in my theme php file but not succeeded.
Any help would be appreciated.
Thanks.
Hi All,
Iam totally new to bbpress and i tried the search functionality and when i click search it brings me to Archives and the formatting is totally off and below is what I see. Is that how the search results looks like in ALL TEXT? I have replaced the IP and email address with X.
Thanks
Archives
Search Results for ‘test’
Home › Forums › Search › Search Results for ‘test’ Viewing 6 results – 1 through 6 (of 6 total) Author Search Results February 23, 2021 at 12:45 pm #231 In reply to: test TW XXXXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test February 23, 2021 at 12:45 pm #230 Topic: test in forum Private: Forum 1 XXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test […]Hi all, thanks in advance for any help. I have set up a members only page on my website – http://scaleupgroup.co/members/. This page is restricted using Memberpress. I have also set up bbpress and set the root forum index to http://scaleupgroup.co/members/forums. However, this forums page is not protected by Memberpress as it is an archive page built by bbpress.
Can anyone help me set the forums archive page (in this case – http://scaleupgroup.co/members/forums) parent page to be http://scaleupgroup.co/members?
Thank you
Topic: Private forums
Hi,
I want to create private forums in bbpress. if a user wants to get access in this private forum he should request it from the admin. I want this private forum to be visible from all users but not accesssable until the user get the access permission. I am using ultimate member plugin with bbpress.Thanks in advance.
Topic: help me modifying the plugin
Hi
I want the thumbnail to appear on the topic
Search results found a plugin similar to the function I’m hoping forbbpress-topic-thumbnails
https://wordpress.org/plugins/bbpress-topic-thumbnails/I want to add one more feature in this plugin.
With this plugin, thumbnails of all forum topics are displayedI only want to use this feature for 1 specific forum
reason for write topic is because the plugin has not been updated for a long time.So I ask for help here
code is
/*Hooks into the loop-topic.php output to print image*/ add_action( 'bbp_theme_before_topic_title', 'bee_insert_thumbnail' ); function bee_insert_thumbnail() { if((!bee_catch_image() == '')){ echo('<a href="'); echo(bbp_topic_permalink() . '"><img class="bbp-topic-thumbnail" width="100%" style="max-width: ' . get_option('thumbnail_size_w') . 'px; max-height: ' . get_option('thumbnail_size_h'). 'px; vertical-align:middle;" src="' . bee_catch_image() . '"/>' .'</a>'); } } /*Function that retrieves the first image associated with the topic*/ function bee_catch_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches); $first_img = $matches [1] [0]; return $first_img; }
Anyone can help?
ThanksTopic: Custom Role not working..
I am trying to create a custom role that can only reply to existing topics.
I followed this to create new role. At first, the role did appear in dropdown list in admin edit user screen, but after saving, it went back to “— No role for these forums —”.
I found this thread, so.. I created custom WordPress role in the same name. This made the bbPress role to be “saved” but it doesn’t seem to add capabilities. The user with this role can’t see forum or topics.
How can I get this custom bbPress user role to have custom capability?
WordPress 5.5, bbPress 2.6.6
Wordpress version 5.6
bbpress Version 2.6.6
website: jackkornfield.com
I recently moved a reply to topic and now from the WPAdmin when I click on Replies I get a 502 error, So I am unable to view/edit replies from WordPress Admin. Please help.Hi everyone,
we’re currently using bbPress in conjunction with WPML and LearnPress. With that setup, I’m encountering a couple of problems:
1. With WPML, we want to enable users to switch between English and Spanish. I’ve run the string scan via WPML and most strings are already there in Spanish as well as get displayed correctly when the language is set to Spanish. However, there are certain strings that didn’t have translations and that we manually translated – but they don’t show up on the frontend, somehow they remain in English there.
Here’s an example of a such a string. and here’s a corresponding screenshot of the frontend.
2. We’d like to customize the date format so that it displays “Hace 2 Semanas” as “hace 2 semanas” in the last post column, for example. It seems like this would need to be changed in the php files, as with the string translations, that’s just a placeholder? But where exactly would this need to be changed?
3. Also, no breadcrumb is being displayed at all. Is there some setting I’m missing where this can be turned on?
(WP 5.6.1, bbPress 2.6.6)
Thanks in advance, I’d very much appreciate your help with these issues!
All the best,
ChristinaTopic: Breadcrumbs link nightmare?
Hi.
/Forum/ or /Forums/ ???After installing bbpress I created a page “Forum” with the shortcode [bbp-forum-index]. I made a menu with a link to that “Forum” page. All fine and the forum index listed.
But when I go in to a forum and the click on the breadcrumbs “Forums” to get back, I land on a blank page with the text “Forums” ???
I have also tried to make a page Forums with shortcode [bbp-forum-index] but that does not change anything.
I dont understand this and what I do wrong?
Here is my two pages where first is ok, but breadcrumbs lead to second with error.Three weeks ago after completely updating WordPress to 5.6, php to 7.4 and updating all of our plugins, we are experiencing some intermittent yet serious (to those paying for their memberships) login / redirect issues.
website: 1standtenflorida.com
WordPress 5.6.1
PHP version: 7.4.15
bbPress Version 2.6.6
BuddyPress Version 7.1.0
OceanWP theme VNormally, the user comes to our website at 1standtenflorida.com and they are able to login just fine and view the News pages, Big Board, etc., but when they go to the Forum and try to click on a single topic, it redirects them back to the Login page. However, the Log In page shows them as “You are Logged in as “username” (Logout) (click Remember Me checkbox to stay logged in) and there is not a username and password box.
The problem troubleshooting it is, the errors are cross devices (iPhone, Samsung, laptops, desktops, iPads), cross browser (Chrome, Safari, Firefox, Edge) and cross platform (iOS, MacOS, Windows, etc.). I would note that it seems to be more prevalent on mobile devices but then again, that may be because the majority of our visitors are on mobile devices. 🙂
It doesn’t always happen on every topic either and it can happen on different topics with different users.
I’ve had some success working with individual users to log them out from the Dashboard or reset them a new password. We’ve had them to clear their browser cache and cookies, but only in one or two instances has that helped.
We’ve deleted any plugins that we were using to prolong logins as well, just in case they were outdated.
I have not deleted the .htaccess file yet and let it rebuild and was hoping that might not be required. Any suggestions on how to proceed with troubleshooting this will be greatly appreciated!