Search Results for 'register'
-
Search Results
-
Topic: Forum Transfer
I finished populating the forum with topics and now (after typing finger therapy) need to know the following.
1. How to insure the forum can only be added to or modified by “registered” users.
2. How to facilitate user registration from the website and sign-in after they have been registered. Can someone who has previously registered be recognized thereby having to sign-in not necessary.
3. Insure new topics and info entered via the website are added to the forum (Registry).
4. How to transfer the bbpress database (and files ?) from the test.loftusweb.com to the final loftusweb.com site.I would also like to know the upcoming lotto numbers, but won’t ask for that now.
I want to enable anonymous users to post. But I noticed they can still post using registered usernames/emails. This allows for people to impersonate one another.
Topic: Template
I’m trying to create “Register” pages in WP (version: 6.2.2) for bbpress (Version 2.6.9). The following instructions say to access the following template.
“Before adding the page, it is important to select the bbPress template page for User Register. This can be done by clicking on the drop-down Template menu on the right hand section of the screen and selecting bbPress – User Register.”
I cannot find a bbpress template. I tried several themes (astra, neve, etc.) I used the bbpress style pack (version 5.5.5) and tried numerous priorities on “Forum Templates” ranging from 1 to 1000.
This is a practice site before replicating the issue on a staging site. So “oops” to the data or configuration is unimportant.
Hello
I am new to BBpress.
Is the following content possible with BBpress?
1) Group the forums and have each membership level in the group.
2) Only registered members in each forum can send email notifications (new topics, replies) to the grouped forums.I look forward to your advice.
thank you.Topic: Not use wp-login
is there anyway bbpress can not interact with wp-login? Whenever a new user register it send them to wp-login screen
I just want the users to see the custom login and register pages.
The bbp-login shortcode page has a register button. That register button takes you to /wp-login instead of bbp-register
The bbp-register page has a button on the buttom to complete registration. But the button does not have enough padding on the bottom and is cut off on most browsers.
Hello,
The subscription to forums used to work. Mails were sent to subscribers.
I did some changes by using bbp style pack and I registered new subscribers. It seemed to work.
I also loaded Health check and Trouble shooting but then uninstalled it.After some time, It suddenly stopped working. No more notification for the new posts… I am not sure it is related to the changes I made, but I have no idea where it could come from.
Can you help ?
I have a memberpress/bbPress/Wordpress site with about 100 members. I was trying to make a user a moderator of a particular forum. I was able to change her role to a moderator by editing her user profile OK. But when I add her username to the moderator field within the edit forum screen it spins on update but never registers the username as moderator.
I then notice the username in question is of the format ‘firstname dot space secondname’
I didn’t think WP allowed usernames with spaces or dots (periods) but apparently, it does and the username is created when they register via a Memberpress form. By default, they are made forum participants upon registering. I want to upgrade this user to be a moderator of a specific forum.
The user HAS managed to post a topic in a forum already as a participant.
So i’m assuming that the problem lies in bbPress NOT allowing spaces in usernames when you try to assign them to be a moderator of a specific forum?
I was reading a 15 year old thread here where @howtogeek provides some plugin code. I tried saving this to a zipped .php file and adding it as a plugin but Wordfence said that wasn’t a good idea, so I’m not confident using 15-year old code is such a good workaround.
There was another old thread from 8yrs here ago where @joop.stringer suggests tweaking permalinks but I can’t seem to figure that out either.
I’ve come across this which will maybe help me prevent this from happening again.
But can anyone confirm that the space in the username IS the reason I can’t assign a moderator
role user to be the moderator of a specific forum, and if there is any more recent knowledge on this issue? i.e. does bbPress actually allow spaces in usernames now?Hi, I would like to display nickname (and not username) in the whole bbpress forum.
For topics list, I modified the code from a previous topic Show username instead of full name / display name and it works well so far.
The modified codes that I use is as follows:
add_filter( 'bbp_get_reply_author_display_name' , 'rew_reply_change_to_nickname', 10 , 2 ) ; function rew_reply_change_to_nickname ($author_name, $reply_id) { // Get the author ID $author_id = bbp_get_reply_author_id( $reply_id ); $nickname = um_get_display_name( $author_id ); return $nickname ; } add_filter( 'bbp_get_topic_author_display_name' , 'rew_topic_change_to_nickname', 10 , 2 ) ; function rew_topic_change_to_nickname ($author_name, $topic_id) { // Get the author ID $author_id = bbp_get_topic_author_id( $topic_id ); $nickname = um_get_display_name( $author_id ); return $nickname ; }
Note: I use Ultimate Member (UM) plugin to display user details.
However, when comes to user profile, I’m struggling on how to force display nickname right above the avatar. Hope you can help me with that.
Note: It’s very tedious to modify “display name publicly as” from the WordPress dashboard for every registered user. Thus hopefully codes may well do the job for me.
We encountered a severe problem. A couple of weeks ago we converted our PHPBB forum to bbPress.
The converted forum was doing all functions as expected. Since three days ago users who where already member on the PHPBB forum cannot login after renewing their password when they donot spell the nice-name correctly.
Then they get the message: Warning: register_shutdown_function(): Invalid shutdown callback ‘BBP_Converter_DB::__destruct’ passed in E:\wamp64_bert\www\forum\wp-content\plugins\bbpress\includes\admin\classes\class-bbp-converter-db.php on line 35
So far we have traced that it must have something to do with the information stored in the table usermeta with meta_key ‘_bbp_class’. When we remove that record the user can login as expected.The only change to the systems has been the update of WordPress. May be that has something to do with it. Our knowledge of debuging is rather limited so we need urgent advice on how to fix this problem.
We have seen that similar problems have been reported in the past but no solution other then removing and reentering the user was mentioned. That is not a reel solution because the orignal name of the author is lost.Wo can provide us a solution or hint to solve our problem.
Best regards,
BertTopic: Style pack breaking theme
Hi Robin, your bbpstyle plugin is very nice but unfortunately it’s breaking my theme. (Jannah premium) So I couldn’t use. On the other hand Ian Stanley’s moderation plugin very nice. I’m using it for test site but last updating 9 years ago. I’m confused to use in real site. No code for function file? I want to approve for replies and topics not registered users.
Greetings.
I have installed bbPress on a website.
AR Member Plugin is also installed.
Buddypress Plugin is also installed.I created a forum page.
https://presley.rockmedia.gr/forum/I created a new user. ( *Users are registering through AR Member Registration Page )
When I click on a Forum name to go inside the Forum, the page refreshes but I cannot create a new topic. The only new element displayed is a “subscribe” link.
What am I doing wrong?