Search Results for '"wordpress"'
-
Search Results
-
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.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!
I’ve been going over this for days trying to import forum using the Example importer. Everything works but after importing about 300,000 records, all of the authors are incorrect after the import. I did a fresh install of WP and tried again but got the same results. I ran the bbpress tools and this made no difference.
A lot of the users show as “Anonymous” but the rest are just pointing to the wrong user id. So the Topics/Replies just show as from the wrong user. I tried working around this by going into the source data and giving all of the user ids there a very high numerical value but even after doing this it made no difference. WordPress still assigns seemingly random userids to all of the imported users.Hi
upgrade to wordpress 5.6.1 and php 8.0.2
I wrote a new topic
When writing is completed, the following abnormal screen is displayed.ref img1 : https://ibb.co/DbDR2vT
ref img2 : https://ibb.co/M53Lwgb
Seriously, nothing is left in nginx’s error log.
Nothing is left in the error log of php-fpm.The topics created before the upgrade can be read normally.
This problem arises from topics created after the upgrade.
i need to help
Best Regards,
HyunhoI wanted to create a membership site with: Membership by Supsystic and integrate bbPress for the forum part.
But this has been exploited on February 8th, so it’s no longer an option.We wanted that:
– members can interact with each other
– the forum is only for registered members
– members need approval for registration (they have to pay first)
– some wordpress pages are only for registrated members
– all other wordpress pages are visible for everyoneAll of this was achievable with the Members by Supsystic Plugin + the paid extension to limit some pages only for members.
Is there any alternative that works with bbPress? Our forum already uses bbPress and we wanted to keep it that way.
Thank you very much for any help!
This is our actual membership page on our website (idk if you need it): https://nestli-seminare.de/netzwerk/login-bereich/
Thanks!
Nicklas