Search Results for 'bbpress'
-
Search Results
-
Topic: BBsrcipt installation
Hello Guys,
I tried to install the BBpress script on my website by didnt worked can you help me ?
Server is sending me a error message after installation
I could do it manually, but it will take lot of time to setup database again..Thanks for your help my friends
Hi
When people used the img tag, they used to be able to link to images and have them show up in my threads. The images are no longer appearing. I’ve tried turning off spam and security plugins, but it doesn’t make a difference, and I can’t find any help after a search.
Can someone please help me to get linked images back in my BBPress threads?
Peter
https://www.orderofgamers.com/forums
WP 4.9.5
BBP: 2.5.14Hi All!
I’m referring to the [bbp-lost-pass] page specifically. When a user enters their email on the ‘forgot password’ page, the reset email is sent properly BUT the page only refreshes. There is no notification letting them know that the email has been sent. I know this isn’t something malfunctioning, it’s just the way it was designed. But I’d like to redirect to a page that confirms the email has been sent. I found this topic from a while back https://bbpress.org/forums/topic/lost-password-page-not-redirecting/
but I can’t seem to find the correct action to hook into. I’ve searched the bbPress files on our ftp server and found the ‘template.php’ located here-> wp-content/plugins/bbpress/includes/users/Here is the snippet I am hopeful of:
.
.
.
/** Lost Password *************************************************************//**
* Output the required hidden fields when user lost password
*
* @since bbPress (r2815)
*
* @uses apply_filters() To allow custom redirection
* @uses bbp_redirect_to_field() Set referer
* @uses wp_nonce_field() To generate hidden nonce fields
*/
function bbp_user_lost_pass_fields() {
?><input type=”hidden” name=”user-cookie” value=”1″ />
<?php
// Allow custom lost pass redirection
$redirect_to = apply_filters( ‘bbp_user_lost_pass_redirect_to’, get_permalink() );
bbp_redirect_to_field( add_query_arg( array( ‘checkemail’ => ‘confirm’ ), $redirect_to ) );// Prevent intention hi-jacking of lost pass form
wp_nonce_field( ‘bbp-user-lost-pass’ );
}
.
.
.I am new to php so I am now quite sure on how to implement the redirect filter in the appropriate place. Should I be trying to hook into an action? Or apply a filter?
Thanks in advance!
-JaimeTopic: Forum font size
Latest WP and bbPress
The forum listing shows up fine, but with a very small font that I find hard to read. I think I’ve tried every possible font setting in my theme, but none seem to affect the font for fora. The font is also small in the standard themes.
Any tips?
This is all to complicated for my simple mind.
Need someone- to install and intergrate bbpress into my WP forum.
Is it possible to totally intergrate bbpress into the forum, so that the Forums show up in the main window of the template the same as the topics from WP?
Or do I need to create a totally new template to run under bbpress that matches template for WP?
address web : https://safaryar.net/Participant-level users can create new topics, but after creation the participant is directed to a 404 page. Higher-level users can view the created topic, but not the participant that created the topic.
Site is running Twentyseventeen theme, and only bbPress and Buddypress plugins, plus the bbpress wp4fix plugins, are installed.
This site is a development site being used to diagnose and hopefully fix other forum visibility issues detailed in this post: https://bbpress.org/forums/topic/recurring-no-topics-found-message/
Any help is appreciated, URL and login can be provided on request.
Topic: Paypal plugin
Hallo my WordPress version is 4.9.6, bbPress version 2.5.14, i dont have a site im now install WP and bbPress on my localhost computer and im learning, i please of advice.
Im new in wordpress i want use bbpress commercially. I am looking for a solution which after payment of paypal, credit card, debit cart, automatically assigned to the user points that he could use for example his topic (in bbPress) would be sticked on top of the list etc. At the same time the plugin would protect against chargeback, etc.
I find the plugin “PayPal Plus for WooCommerce” but when i scan it with virustotal.com, by the way, see for yourself: https://www.virustotal.com/#/file/0a9bac644a1fd7c2bab5c56c067a9fef627bd84c59d5c36933aa4528024e7054/detection
Please help, give me some advice.
ThanksTopic: How delete all IP Addresses?
How can i delete all IP addresses that stored in the bbpress Data?
Hello there!
Ever since starting to work with bbPress (and Learnpress), all new users were assigned the site roles ‘subscriber, and participant’ and the forum role ‘instructor’.
I don’t want all forum users to have the role ‘instructor’, since they aren’t. I have checked, but my default is really set to participant.
See screenshots:
https://drive.google.com/open?id=1RlJVw0QHIVV3Hp-MWvOdtYjh5cKAM6MR
https://drive.google.com/open?id=1EAzfa2gQLyv20hmCVHGW65ueb8KBNUyV
How can I make sure people will be assigned a normal forum role instead?
My current versions (but I have had this issue for about 1,5 years now):
WordPress 4.9.6
BbPress Version 2.5.14
BuddyPress Version 3.0.0
LearnPress Version 3.0.8
LearnPress BbPress integration Version 3.0.1
LearnPress BuddyPress integration Version 3.0.2My website: http://www.InevitableBliss.com
The forum: https://inevitablebliss.com/community/Topic: Bug with Timestamp Link
We have a few forums using bbPress on our site and I think there may be a bug.
When you click on the time stamp under “Latest” for a particular forum, it is supposed to take you to that post, but sometimes it doesn’t. And sometimes when admin is logged out, the post doesn’t even show up when trying to go to it (even on the non-premium, unrestricted forums).
Also, we have 2 of the 4 forums restricted because they are premium. When on the forum list page, clicking on the forum title of a premium forum goes to a restricted page. BUT when clicking on the timestamp of the latest post for that premium forum, it lets you see the thread. This isn’t supposed to happen because the forum is restricted.
Please help! Thanks in advance!
When the Search EVerything plugin is activated, the topics won’t appear. What I did was deactivated all the plugins and reactivated them one by one to see what causes the problem. It was the Search Everyhing plugin.
I also deactivated the “Allow forum wide search” from the forum settings but it’s the same.
By the way, I am using the bbpress plugin inside a multisite. I’m not sure if that helps or not.
Is there a way to fix this?
Topic: change copy in error message
I am using a function to restrict the ability to create new topics in specific forums:
`function buddydev_is_restricted_forum( $forum_id ) {
$restricted_forum_ids = array( 1347, 93, 91, 89, 95, 1348, 1394, 1349 );
if ( in_array( $forum_id, $restricted_forum_ids ) ) {
return true;
}
return false;
}
function buddydev_bbp_restrict_topic_creation( $can ) {
if ( ! bbp_is_user_keymaster() && bbp_is_single_forum() && buddydev_is_restricted_forum( bbp_get_forum_id() ) ) {
$can = false;
}
return $can;
}
add_filter( ‘bbp_current_user_can_publish_topics’, ‘buddydev_bbp_restrict_topic_creation’ );function buddydev_restrict_from_posting_topic( $forum_id ) {
if ( ! bbp_is_user_keymaster() && buddydev_is_restricted_forum( $forum_id ) ) {
//set error on bbpress and it will not allow creating topic
bbp_add_error( 403, __( ‘Not allowed’ ) );
}
}
add_action( ‘bbp_new_topic_pre_extras’, ‘buddydev_restrict_from_posting_topic’ );’The function works and on those specific forum pages I get an error message that says “You cannot create new topics.” I want to change that copy to say something different but I can’t seem to find where it is coming from. I looked for a 403 error but found nothing and I tried to change the ‘Not allowed’ portion of the ( 403, __( ‘Not allowed’ ) ); but that changed nothing as well.
Topic: Change bbpress post type?
I would like to change my default post type from standard to video.
Is there any way to do this?
Topic: User Profile not working
Hi. I’ve been using bbpress for years but recently noticed the profile pages are not working. I just get a 404 error when clicking on the profile link.
The address it directs to is users/user_name which seems right but it can’t seem to access it properly. Any ideas why this could have stopped working?
I have recently moved my site over to Discourse. The software is good, but I should have done more research as there have been many things that have come up since I went live that are not to my liking.
The forum has over 550,000 posts and around 2,500 members (this information is difficult to find without installing a plugin – which is another thing that’s not to my liking).
I understand that there are some impediments in the way of migrating from Discourse to bbPress – the fact that it uses Postgres for starters. I also understand that there would be no “out of the box” solution.
My request is simple: would one of the members of this community be able to migrate my current Discourse forum to a bbPress forum? I am happy to pay for this to be done.
Please let me know if you are interested and how I may contact you.
Topic: Last posts widget in table
Running WordPress 4.9.5, bbPress 2.5.14, Buddypress 2.9.4
Forums are randomly becoming inaccessible to logged-in users, displaying only the “no topics found” message despite showing the appropriate number of topics in the forum listings. Most forums are rendered inaccessible when the error occurs, but not all. Forums that remain accessible show no obvious difference in configuration or status from the forums that display the “no topics found” message.
Problem persists regardless of theme or plugin configuration.
- I’ve tried both wpfix plugins, neither fixed the problem.
- I tried deactivating and reactivating all plugins on the actual site to no effect, then created a clone of the site and deactivated and deleted all plugins except bbPress, Buddypress, and the wpfix plugins. The problem persists.
- I’ve switched to the latest version of Twentyseventeen and the problem persists.
- I’ve tried using both Forum Tools and Buddypress tools to repair issues, to no effect.
- Also tried resetting permalinks, no effect
The only thing that repairs the issue is switching each forum to public, saving the forum, then returning the forum to private status and saving again. Bulk edit doesn’t work — only updating each forum individually.
After being fixed, the forums sometimes slip back into inaccessibility, even if no change has been made to the forum itself.
Any help in fixing this issue would be greatly appreciated. Thanks.
Topic: Editing Main Forums Page
We are using bbPress Version 2.5.14 on our website at http://www.nationalbraille.org/forums using WordPress. Everything is latest version and all is up to date.
I’d like to add a list of site rules on this page just above the list of groups. I thought I’d find it in the list of Pages on our website, but it’s not there, and the Settings for bbPress don’t give me an option either.
Is this just not possible?