Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 25,001 through 25,025 (of 64,518 total)
  • Author
    Search Results
  • LevyImage
    Participant

    I’ve been a MyBB forum owner/administrator for 2+ years now and really want to convert to BBpress because of it’s easy wordpress integration/compatibility. It seems there’s not been any updates on this for a little bit. MyBB is a huge community but the software is still in the stone ages.. even with the current conversion to jquery and html free core.
    Would really love to jump ship asap and move to BBpress on all my MyBB forums. What solutions are out there right now as I’m not a database tech… not incompetent.. but by no means an expert.

    #135647
    Ian Stanley
    Participant

    I’d be happy to take over if you like

    Let me know if you don’t have any better offers

    #135646
    SiliconBard
    Participant
    #135645
    Ricardo
    Participant

    in case anyone is interested you can disable bbpress plugins/jquery from loading on wordpress blog pages by using “plugin organizer ”

    https://wordpress.org/plugins/plugin-organizer/

    #135643
    chengdu-living
    Participant

    I have a bbPress 2.3.2 plugin installed which has recently stopped posting. You can browse the forum without problems but when posting, the browser goes white on /new-topic after pressing submit.

    Any idea what the problem could be? It’s been like this for a few days and is driving me nuts.

    My forum is at http://www.chengduliving.com/forum/ thanks in advance for any guidance!

    #135637

    In reply to: Allow HTML from users

    Rachel Biel
    Participant

    Well, when you have a forum that is image based, it is a pain to have to use image urls only. We are an art group and showing images is necessary for everything we do. It seems to me like the administrators of each forum should have the ability to decide whether to trust their users or not. I really wish that we could have the TinyMCE for all participants. I tried a couple of different plugins and some could see the editor and others couldn’t. Then, I tried RT-Media’s plugin and test each update of theirs, but it doesn’t work.

    A big problem with using image urls (if you can’t load them into wordpress as the admin) is that that image could disappear if the hosting post is deleted or if the site goes down. We are using the GD BBPress Attachments plugin for attachments, which is a nice thing to have, but it does not do well if you are explaining something and showing several images which would be best embedded inside of the text.

    I looked everywhere for an explanation of what the symbols mean in this bbpress editor and couldn’t find anything, so I did a demo for our members: http://www.tafaforum.com/user-groups/tafa-forum-help/forum/topic/text-editor-or-wysiwyg/

    It’s not intuitive and a couple of the buttons seem to be useless. Most of our members will have no clue as to what they mean and using symbols that are commonly around on text editors would have been helpful.

    Things are finally working pretty well, but it’s been quite the long road in getting this set up. I think there should be a warning in documentation on bbpress: “Non-coders beware! You will need coding experience to make this work!”

    #135635
    vfowler
    Participant

    It makes sense to show the topic title but not the forum title when in BuddyPress group forums. Plain old CSS won’t do the job of hiding just the Forum title as the same HTML is produced for both forum and topic title.

    <div id="bbpress-forums">
    <h3>forum or topic title here</h3>
    ...
    </div>
    

    I guess this might require creating child theme files of the relevant section…

    vfowler
    Participant

    Using BuddyPress 1.8 and bbPress 2.3.2 I need to know how to keep Forum Titles in sync with the BuddyPress group names. Occasionally my BuddyPress group names need to be changed/edited/corrected. I’ve tried the Tools > Forums > and hit the Repair Items button after checking the boxes for:

    • Recalculate the parent topic for each post
    • Recalculate the parent forum for each post
    • Recalculate private and hidden forums
    • Repair BuddyPress Group Forum relationships

    However, none of these repairs have synchronised the Forum Title with the BuddyPress group name.

    Here’s a screenshot to make it clearer.
    Image and video hosting by TinyPic

    Any ideas what I can do, greatly appreciated.

    Cheers,
    Vernon

    uniqcon89
    Participant

    Hello,

    When I click favorite or subscribe button in bbpress, it doesn’t work with showing “undefined”

    But, when I click these buttons by right click “open new windows” then it works.

    you can test it in this website http://romentor.com/topics/test1/

    thanks you very much.

    Faramarz
    Participant

    Hi,

    I am having a problem with bbpress forums and buddypress groups. I have activated bbpress and buddypress on a sub-site on my sub-domain (http://community.example.com). In bbpress settings, I selected the checkbox “Allow BuddyPress Groups to have their own forums”. Now in buddypress when I am creating a group, in step 3, I should be able to select a checkbox (Yes, I want this group to have a forum.) to enable forum feature for my group, but for some reason the checkbox is not showing up and I cannot proceed by clicking “Next Step” button. I am using the latest version of BP (1.8), bbpress 2.3.2 and WP 3.5.2. The same setting works just fine on my local XAMPP but it doesn’t work on production server.

    Here are some screenshots, this is how step 3 looks now: http://i.imgur.com/sT8jRv9.jpg

    And this is how it should be (local is fine): http://i.imgur.com/6mKn4uE.jpg

    After this error, when I click on my groups, I can see the group is created with no avatar (because I never got to step 4) and when I click on the group and go to Admin > Forum > Now I see the check box but when I enable it and then select one of my forums from the dropdown and click save, I get this error “Are you sure you want to do this? Please try again.”

    When I check my error_log file, I get this error:

    [28-Jul-2013 22:51:11] PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461

    I followed these instructions step by step to create a sitewide forum and forum for my buddypress groups: http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/

    Does anyone have the same issue with buddypress?

    Thanks

    Nathan Pinno
    Participant

    I’ve encountered the two following errors:

    Fatal error: Using $this when not in object context in /home/cangamer/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461

    Fatal error: Using $this when not in object context in /home/cangamer/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 308

    Can these two errors please be fixed soon?

    BTW, I’m using the FunGames template and the MyArcadePlugin Pro plugin if that helps.

    #135627
    peowdie
    Participant

    Update. Okay, so I’ve tried to reverse the “adding no-follow” guide I’ve found, and found these two strings;
    add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
    add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );

    Found them here; bbpress/includes/core/filters.php
    How do I go around and change the nofollow from it? If I remove the string ‘bbp_rel_nofollow’, it gives an error. If I remove the ‘no’ part in nofollow, it gives an error.

    Okay, trial and error worked out.
    Just for anyone in the future who wants it dofollow, outcomment the lines. So
    //add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
    //add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );
    That’ll work. If for some reason you want the links to the userprofiles, reply button and all that stuff to be dofollow too, simply search for ‘nofollow’ (without the brackets) in the bbpress/includes/core/filters.php file, and outcomment the strings. I’m no php wizz, so if this interrupts something else somewhere, please tell. 🙂

    #135624
    peowdie
    Participant

    I’m running a small community for blogowners, and would like all links in posts to be dofollow. I’ve googled around for a while, and mostly found people who wanted to make all links nofollow. Nothing I could use. I’ve seen some guy say that all links are dofollow normally, well, mine ain’t. Here’s a link to a post with a link in, http://gaesteblog.dk/forums/e/gaesteblog-pa-gaesteblog-dk/, and that link is nofollow. I got a plugin which removes all no-follow tags, but that doesn’t seem to affect BBpress.

    Can someone please help me? 🙂

    Thanks in advance,
    Jonas.

    #135623
    ozgurpolat
    Participant

    I installed bbpress on a default wordpress theme, and it works fine, I have a feeling that this an issue with my theme. But I don’t know where to even start to solve the problem.

    #135622
    ozgurpolat
    Participant

    I searched the forums again and I found this post which seems like the same problem I am having, but I am not running a multisite,

    User profile pages not working (apart from for first administrator)

    #135621
    ozgurpolat
    Participant

    I have installed the latest version of bbpress on my test site. I experiance strange behaviour, when I click on the user name in the forum, it should take me to the user profile but t doesn’t

    if you visit here:

    http://kooksjournal.net/forums/

    and click on the test user it takes me here:

    http://kooksjournal.net/forums/users/test/

    but the actual profile is for some strange reason is using the first name and the last name of the user to generate the user profile link, here in the example:

    username: test
    first name: test
    last name: user

    user profile shows when I use firstname and the last name in combination (When I am logged in as test user), if I am not logged in it gives 404 error, but bbpress is using the username to link to bbpress user profile. In actual fact the profile is at …/”First name””Last Name”/

    http://kooksjournal.net/forums/users/testuser/

    I think this is a strange behavior, I was wondering if anybody has experienced this? I searched the forum could not find anything about it.

    #135620
    Steve
    Participant

    What I’m saying is that the spam is showing up in the main blog spam list as being against topics, but bbPress is set to only allow registered users to post and the users posting spam are guests and the spam type is shown as “comment”.

    I don’t have any today yet – but I did turn off another plugin yesterday morning

    #135611
    dknopfler
    Participant

    Can someone help me?

    Thanks,

    wpmhweb
    Participant

    Hello,

    As much as I like bbPress, a forum isn’t what I need at this moment. I need know who to uninstall bbPress completely from my WordPress and database, but I want to keep old posts as archives, so people can still read them.

    Is there a way to do this? THanks,

    #135605
    Steve
    Participant

    This is an odd one – I’m getting spam in my bbPress installation. That’s not the odd thing, what is odd is that these are WordPress Comment spams (picked up by Akismet).

    So how can people, who are not registered, post comment spam against bbPress topics and posts?

    #135602
    hasanet
    Participant

    Hi, Anybody there on bbpress forum??? It has been 2 and half weeks since I posted this problem. That’s pretty disappointing man 🙁

    #135600
    HelpMe2Stop
    Participant

    Hello all,

    Could you please advice Best Moderation app that has a “Check all” feature? I need to delete thousands of topics and I can only check one at a time ;(

    moderation

    Thank you

    Ricardo
    Participant

    Hi everyone

    Is there a way of disabling bbpress jquery and css files loading when a user visits the blog?
    upon installing bbpress the “weight/loading” of a blog page increases a bit, anyway of disabling it? Only loading when someone visits the forum?

    The following code disables the bbpress css, is there a way to disable the javascript/jquery?
    Thanks

    function mp_deregister_bbstyles() {
    if ( function_exists( 'is_bbpress' ) ) {
    if ( !is_bbpress() ) {
    wp_deregister_style( 'bbp-default-bbpress' ); 
    }
    }
    }
    add_action( 'wp_print_styles', 'mp_deregister_bbstyles', 100 );
Viewing 25 results - 25,001 through 25,025 (of 64,518 total)
Skip to toolbar