French
Lier les articles et pages de wordpress au forum
Bonjour
Je suis actuellement possesseur d’un site WordPress je, recherche le moyen de pouvoir afficher les commentaires sur le forum ?
Par exemple, lorsque je publie une actualité sur un jeu vidéo, j’aimerais que les commentaires apparaissent sur le forum là où sera lié l’article.
Voici un exemple de site http://www.gamekult.com/actu/nintendo-les-resultats-du-semestre-A155037.html.
Lorsque l’on clique sur « Voir tous les commentaires » cela nous amène sur le forum.
Je veux faire exactement la même chose est-ce que l’on peut avec bbpress ?
Si oui, merci de me dire comment je peux faire cela ?
Cordialement, Alex
in english
Link articles and pages wordpress forum
Hello
I am currently the owner of a WordPress website are, looking the way to display the comments on the forums ?
For example, when I published a news on a video game , I wish that the comments appear on the forum where the article will be linked.
An example site http://www.gamekult.com/actu/nintendo-les-resultats-du-semestre-A155037.html .
When you click on ” View all comments or Voir tous les commentaires ” that brings us on the forum.
I want to do exactly the same thing is what we can with bbpress ?
If so, thank you to tell me how I can do this ?
Sincerely, Alex
It might be better to create a bbpress.php instead of a regular static WordPress page, because that 1 static page will not work for all of the bbPress pages. If you create a bbpress.php, all your bbPress pages will use that template instead.
See if this guide helps you any.
Getting Started in Modifying the Main bbPress Template
Since you using shortcodes you can echo the shortcodes in the bbPRess template like this.
<?php echo do_shortcode("[shortcode]"); ?>
Hi @robkk
(somehow i managed to unsubscribe from my own topic…thus the delayed response). Thanks for your answer.
My forums are intended to be group forums for buddypress. And this is also the case in which I have this bug.
So in regular forums a user who has the overall moderator priviledge (set in user settings) can set tags. Works as expected.
In the case where a user has overall participant priviledges and I set a user in the group management setting (I suppose thats BuddyPress) to be moderator, then the user cant assign tags anymore although he could as a normal member. This is the behaviour I would consider a bug 😉
No I havent tried creating custom roles. I´m also not sure about the interaction with BuddyPress, thus I tried to get some help here first.
On my regular installation I have a role editing plugin, but not on the new test platform. Thus I would discard this as a cause for the bug.
I just ran the repair feature which updated 1 user on the test platform, but this didnt affect the priviledge to post tags. It just resets the overall moderator role of a person to normal participant (if the user has a WordPress subscriber role).
Regerding the other trouble shooting:
– Its a fresh installation
– With 2015 theme
– Only bbPress & BuddyPress as plugins
– I just ran the repair functions again, since this is a fresh install nothing has been updated according to the notifications from the repair functions.
I´m aware that this seems to be an issue between bbPress & BuddyPress and I´m not sure which plugin causes this bug. Since bbPress tags are disappearing I thought it might be bbPress.
Any further ideas how to approach this?
@dustywhite
Make sure to create a topic and test in a default theme from WordPress to see if the issue persists there too
Yeah this could be bbPress subscriptions having the issue.
See if installing and using this plugin will help you out.
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/
Hi,
Is this still of any interest ? If so, drop me a line https://wordpress.org/support/plugin/bbp-move-topics and I’ll see what I can do.
Pascal.
Hi,
Is this still of any interest ? If so, drop me a line https://wordpress.org/support/plugin/bbp-move-topics
Pascal.
Hi,
If you want tune your site and remove some informational messages, check if my plugin can help you : https://wordpress.org/plugins/bbp-toolkit/
Pascal.
Bonsoir leirof,
For the blue, if you want to make it yourself easy, go for bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/) to remove the breadcrumbs and other messages.
For the avatar, I will have a look later.
Pascal.
I can’t reproduce this behavior on bbPress 2.5.8 or trunk using the default WordPress themes. Topics and replies in private forums are listed. Are you using a custom theme? Are you running any plugins that effect user profiles? Are you running BuddyPress?
Ciao tomtower,
I have been looking around on your site but didn’t find anything so far…
The only thing I can advice is to deactivate all plugins (except bbPress), change to a standard theme and then see if it works.
Otherwise some users seem to be very happy with the search plugin : https://wordpress.org/plugins/search-everything/
Just one warning for your site: On page http://www.monsterbashpincab.com/forums/ you have the 2 search boxes, so people might not know which one to choose.
Pascal.
Hi,
This is to restrict a forum, not a category.
If you want to restrict a forum, I have it inside my plugin, just give it a try: https://wordpress.org/plugins/bbp-toolkit/
Pascal.
https://wordpress.org/plugins/bbpress-protected-forums/
This is the plugin, it is exactly what I am looking for … but I dont know if its safe to use since its has not been updated for over 2 years!
What is your advice ?
Thanks 🙂
Hi drillbell,
I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Hi drillbell,
I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Dear all,
After 18 days of waiting and 2 evenings of coding, I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Hi,
I have an ornery, but hopefully easy to solve problem. When I “create a new topic” in my BbPress forum it posts nicely, but then duplicates that post as the first reply. This makes it look like I posted the same information twice. This happens to every new post. It has been going on forever; I just got tired of it. I think it is a checkbox or something level issue. Does anyone have any ideas please?
Thanks in advance.
WordPress 4.2.5 running OneCommunity theme. Yes, this happens on all themes.
But isn’t that for the wordpress roles? Because that returns 0 users.
The roles I’m talking about are the ones you specify at the bottom of a profile page. Forum roles. Apologies if I wasn’t specific enough.
Ah ok,
Then how about:
$mykeymasters = get_users( array('role' => 'keymaster') );
https://codex.wordpress.org/Function_Reference/get_users
Pascal.
Hi Rourke,
If you just want to list them in the backend, you could use https://wordpress.org/plugins/bbp-manage-subscriptions/
Pascal.
Hi,
Just to close it here in case somebody else would look for it, I have it implemented in bbP toolkit (https://wordpress.org/plugins/bbp-toolkit/). Still need to review Robkk last update, but for now it works.
Pascal.
Hi ChrissiLisa,
You would have to check with the support of that plugin, but from what I know the plugin uses the standard WordPress media library, so images are uploaded where wherever media library is set to do it.
Pascal.
@nmschaller,
In the end, did you manage to get most of the things done ? Just for your info, I see that some things you request are in my bbP Toolkit plugin (https://wordpress.org/plugins/bbp-toolkit/) already and some others (like securing profile page) will be in there soon.
Pascal.
Hi,
I just want to make you aware of an error thrown by WP Debug mode. Everything still works fine though.
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in …\wp-includes\functions.php on line 3622
Hope that helps,
Ben