Hello everyone. I have posted several times on the wordpress.org job board – each time I am flooded with responses from all over the world. In the past 3 months or so I have hired 4 different devs – ALL of which have flaked out on the project or for one reason or another were unable to complete the task. My project is now well behind schedule due to this. I thought I’d ask for help here instead, since I know we have a lot of members who really know their bbPress stuff. Here’s what I’m hoping to implement:
1. When using the “reply” button within topics, I would like the username in which you are replying to, to auto-generate in the text box(@username)
2. Add a drop down to the new topic form – this would create color specific background to the topics. For example topic types would be: discussion, photo, link, music, quote, and it would correspond with a specific background color when the new topic is actually posted. Let me know if that makes sense.
If anyone has any knowledge on how to make this happen, please let me know. I would be delighted to work with someone with who is capable and willing. Thank you!
(mods, please don’t delete…this is a job posting, but I really need someone who is qualified instead of mass responses without the proper skills set)
In this topic I’ve just posted a reply at 11.41pm. So far it has not appeared:
http://www.oyster-owners.com/forums/topic/this-is-a-third-topic-just-around-7-45-pm/
However it is counted in the back-end of the forum, I just can’t see it.
Also, a reply I put up earlier that did not appear has now appeared after checking four hours later.
There is definitely a delay in the post appearing publicly and on the public-facing count within the forum (i.e. post count does not count the reply until it appears after the delay).
Why would there be a delay? It is not the themes, it’s not a plugin, it is not bbpress. What else could it be?
Alright just so you know I can’t really do Admin access type stuff anymore, I am following some guide from the WordPress.org codex about moderators not needing to gain admin access because they will be going too far, its something like that. I also got a talking to, to stop doing it by some people on this site to, I mostly helped with commercial products because I could find the issue faster if I am more hands on and find a bbPress/theme/plugin bug faster, than telling the users to just ask the theme/plugin author. Plus in this case I do not really need to have an admin account, so you can delete that account you created for me again.
From what I can see the downloaded theme is Jolene and you can just edit the Biker theme since it is already a child theme. If the Biker theme is frequently being updated (which it really shouldn’t), then I guess creating a grandchild theme like what you are doing would be the best approach.
You did help me with that !
I made you an admin account. When you have time could you check to make sure I have the child themes set up correctly? It called Biker Child. Biker is the theme I DL and its a child of Jolene, but from what I understood on this blog I had to create a child of the theme i DL. I think I have it all set up properly so that I can start making the changes to the BBpress files and wont loose my edits.
Thanks, Preston
Go to Settings > Forums and change the forum root to show Topics by Freshness.
Then add this function to your child themes functions.php or into a functionality plugin.
function recent_bbpress_topics() {
echo do_shortcode("[bbp-forum-index]");
}
add_action('bbp_template_after_topics_index','recent_bbpress_topics');
Plus I swear I helped you on the forum avatar being too huge issue.
I’m wondering if it is easy enough to migrate a google group to bbpress? I’ve come across a couple of services out there that offer this service (albeit without testimonials) but was interested to know if there was a plug-in or scraper service that can do this for me. I have time to make some amendments and changes but would generally like to automate the process, including the migration of users.
Someone posted the same question on this forum four years ago and received no reply…
Password Protection is tricky, there is way to do it, but it can be easy to get past because of the forum permalinks. You could use bbPress Private Groups for each membership if I remember correctly.
For your second question it might be possible to do this with bbPress Private Groups too.
Hi Rob,
As I said (in an edit of my OP, which you may have missed), I have tried a number of different themes, including twenty fifteen, twenty fourteen, twenty twelve, Avada, Oceanic… they all demonstrate the same symptoms, and Avada even supports bbpress (as does, I assume, the WordPress themes). All themes are latest versions.
Troubleshooting is always the first answer to most questions on here.
Troubleshooting
I know this is a subject that’s well documented but I can’t work out why my topics and replies are not appearing.
After posting a new topic or reply my posts are not displaying unless I change the theme. This would suggest a cache issue on the WP end but I’ve disabled all plugins, including WP Super Cache and Akismet.
This is a clean install of WordPress with a new database on a brand new URL and I’ve tried refreshing the permalinks. I have tried a number of different themes, from the WordPress ones to Avada. This is not a theme issue.
If I have no plugins running (apart from bbpress of course) and no cache plugins, what might be causing this?
I am starting a website called renthoy and was building a forum on bbpress however i cannot see the activity once the topic is clicked
Did an update in the WP Client plugin cause the issue or an update in bbPress? You are most likely going to need to contact them to solve the possible issue.
Hi aikichick2012,
Do you get other notifications from wordpress (like the ones mentioned by Robkk) ? So are you getting other messages but not the ones from bbpress ?
Pascal.
bbPress 2.5.7 and 2.5.8 do not work with latest versions of WordPress CMS and WP Client plugin.
Will work fine if WP Client plugins are deactivated but as soon as they are activated the forum breaks.
Any ideas?
http://localhost/oyster/?post_type=forum#038;p=4
I’m running this locally and installed bbpress, buddypress and a number of bbpress-related plugins. I think this may have been the “bbPress Permalinks with ID” plugin that started the problem but now all my permalinks have gone funny. Here’s what I’ve tried to fix this:
– flushed/changed the permalinks back and forth
– deactivated all plugins
– fresh WordPress install with new site, basic theme and no plugins
Even after trying that third option, with a fresh WordPress install and a new database, my forums no longer worked. The root no longer works, even with a fresh install and no plugins bar the bbpress one.
Any ideas?
Is this a localhost thing? All the database entries are there (they fall within the wp_posts table).
Is there a set procedure for installation, changing permalinks and activating the plugins?
Have I done something the wrong way round?
And why is this still happening with a fresh WordPress installation and new database?
Short of uninstalling wamp and reinstalling I’m at a loss.
Now I’ve tried again from the very beginning, with all the original files for the plugin etc. It has the exact same issue – which means that the problem must be in one of the following files coding – since these are the only ones with the “bbp-search-request” and/or “bbp_search” in it.
Can you see any problems or issues with these files?
templates/default/bbpress/form-search.php
https://gist.github.com/anonymous/496fd16abe6f4188e4a0
includes/search/functions.php
https://gist.github.com/anonymous/bdb60f2e51201ffb2cf5
includes/core/actions.php
https://gist.github.com/anonymous/7eed8ef36becd703a5a7
bbpress.php
https://gist.github.com/anonymous/626d687f57dfaaa257ca
templates/default/bbpress/loop-search.php
https://gist.github.com/anonymous/83570d171156e157fb3d
includes/core/options.php
https://gist.github.com/anonymous/10fe8cfcaa4518241184
includes/admin/settings.php
https://gist.github.com/anonymous/bad7e43a34fe3e9a7428
includes/common/shortcodes.php
https://gist.github.com/anonymous/daa4af269bcf8613a871
includes/core/template-functions.php
https://gist.github.com/anonymous/94e2f94a2e0cca8f18f4
includes/search/template.php
https://gist.github.com/anonymous/25e84781cab341c71496
I use the https://codex.bbpress.org/features/shortcodes/
to embed a forum in a page [bbp-single-forum id=$forum_id]
it works great, but when the user clicks on a thread it opens in the usual bbPress slug and not within the page. I want the forum to be fully embedded in the page and also that the links from e-mail about replies will direct people to this page and not the default forum.
Hello!
I am new to wordpress and especially to bbpress. I am setting up a website with a forum which is like a pin-board for my users.
I really like the “Notify me of follow-up replies via email” button. But its only for registered users and i dont want to let my users register, it is not really necessarry for my site..Thats why I want it for non-registered users aswell. Is there any option or plugin which allow me this?
I am sure you can help me 😉
Weird. I deactivated all plugins except for bbPress, saw that the forum issue was fixed, then reactivated all plugins again, one by one. I was expecting to isolate a plugin that was causing the issue, but after reactivating all of them, the problem no longer exists.
Strange. Thanks for the tip.
Try some troubleshooting. I am thinking a possible plugin issue with the menu items. The forums only being visible to Admin is the tricky one I can’t really pinpoint.
Troubleshooting
ok cool, ill check that out and report back.
also, i started a new topic and im not sure it posted it, https://bbpress.org/?post_type=topic&p=165579
Thanks 😀
I updated to WordPress 4.3 last night. I’m using bbPress 2.5.8, and the theme is Sprout. It’s at http://www.stacknfade.com/forum
After the WP update, the forum is only visible when logged out EXCEPT with the admin account. Only the admin can see the forum when logged in. All other accounts get a 404 error when visiting that URL. Also, when viewing WP-Admin, none of the forum options are available in the admin main sidebar, e.g., Tools -> Forums, or Settings -> Forums. These are missing.
Help?
I have been changing a bit of translations in the code – that’s why you might find a mistake here. What I don’t understand is, that when I upload all the original files, it still does the same mistake.
Can’t you tell me if there’s some specific files that I should re-upload as original, in case I’ve changed something in them?
What files did you edit, if you did edit any files?? I hope you did not edit the bbPress plugin files in the plugin directory of your site??
I’ve never used child themes before, so I’m not sure how to do this.
This will help you learn about creating a child theme.
https://codex.wordpress.org/Child_Themes
After creating the child theme just copy the bbPress templates to your child theme in a folder called bbpress.
Or second option: Could you rewrite the htaccess hack so it might work? 🙂
You really shouldn’t need an htaccess hack at all, that is why I said don’t use it yet.
I’ve updated the filter code to make it work for BBPress 2.5.7+
https://gist.github.com/benklocek/433713bceb83eec6984f
The Keymaster title changed from “Key Master” to “Keymaster” at some point, and the filter only accepts 2 variables now.
I would be hesitant to use @robkk’s code, as it is replacing a core function, instead of simply filtering.