Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,576 through 13,600 (of 64,515 total)
  • Author
    Search Results
  • #167640
    DevynCJohnson
    Participant

    @Robkk , not necessarily. The “fix” is not 100% perfect because it removes “nofollow”s that I intend to keep for external domains/links. Also, if I were to write an article about nofollow, then any code examples I give will lose

    rel="nofollow"

    The fix I provided is a poor fix. True, it solves my problem at the cost of a much lesser evil (in my opinion). I still hope that someone can provide a real solution or explain where the nofollow is coming from. Until then, at least I have a fix which is better than no fix.

    Considering that I commented out those lines in the bbPress plugin, one would think that that would fix everything.

    #167639
    rbfkak
    Participant

    I just wanted to shed some light regarding this issue…

    1. Contact Robin. He will set you strait.


    @robin-w

    https://bbpress.org/forums/profile/robin-w/

    2. Discovered that our local host had set a limit on the volume of email sends. We were at 200 emails per hour. Or web host company increased it to 600 emails per hour. Email notifications started to flow. However this was a temporary solution. He recommended to look at a replay server solution such as https://sendgrid.com/. We signed up for a pro plan and we are now back at 100%. All users are receiving the email notifications.

    Let me know if you have any further questions.

    Robkk
    Moderator

    Are you talking about running the purge previous import tool having an issue or really in the reset forums area.

    It is best to run the purge previous import after importing a forum and failing.

    Use this if an import failed and you want to remove that incomplete data.

    IF the reset forums tool does not do it, I guess you can try some SQL code in phpMyAdmin.

    You can try to see if @netwebs commment can help you

    https://bbpress.org/forums/topic/post-import-cleanup-help-needed/#post-133482

    Also if you regularly backup your site, you can just revert to a previous backup before you did the import. You should make regular backups if you are not doing so already too.

    Pascal Casier
    Moderator

    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.

    Pascal Casier
    Moderator

    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.

    barbarabax
    Participant

    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

    Pascal Casier
    Moderator

    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.

    #167621
    Loc Pham
    Participant

    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.

    #167617
    Pascal Casier
    Moderator

    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.

    #167616

    In reply to: Doubled title issue

    RendallNarciso
    Participant

    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

    #167613

    In reply to: Doubled title issue

    Pascal Casier
    Moderator

    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.

    #167612
    laberkopp
    Participant
    #167605
    mica123
    Participant

    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.

    #167601
    Robkk
    Moderator

    Closing in favor of your other topic. Please do not create duplicate topics.

    Remove NoFollow from BBPress Posts

    #167600

    In reply to: BBPress as Intranet?

    Robkk
    Moderator

    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.

    #167598
    RendallNarciso
    Participant

    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

    #167597
    Robkk
    Moderator

    Closing in favor of your other topic. Please do not create duplicate topics.

    Count topics with specific tag

    #167596
    Robkk
    Moderator

    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.

    #167583
    bigvibes
    Participant

    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!

    #167582
    laberkopp
    Participant

    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

    #167581
    Robkk
    Moderator

    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.

    #167577
    Tecca
    Participant

    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.

    #167576
    mica123
    Participant

    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.

    #167575
    mica123
    Participant

    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.

    #167574
    Michael Bryner
    Participant

    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.

Viewing 25 results - 13,576 through 13,600 (of 64,515 total)
Skip to toolbar