Search Results for '"wordpress"'
-
Search Results
-
What is the secret to modifying/changing the query on the topic archive page? I want to list all topics on that page rather than have 16, and i do not want pagination. On normal wordpress post types this is easily done with pre_get_posts filter. But how is it done with bbpress?
I have tried this:
function bbp_change_topic_archive_query_args( $query = array() ) { $query['order'] = 'asc'; $query['orderby'] = 'title'; $query['post_count'] = -1; $query['posts_per_page'] = -1; return $query; } add_filter('bbp_has_topics_query','bbp_change_topic_archive_query_args');
and this: (but this requires a shortcode to work properly)
function bbp_my_register_custom_views() { bbp_register_view( 'asc', __( 'A-Z' ), array( 'orderby' => 'title', 'order' => 'ASC', 'post_count' => '-1', 'posts_per_page' => '-1', 'hide_empty' => false, ), false ); } add_action( 'bbp_register_views', 'bbp_my_register_custom_views' );
What else can be done?
This has to be possible.wp v5.2.2, bbp 2.5.14
site is a pw protected site. I can give access privately if necessary.Thanks!
We have an HTML5 website using SimpleCMS, and a linked WordPress blog. I have installed the WordPress bbPress forum plugin on that blog site. When it seemed like it was lacking what appeared to be some pretty basic controls, I also installed the bbPress Toolkit plugin.
Since that also seemed to lack what to me should have been basic components of a working forum, I also installed the bbPress WP Tweaks plugin. It amazes me that a tool that is this popular seems to lack simple ordinary functions like clear login and registration tools that link directly to the forum.
Using the shortcodes, I created separate pages for login, registration and lost passwords, but once logged in, it still does not take the user to the main forum page. In fact, it goes nowhere. I would think that there should be a simple field for adding the path to the forum to which the user would be registering or logging in, but there isn’t. Instead, it just states “You are already logged in.” on the login screen with no link to anywhere else.
Can someone please explain to me how I can get the login to take the user to the actual forum page after they login? To me this should be automatic, but for some reason it is unnecessarily complicated.
Also, is there not a way to manage the subscription without requiring the user to have a WP or bbPress account? All I want is a private forum with users who can create their own usernames and passwords to login and share information, without that user data being shared with anyone else. For some reason, this simple task seems to be too much to expect.
So unless I’m doing something completely wrong (which is entirely possible), I need a way to resolve this with the tools available in bbPress. Any practical solutions are welcome. Thanks.
Hi,
Over the past few weeks I’ve been customizing bbress to my liking using the live css editor in wordpress.
I tried moving it all to a stylesheet within my child theme in a folder called css.
I’ve named the file bbpress.css.Everything was working fine in the wordpress editor, but after moving it to bbpress.css a lot of things no longer work.
Even when I try !important, a lot of things still don’t to work.I should note that some of the code does work which is why this confuses me.
Any suggestions?WordPress 5.2.2
BBPress 2.5.14
https://flippednormals.com/forumsHi,
I have setup a WordPress site with bbPress and trying to find if I can manually Subscribe/Unsubscribe users to particular Forums or Topics,
Or is it even possible to at least see what the Forum Participants/Users have subscribed to?
Thanks,Hello, the bbpress plugin is not updated anymore
Error – when wordpress can be used for the wordpress discussion. Someone will send a new topic with these words – it is automatically redirected to a non-existent page – this is a forum bug.
The entire wordpress discussion settings should also work bbpress – and not just selected elements – that would increase the functionality of the forum at zero cost.
When someone writes a new post or subject with moderation after the settings in the wordpress discussion – it should be displayed to him the same as comments but invisible lda others because it is in the browser cache.
………
If you do not do anything with bbpress then you can do a premium help department to make money on it, probably it is the reason that there are no pforits for years abandoning it yourself. You can also enter the ads on bbpres.org, something that would be there too, it is sad that this project is practically forgotten by the creators and not revised.
Hello,
When we set up words in the wordpress discussion panel, which when poast / topic will go to moderation, there are problems.1. Post how someone will write what will go to moderation – it is not displayed for this guest – it should be otherwise will be sent to him to get it – can it be somehow fixed? Just a message about something like that.
2. when someone types a topic – it displays an empty page 404 with a dynamic address that does not have such a page – it’s a total logical error of the forum – it should move it to the list of topics in this forum section or also zoabaczyć (the same as comments that is the topic for moderation)
Can you fix it somehow, but without plugins?
Hello all,
The social links menu displays icons only on a WordPress (version 5.2.2) site using the Twenty Seventeen theme (version 2.2), except on pages of bbPress (version 2.5.14) where it displays icons and text.
The url of the site is Prepare.Survive.Live
Any ideas of how to address this?
Thanks!
Hello, we’re using bbPress Version 2.5.14 on WordPress 5.2.2, on our site https://lightstalking.us/.
Recently, we decided to move the part of our website to a new server (only forums actually) to increase the speed and we need to copy SQL tables with forum database from one server to another.
Can I get the list of all the tables I need to copy in order to successfully get all the forum posts from one server to another?
Thank you,
Light Stalking TeamTopic: Different type of reply
Hi to everybody, I’d like some hints over a very hard job.
I’m making a RPG forum:
before replying to a topic, the user must choose “Dialog” or “Description”
If chosen “Dialog” ,replying into the topic will be with the avatar, and if chosen “Description”, it will be shown without avatar.Other than that, I’d like to personalize the reply with a custom class.
How can I do this? Must I add some condition into loop-single-reply.php?
Thank you for your attention.Wordpress version:
Version 5.2.2Website:
https://www.eeldasleague.it/ (site’s in italian, my mothertongue!)Bbpress:
Version 2.5.14
Hi guys,
First of all, thank you for the great work with bbPress.
So… Somebody can help me, please?
I want to know if there’s a way to apply the WordPress Comments Administration rules ( https://wordpress.org/support/article/comments-in-wordpress/#comment-administration) to the Guest Posting (not anonymous) rules of the bbPress (with name and e-mail fields).
In the WordPress Comments System there’s this option that i want:
“Comment author must have a previously approved comment: This option will allow you to cut down on the number of comments you have to approve. Once you approve one comment by an author, their future comments will be automatically approved.”
Link: https://wordpress.org/support/article/comments-in-wordpress/#comment-administration
Thanks in advance.