Forum Replies Created
-
In reply to: best rated forum post display
What exactly are you looking for ? Some plugins for ranking:
https://wordpress.org/plugins/bbpress-votes/
https://bbpress.org/forums/topic/voting-on-user-submitted-posts/
https://wordpress.org/plugins/universal-star-rating/
https://wordpress.org/plugins/rating-widget/
https://wordpress.org/plugins/kk-star-ratings/
https://wordpress.org/plugins/ec-stars-rating/
https://wordpress.org/plugins/wp-postratings/
…I don’t use any of them, but for sure if you don’t want to code, there are enough options.
Pascal.
In reply to: Spectate capabilityHi,
You could create a new role based on the spectate. Follow our codex on https://codex.bbpress.org/custom-capabilities/If you want to limit topic creation for a specific forum, you can also have a look if my ‘bbP Toolkit’ plugin can help. It has a ‘protected forum’ possibility to allow only specific roles to create topics on some forums.
Pascal.
In reply to: Custom Form topic not showing in viewHi, the best way is to use bbPress functions. Check out http://hookr.io/plugins/bbpress/2.5.8/functions/bbp_insert_topic/
Pascal.Hi siparker,
I won’t start about your first line about the ‘money’, but for adding new functionalities of finding code for existing tickets, https://bbpress.trac.wordpress.org is one of the places that can be used for that. If a ticket is there and there is code attached, it makes a fair chance to be added into future versions.
Pascal.
In reply to: Changing Author ID on submitHi,
If this is the standard wordpress function (never used this function before), then you cannot have a ‘post_author_id’, should be ‘user_ID’ and the ‘post_author’ should be ‘comment_author’ …
See https://codex.wordpress.org/Plugin_API/Filter_Reference/preprocess_commentBut this is for comments, not for replies …
Pascal.
In reply to: 404 Errors Since installHi,
I see your forum and topic, so did you solve your issue ?
Pascal.In reply to: BBPress not working with Optimizepress ThemeHi,
That image has nothing to see with bbPress, right ?
Pascal.
In reply to: Prompt forum role dropdown for user creationIt seems there will be no immediate fix for it… Let me see if I find something else.
In reply to: Prompt forum role dropdown for user creationAhhh, correct, I had already opened a bug for that: https://bbpress.trac.wordpress.org/ticket/2906
I’m checking if there is a wordaround…
In reply to: Email notifications not working; looking for helpHi luyenthitoeic,
Check here: http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
Pascal.
In reply to: bbp-form styleHi,
Without seeing the real site, it’s difficult … Can you post the link ?
Pascal.In reply to: add a "Featured Image" to a forumHi,
Just want to add that, for the people that do not want to code this, the functionality is also in the ‘bbP Toolkit’ plugin.
Pascal.In reply to: What do I do?Hi John,
We are all very much eager to help each other, but this forum runs on volunteers so we cannot just help you setting up your forum completely for you. You can however find people that do this for a living and pay them.Reading your above description I’m hesitating between ‘where is the question?’ and ‘There are 20 questions in 1 topic here’. So if you have any specific question, feel free to ask and if we can respond, we will.
Trying to answer some parts and giving thoughts:
– Not support child themes ? Then switch theme !
– You can always put extra code in the functions.php of you theme, but after a theme upgrade make sure to check your updates are still there
– For the login/redirect you are already on 2/3 other threads in this forum, please try to not repeat yourself in hereSo, for any specific question… shoot !
Pascal.
Hi,
Where exactly do you want to see it ? Profile page, topics, replies, …And it will depend on your theme, so if this is a public site, please include a link.
Pascal.
In reply to: Prompt forum role dropdown for user creationHi,
If you are on the/wp-admin/users.php
page, you can select one or more users and then use the dropdown box on top that says ‘Change forum role to…’ and hit the ‘Change’ button next to it.If you edit a specific user on
/wp-admin/user-edit.php?user_id=1234
you should find a ‘Forums’ section and a dropdown where you can set the forum role.Of course you can never change it on your OWN profile.
Pascal.
In reply to: New Topic has a default post(reply)Hi,
But do you really have a reply or is there just a counter that says 1, but there is no reply ? If there is no reply, I suspect a theme issue, so try to see in a different theme if you have the same issue.If you want to ‘protect’ your forum so that only e.g. administrators and moderators can add topics, then have a look at my ‘bbP Toolkit’ plugin. (note: it works on bbPress forums, not on BuddyPress ones for now).
Pascal.
In reply to: Dutch translation not being activatedYes, switching to non-formal Dutch was another option 🙂
But I thought Formal was a ‘must’ for you.Happy to see you’re fixed, enjoy bbPress.
Pascal.
In reply to: Setup login for private forum?Step 5 of https://codex.bbpress.org/themes/theme-compatibility/step-by-step-guide-to-creating-a-custom-bbpress-theme/ is what you need…
Pascal.
In reply to: Redirect after registration – need new solutionThen use the registration_redirect: https://codex.wordpress.org/Plugin_API/Filter_Reference/registration_redirect
Pascal.
In reply to: Redirect after registration – need new solutionI’ve pasted code into functions.php files, almost anywhere I can
There is only 1 (one) functions.php where you should paste it and that’s the one in your (child) theme.
all the solutions offered take me nowhere
I have put all the code that I have on https://bbpress.org/forums/topic/setup-login-for-private-forum/. If you only go for the code, then make sure to deactivate any other redirection and/or security plugins (at least for the test).
the site is at tec.selwood.me
You are missing the ‘Email’ label under the forgot your passsword on the log-in page
Pascal.
In reply to: bbp_get_user_topics_startedHave a look at the function description: http://hookr.io/plugins/bbpress/2.5.8/functions/bbp_get_user_topics_started/
Pascal.
In reply to: Dutch translation not being activatedGoeie morgen,
Can you point me to the page where you found that procedure ? Translation should come automatically when it reaches 100%, there should be no need to install the translation manually!
I must however inform you that only the informal dutch is at 100%, not the formal dutch ! So help will be needed to get that one translated.
Let me know how you want to proceed.
Alvast bedankt,
Pascal.In reply to: Setup login for private forum?Yep, what you put there is valid for your whole WordPress instance.
Pascal.In reply to: Looking to add and take away.Check the ‘bbP Style Pack’ plugin, that will probably get you started …
Pascal.
In reply to: Setup login for private forum?Code can go in functions.php of your (child) theme: https://codex.bbpress.org/functions-files-and-child-themes-explained/
Pascal.