First of all, a good database/site backup is always a starting point of course.
Then I suppose you followed the steps for the data cleanup here: https://codex.bbpress.org/getting-started/installing-bbpress/deleting-bbpress/ ?
Is your WordPress still working fine since the cleanup that ‘failed’ ?
Pascal.
Hi Barbara,
First principle: test before going live !
I have my own procedure on cleaning bbPress in case of failure, but let me check if there is an official one. @Robkk any ideas ?
Pascal.
Hello Pascal, i didn’t test locally so is live environment. BBpress 2.5.8 and wordpress 4.3.1
We are talking about 2079 discussion with 17.000 replies
Thanks
Hi Barbara,
Is this a life system ? Did it work correctly in your test environment ?
What version of bbPress and WordPress are you using ?
How many lines are you talking about ?
Pascal.
With a combination of two methods, I was able to get the number of topics per tag. These methods query the taxonomies of bbPress’ topic-tag:
$tagList = get_the_terms($post->ID, bbp_get_topic_tag_tax_id());
The output of $tagList is as follow and ‘count’ is what i’m interested in:
{
term_id: 24
name: “Presidential”
slug: “presidential”
term_group: 0
term_taxonomy_id: 24
taxonomy: “topic-tag”
description: “”
parent: 0
count: 3
object_id: 155
filter: “raw”
}
Hope this helps others.
Hi,
If it can help, check shortcodes. The 2nd one could be your starting point:
[bbp-topic-tags] β Display a tag cloud of all topic tags.
[bbp-single-tag id=$tag_id] β Display a list of all topics associated with a specific tag. eg. [bbp-single-tag id=64]
See https://codex.bbpress.org/features/shortcodes/
Pascal.
Hi Pascal buongiorno to you π
Actually the customer (association) wants this template and the first choice is to keep this one. I see what you say, it looks like both the heading and the div are doubled with their padding etc… so here we have the cut on the right…
I installed BBPRESS with the plugin and set up with his setting page (but there is no structure customization – the set up is just about label names).
I have several plugin intalled but nothing concerning BBPRESS (I saw many add ons but did not use any of them)… I am quite sure it is all about the template π but maybe somebody here experienced the same issue and have a solution.
Thank you so much
Buongiorno Rendall,
I quickly had a check in the sourcecode of the page and it seems the RT Theme is doubling the information. I also saw that your forum is cut on the right side of the screen.
Any possibility to switch to a more standard theme to make sure the theme is not to blame ?
How did you setup the forum ? Using a shortcut ? Any extra plugins concerning bbPress installed ?
A presto,
Pascal.
No, I don’t use WordFence security. I never used any plugins that had anything to do with caching. Do you think I should use some plugin for the caching problem related to logins in bbpress? If so, which one? Would this be better than relying on the webhost? They may say that this is my problem.
Closing in favor of your other topic. Please do not create duplicate topics.
Remove NoFollow from BBPress Posts
Ideally Iβd like to see it appear right on the dashboard so when users log in they can see everything. If bbPress canβt do it if anyone knows of a way to do this Iβd be happy to hear. thanks!
THis sounds like some custom development. You made need to hire a developer to try to create this for you. I am not sure if it is possible without basically tearing up the whole plugin, and it will be extremely hard to do.
bbPress should work in a private community though. I think there is some plugins that can just disallow access to view any pages unless you are member out there in the WordPress repository though that might be helpful. Doing it this way would be much easier to do too.
I installed BBPRESS Version 2.5.8 pugin (on WP version 4.3.1) and my issue is that headings are doubled, you can see here what happens: http://www.assofootball.it/forums/
The template is “RT Theme 18” and for what I red it is compatible with BBPRESS. I wonder how to solve this issue, do you have any idea?
Thank you very much
Closing in favor of your other topic. Please do not create duplicate topics.
Count topics with specific tag
I think bbPress just uses the code from WordPress since the topic tag clouds code is close to WordPress’s version for regular posts.
You can see the tag cloud on hover displays the number of topics.
https://bbpress.org/forums/
I tried searching what it was, but couldn’t really pinpoint the exact function.
Hi, I’ve been researching some tools for creating an intranet within WordPress and one page directed me to bbPress… but the features list doesn’t explain too much so I’d like to ask if anyone knows whether bbPress can be integrated within the backend of my WordPress site. Ideally I’d like to see it appear right on the dashboard so when users log in they can see everything. If bbPress can’t do it if anyone knows of a way to do this I’d be happy to hear. thanks!
Thanks casiepa!
I hoped for a solution without coding, but it seems I need to start digging into the fundaments of WP and bbpress.
I will go for the @robin-w solution first, as from the other one I didn’t even get where to put the code and what kleo should be.
So thanks again, I will get back here as soon as I have something to report.
Best wishes,
Sascha
Robkk, that plugin has not been update for a long while.
Its just about a year old. It is an extremely small plugin that uses the bbPress hooks and filters and most of the code is for the options in the plugin. You can contact the plugin developer in the support forum if you have concerns about it.
You can also go with what @tecca said and just do simple template edits. Just make sure you have copied the templates into your child theme.
And you could just not use ads on the forums, there are other places you can put them.
Does the plugin not work as intended @utahman1971, or you haven’t tried it because it hasn’t been updated for a while? From what I see, it probably hasn’t been updated because bbPress hasn’t changed enough to warrant the plugin being updated (ie, it stills works with the current version).
If that’s not the case and it simply doesn’t work or has some sort of vulnerability, you could always ask which templates to paste your ad codes in. I prefer doing that over adding yet another plugin that might break during upgrades. With ad codes being touched so little, template edits seem appropriate enough for the job.
Hello @robkk,
I am afraid I discovered another problem which I discuss here.
Would you be able to advise me on this? I very much hope so.
Actually,I may be getting somewhere. When I log in as admin, it gets me to the backend, then I type the address mysite.com/forums – then I see that I am not logged in. However, when I type in: mysite.com/forums/community – then I am logged in on that page.
I wonder if it has anything to do with the redirect I have in functions:
function rkk_login_redirect($redirect_to, $request, $user) {
return (is_array($user->roles) && in_array('administrator', $user->roles)) ? admin_url() : site_url('/forums/');
}
add_filter('login_redirect', 'rkk_login_redirect', 10, 3);
You can see that discussion I had with @robkk here
I’ll do more testing tomorrow.
Robkk, that plugin has not been update for a long while. Using old plugins is not a good idea. Too bad they won’t update it and someone else hasn’t made a updated plugin for bbpress and buddypress. I need for both of the plugins and not going to add a old plugin that someone could easy exploit through.
No, I am not in an enterprise environment. I am at home and I am testing the bbpress on the live site. I log in as admin or another user as moderator or another user as participant. It is the same. As it is now close to midnight, I’ll continue testing tomorrow and report back. I wonder if WordPress needs flushing its cache or something – never did it before. Just a thought.
How can I prevent “nofollow” from being added to my internal links on bbPress posts? (I have the latest version of bbPress and WordPress)
The “nofollow” attribute is being added to my internal links on my website (DCJTech.info). However, this issue only occurs on bbPress posts, but not WordPress pages. Here is an example of the problem (bbPress post) β http://dcjtech.info/topic/general-unixoid-topics/
I have tried commenting out the below lines from ./includes/core/filters.php, but without success. I also cleared the cache (server and browser) and waited a minute before checking the page’s source code.
add_filter( 'bbp_get_reply_content', 'bbp_rel_nofollow', 50 );
add_filter( 'bbp_get_topic_content', 'bbp_rel_nofollow', 50 );
I used ‘grep -r -e “follow” ./plugins‘ to find all code that may be inserting “nofollow”, and I also searched my theme and mu-plugins. In addition, I searched my SQL database (via phpMyAdmin) for “follow”. I did not find any plugin, setting, etc. that could be causing this problem. There were no “nofollow” attributes in the posts either. I also searched my plugins for “bbp_rel_nofollow”.
I disabled “External Links” and commented out the previously mentioned bbPress code (and cleared the cache), but the “nofollow” attribute was still on my internal links.
I thoroughly checked the WordPress codex website, forums (like https://bbpress.org/forums/topic/turning-no-follow-links-to-do-follow/ ), etc., but I cannot find a solution or cause.
Hi,
After a considerable number of problems with an old host that required a complete build of my database I have reached the point where I am trying to make things look good on the site.
I am using the Quest theme and as you can hopefully see here the editor box for the forum comments/replies is only 400px in width though the container is 100%. Is there anywhere I can edit this to resize so it is full width? I am looking through all the CSS and it appears that it’s fine on mobile, but on a full-size laptop screen it’s nowhere near as user-friendly as the screen here.
I am using the following:
Theme: Quest
WP: 4.3.1
BBPress: most recent (only installed today)
Buddypress: as above
WP Supercache: as above
Mailchimp by Mailmunch: as above
Antispam by Cleantalk: as above
Any help in figuring out how to edit this would be greatly appreciated.