Sorry for my english.
Ex. Title post
See 5 tick to barbecuee
content
See 5 tick to barbecuee bla bla bla
–hiddenn post
I need: If you want see “full” post, you must reply.
I want set limit number “reply” at post at day. Group A only 5 reply at day. Group B only 10 reply at day. Group a have 5 reply in forum a and 7 in forum b
It’s possible?
I have added a acf galley field to the user profile page using the acf plugin by setting it to show on the user profile page.
The field is showing when I click ‘edit’ to edit the profile but the it isn’t working, when I try to add images they don’t show.
Do I need to add custom code for it to work? What is the issue here?
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
Tom
—
My Marketing Agency
My previous website
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.14
Hi All!
I’m referring to the
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!
-Jaime
I have a forum where I want the topics that are posted in it are automatically tagged with ‘photos’
I want this because I have a script that pulls all topics tagged with photos into a page and it takes all of the photos in the post to make a collage.
The problem is, I don’t want members to have to type/tag ‘photos’ everytime they post. They might not understand instructions or they might forget.
How can I achieve this?
Auto tagging topics in a forum.
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.
Notification emails are sent from noreply@domain.com but some users are replying to these instead of going to the forum topic.
Is there a way to customise the email, e.g. add text saying
DO NOT REPLY TO THIS EMAIL – FOLLOW THE LINK!