Search Results for 'test'
-
Search Results
-
Topic: Registration, No password
Hi there All,
I have enabled new registrations, by creating a registration page. and use the shortcode [bbp-register].however, when I test this in incognito, I do received the email to complete my registration but it only contains
Username: john###
Email: john###@gmail.comis there ment to be a password, or a link to create a password?
WordPress 5.5.1
bbPress 2.6.5Topic: Know all the features
Hello,
I would like to know if your extension allows you to do these things :
– Create a group to join (administrator approval to join) to view certain topics
– Ability to move a topic from one group to another
– In topics, that members can share photo and video content and links in addition to text.
– In the member’s space, possibility to create a photo album with the modification of the privacy of this album
– Show the latest topics at the top
– Ability to alert an administrator if content needs to be reported
– Online chat to exchange between members
– Being able to vote for a message in a topicThank you in advance for your contributions.
We look forward to hearing from you,
Topic: Importing Issues Galore
I have no way of knowing how to describe this so not sure what I would search.
We had a group that used to be on yahoogroups, which we now wanted to migrate and I thought perhaps bbpress might manage. I followed the (somewhat outdated) instructions re importing via a csv file, making three ones for users, topics and replies. On a local installation the topics managed to be imported, but not the replies, and repair forums managed to dis-associate everything.
Now the site is not local, and I am trying to import. None of the importers decide to work with CSV files and custom posts for free. When one did work (having split my smallest CSV file – topics- into 50 different ones), I just tried the first file. It says it imported around 700 records. However, forum is empty, topics show no results, and repair forums does nothing. Neither does resetting permalinks. Neither does clearing cache.
At the top of topics, however, there is this:
Topics Add New
Your site is currently displaying a “Coming Soon” page. Once you are ready, launch your site.Filter topics listAll (562) | Mine (21)
Filter by date
All datesIn all forums
Topics list
Select all
Topics
Forum Replies Voices Author Created Last Post
No topics found
Select all
Topics
Forum Replies Voices Author Created Last PostThe logs as the importer went had “admin view” where on the few I clicked it had the reply, the author and associated to the right forum, but I can’t view it. It says they exist, and also says none exist when I click view all, just as above.
If I create a test one it all appears fine.
I would just quite like some help, and have no idea where to go from here. Please please help!
Topic: Attachment Upload Fails
Topic: bbpress Top Posters List
I may have missed what I was looking for, does anybody know if there is a way to show a list of the top posting members in BBPRESS, much like we can already do via Showing Latest Posts, Recent Topics and Most Liked Posts etc.
Thanks
Topic: 404 error issue
hi,
We created a new forum for our law website and create section to test and then created a topic, but when we click on the related topic, it gives 404. Are we making a mistake somewhere?
URL: https://forum.okyanushukuk.com/forums/topic/ceza-avukatinin-amaci-nelerdir/
I apologize if this is something obvious to others. I have a WP site in Arabic and want to use bbPress in English for private forums. Is this possible?
I have downloaded the files for Translation of Stable (latest release): English (UK), renamed them to bbpress-en_GB.po and bbpress-en_GB.mo, and copied them into /wp-content/languages/bbpress/ (per docs).
But the forums publish in Arabic.
Is it possible to have forums in EN on a WP-site that is AR?
Thanks for any help you can provide.
Hi there,
I want to import 150 users to my forum and subscribe them to a new “test” forum topic in order to check if the email notification is working (it stops after sending 100 emails).
In order to do this, I use the plugin “import and export users and customers” to import a list of made-up users (username and email are all that is needed for columns in CSV file).
Then I create a new “test” forum.
Now I want to subscribe them all to this forum topic programmatically via MySQL.
The issue is, I have looked at the SQL table and the only data that I can find on user subscriptions is thewp_usermeta where meta_key = 'wp__bbp_forum_subscriptions'
. Themeta_value
shows the ID of the forum that users are subscribed to.
The issue is that it seems to be no longer working. Is it a meta_value that BBpress no longer uses? If so, which one is used?
If I take a random subscribed user (ID=17248) and check what they are subscribed to, the following query works:select * from wp_usermeta where meta_key = 'wp__bbp_forum_subscriptions' and user_id = 17248;
. I can then see a list in themeta_value
table of what they are subscribed to. But if I then (using the BBp Toolkit plugin) alter their subscriptions and e.g. unsubscribe them from a topic, go back to the DB and do the same query, it shows the same forum subscription IDs, even though there should be one less.
Could you point me in the right direction of which table to query to alter the forum topic ids of a user please?Hey guys,
I installed Bbpress on one of my multisites and i have used a plugin to allow users to register tto resgister rather than allowing registrations at the network level.
I have used the bbpress shortcodes for the registration page and the login page however when i test registering as a new user it redirects me to a local-signup page which i assume is happening due to it being a multisite? Is there any way to have only one form that meeds to be filled in? Do i need a user and registration plugin?
The main issue i have is that qhen i do complete the registration process thw new user reveives no email…
I then added a plugin for Smtp, configured it and it works in itself but not diffrrence to the bbpress registration process.
Not sure how to fix the issue, i also tried allowing users to register at a network level but made no difference?
Do i need to add somethinking like the Ultimate user registrations plugin or wp forms? Will that make a difference?
Im ising using latest version of wp and bbpress on my site…