Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 12,251 through 12,275 (of 26,879 total)
  • Author
    Search Results
  • #126640
    Ikenna
    Participant

    I am using buddypress 1.6.4, WordPress 3.5.1 and bbpress 2.2.4. My website is on the localhost xamp server. I am using bp-columns theme as my Buddypress Child Theme. Please I would like to know how to create a bbpress child theme. I followed the step by step guide on how to create a bbpress child theme and it have so useful to me. The problem I have with it is this line that says: go to bbPress’ theme folder. That is, go to wp-content > plugins > bbpress > bbp-themes > bbp-twentyten. Download all the files from this folder except style.css. These are the files that will style your bbPress theme.

    I can’t find the bbp-themes and bbp-twentyten folders in my bbpress installation.

    Any help on this will be deeply appreciated!

    davidfan
    Participant

    Hi,

    This is my first time trying to integrate bbpress on a wordpress site. I have purchased a premium theme from mojo theme but unable to get bbpress 2.2.4 to work on my page at all. If I switched the theme back to twentytwelve then the bbpress functions as normal. I tried running the forum using shortcode, however, only the shortcode page would work, and if I click on a topic nothing is showing up again.

    I have been reading through different topics in this forum for the past 4 hours but result has been a little confusing.

    Can someone please help?

    Thanks,
    David

    Big_Birtha
    Participant

    Thanks heaps.

    I’ve been doing this less than a month, and am hooked already!

    So much to learn! Am now installing Chrome. :o)

    Wordpress is so impressive.

    Thanks again for all your help.

    x

    #126625
    jeffacubed
    Participant

    Alexander – I’ve been experiencing EXACTLY what you describe on a Buddypress (1.6.4) + bbPress (2.2.4) multisite (WordPress 3.5.1), in that I can create new group topics from the back end (check), from the site-wide forums area (check) but NOT within the actual buddypress group area (front-end). As odd as this might sound, I did try enabling bbPress (over the entire multisite) which then enabled me to post/create new topics & replies from the front-end of the groups/forums area. If I switch bbPress back to being enabled only on site 1 (i.e the root in my multisite environment) then I’m back to the inability to post/create topics & replies via the front-end, though again this all works from the back-end + via the site-wide forums area (i.e new topic to a specific group forum works 100%).

    So, I’ve concluded that somewhere along the line, there’s some sort of corruption, likely in one of the db tables &/or relationships. You’re not the only person I’ve heard of who has had this exact problem over the past few months w bbPress + buddypress + WP multisite. As a test, I created a multisite BuddyPress + bbPress fresh install, and the ability to create/post topics & replies from the front-end (within the group forums area) works 100% (i.e no disappearing). This test also works whether bbPress was enabled sitewide or a a specific site in the multisite network.

    A very confusing problem indeed. The frustrating piece is I’ve actually come across this problem before (~ 3 months) ago, resolved it, though now I can’t 100% recall the steps I took to rectify!

    I think I’ll tackle this one again, as the idea of needed to enable bbPress as a network activation to resolve the issue is not the most ideal situation, at least not for me.

    Good luck!

    -Jeff

    #126606
    coolcoon
    Participant

    Hi I am a user of bbpress 2.2 and WordPress 3.5.

    I have a category with two topics.
    I am wondering if it is possible to create a custom view that allows one to view all the posts within the category regardless of the forums (sorted by, say, post time)?
    If so, please enlighten me!

    FlipFlop
    Participant

    Hi guys, I’m using the latest WordPress and BBpress over at http://cdiving.com/forums/

    On the main forum page I would like to change the Freshness column so that it showed the last post in the forum instead.

    Is this possible at all?

    Thank you.

    #126603
    Pieterp
    Participant

    Hey all

    I’m running bbpress with wordpress, WPML, buddypress and the buddybosstheme. I have three fora with three subfora each, two fora and their subfora are translations of the default EN fora and subfora respectively.

    When I want to create a new topic in NL or FR, these are posted under the default langguage and do not show up in the list of topics of the subforum.
    Changing the language in the backend to the correct one does make them show up. If you view a topic you can’t see the actual content.
    Same thing for replies. Replies don’t show up, even if you change the language.

    Could anyone point me in the right direction?

    Thanks in advance

    Pieter

    #126596
    Stephen Edgar
    Keymaster

    Its your permalinks settings…. Check out how to set ‘pretty permalinks’ here: https://codex.wordpress.org/Using_Permalinks

    #126595
    Stephen Edgar
    Keymaster
    #126594

    Topic: good work

    josh16
    Participant

    Hello, I haven’t kept up with bbPress lately but out of curiosity I came back to see how it was going. So I ran a test site with the latest 3.5.1 version of WordPress and subsequently added bbPress via the plugins page.

    I must say that you guys have done well. I was sure that this software was going to end but it looks like you finally gave bbPress a permanent niche in the dev world. I loved the older versions of it as well, when the forum software had it’s own site and database. I would often toy with WordPress themes and customize bbPress to match them. But this was, by far, the easiest installation of bbPress I ever ran. It seems more common sense to use it as a plugin with WordPress since it so many people use them together.

    Anyways, I knew from the overhaul of this website that the dev team hadn’t given up. I give you guys props for keeping it alive! Now all that’s left to do is keep up with rivals (ahem, Vanilla).

    Keep up the good work!

    #126591
    docguy
    Participant

    I’ve got a new website I’m setting up, and this is my first time using forums. I’m not sure what to tweak so that my forums don’t also activate the “blog” tab.

    Currently when you look at my site (http://n7hrc.org), the menus work fine except when you are on the forum menu. When you are on the forum menu, the forum menu AND the blog menu show up as active pages.

    What I want is for only the forum menu to show active when you are on the forum page or any of its subpages (subforums).

    Is there a setting I missed somewhere?

    Wordpress version: 3.5.1
    bbPress version: 2.2.4
    link to site: http://n7hrc.org

    #126578
    Leezig
    Participant

    This seems to do the trick…

    Bbpress Protected Forums

    #126567

    In reply to: Where to edit textarea

    moonoi
    Participant

    It is in the template files `form_reply.php` and `form_topic.php`

    The line that calls the WP_Editor class to create the textarea using the relatively new WordPress core front end editor is this one:

    `bbp_the_content( array(‘context’ => ‘reply’)`

    You can look into the `bbp_the_content` function to see how BBP does it and how you can circumvent default behaviour.

    Notice that this line only applies if the fancy editor is enabled for the current user*. Otherwise the template file falls back to display the classical textarea (which is also the one used in this forum).

    *) It seems there’s a bug in BBP 2.2.4 making the fancy editor available only to the keymaster. This can be overridden in the code of course.

    #126558
    DanBlumenfeld
    Participant

    I’m currently working with/foisting my testing on @Clicknathan (Hi, Nathan!) on a plugin to address the goals of indicating unread topics, indicating topics that have unread replies, and providing a means to jump to the first unread reply for a given topic. (This is my first foray into the wild-n-wacky world of bbPress, PHP, and WordPress plugins…very educational thus far…)

    My first cut is another solution using user metadata; I store a map of topic IDs to last-read-reply IDs. It looks like this `$TOPIC-ID:$LAST-REPLY-ID|$TOPIC-ID:$LAST-REPLY-ID|$TOPIC-ID:$LAST-REPLY-ID`.

    When rendering topics in the loop, I check the topic’s metadata for last-reply ID, and compare it to the last-read-reply ID in the user’s map. If there is no matching topic in the map, I add a CSS class for “unread topic”; if there is a matching topic, and the last-read-reply ID is less than the last-reply ID, I add a CSS class for “unread replies”.

    When handling replies, I update the map (only in memory!) as I loop through each reply, then commit the map back to user metadata after processing all replies. I also check each reply ID; if it is the first one I find greater than the last-read-reply ID from the map for the current topic, I throw in a “first-unread” anchor tag, so it can be easily jumped to on the client side.

    Currently, I don’t limit the number of topic/last-read-reply pairs I store in the user metadata; I’m quite sure there will be a point where performance suffers.

    I’m also unsure how best to handle pagination for the “jump to first unread reply” question; while dropping the anchor tag is easy enough, I’m not sure how to properly form the URL to which to append the anchor tag ref, without some fairly complex logic involving looking up the relative index of the first unread reply in the set of all replies for the topic.

    Anyway, I’d love some feedback at the conceptual level now, and I’d even more appreciate some solid criticism when I get the plugin whipped into shape and submitted.

    #126556

    In reply to: Caching

    Stephen Edgar
    Keymaster

    I don’t see any problems there with the topic & reply I just created
    http://www.big-data-forum.org/?topic=via-netweb-bbpress-org

    A couple of things though… You may want to change your ‘permlink’ structure to use ‘pretty permalinks’ https://codex.wordpress.org/Using_Permalinks

    When you are trying to find a problem with your site try disabling all your plugins except bbPress and see if the problem still occurs, if it is fixed reenable each plugin one by one and check for the problem again to isolate if it is a plugin causing the problem.

    You should also test using the ‘Twenty Ten’ or ‘Twenty Twelve’ themes included with WordPress to make sure it is not an issue with the theme you are using.

    #126553
    Stephen Edgar
    Keymaster

    Here are some step by step instructions to add an item to your menu.
    And add http://example.com/forums as the link where you replace example.com with your domain name.

    https://codex.wordpress.org/Appearance_Menus_Screen#Custom_Links

    #126552

    Topic: Caching

    in forum Troubleshooting
    bornakke
    Participant

    I’m trying to setup a really basic forum for the first time i WordPress, but I must admit that it has shown more difficult than first expected.

    Well after hours of bug finding I’m down to one problem, which is that BBpress doesn’t refresh when you make a post. The problem seems to be related to caching, cause when I disable caching in Chrome it works. No matter what I do I however just can’t seem to figure our how to make my browsers (firefox + Chrome) not cache the page in the first time.

    The test forum is located here:
    http://www.big-data-forum.org/?forum=big-data-3

    bbPress Version 2.2.4
    Wordpress Version 3.5.1

    To post you have to login with:
    Usr: Test
    Passw.: 123456

    Hope that somebody can help me out 🙂

    Best regards
    Tobias

    #126549
    zilveer
    Participant

    Hello people..

    I love the simplicity of WordPress and one of its best plugin bbPress.
    Thanks for creating this great plugin, I love IT!

    Now to the question, I would like to customize the layout/design of the search page.
    How do I do it? In which file is the search result located?

    Regards

    #126548
    Stephen Edgar
    Keymaster

    Here are some step by step instructions for what I mentioned above that hopefully will be a little clearer and the link you add would be http://example.com/forums where you replace example.com with your domain name.

    https://codex.wordpress.org/Appearance_Menus_Screen#Custom_Links

    #126538
    brickwhale
    Participant

    IE9 is throwing this error for me on a fresh installation of WordPress 3.5.1 and bbPress 2.2.4. Same as above – it only applies to visitors who have not logged in. Any suggestions?

    #126534
    VictorTookes
    Participant

    I’m transferring my forums from a drupal site to wordpress, basically copying the forum post from the old site, and creating a new post on the new site. It would be nice to be able to edit the author information to reflect the original author of the post/comment/reply, instead of it looking like I posted every topic in my forums.

    #126532
    nitzanginsberg
    Participant

    Hi,

    I installed bbpress on wordpress 3.5.1 (on localhost),

    How can I see the forum on the top menu ?

    Thanks

    #126528
    Stephen Edgar
    Keymaster

    Open your WordPress admin dashboard and got to ‘Appearence’ -> ‘Menus’ (/wp-admin/nav-menus.php)

    Add a link eg http://example.com/forums your menu and click save.

    #126525
    oneshortleg
    Participant

    I installed bbpress on my wordpress site. It is a new site, I have no other plugins installed. It still have the default 2012 theme.

    I can access the forum menus from the dashboard, and I’ve created a few forums. If I click “view” in the list of forums from the dashboard, I can see them.

    However, when I go to see my web page, there is no option on the navigation menu for the forums. There is just “Home”, “Blog”, and one other page I already created.

    How is one visiting the site supposed to find the forums?

    I tried Simple Press briefly and it just created it’s own page and a menu link. I also tried Mingle, and for that I needed to create a page on the navigation menu for it before I did the install. What do I need to do for bbpress?

    Thanks

    dasped
    Participant

    Hi all,

    New install: WordPress 3.5.1 MU joint Network with x7 Mapped domains

    New install: Buddypress 1.6.4 Running all sites on Dynamix WP/BP theme

    New install: BBPress 2.2.4 With Network & Group forums configured.

    Buddypress has been installed ‘without’ the discussion forums tab enabled.

    <code>define( ‘BP_ENABLE_MULTIBLOG’, true );</code> Is located in wp-config.

    Other plugins installed all network enabled:  WP SEO (Yoast), WPMU Domain Mapping, Ultimate coming soon page & Join my multisite.

    Followed all Buddypress and BBPress latest instructions to the letter!

    I can create new forums, and group forums with no problems. All forums and groups are traceable throughout all MU sites with no problems and I have used bp-custom-php with;

    <code><?php

    /* This fixes the MULTIBLOG avatar problem */

    function nfm_bp_avtar_upload_path_correct($path){

    if ( bp_core_is_multisite() ){

    //   $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ );

    $path = ABSPATH . ‘wp-content/uploads/’;

    }

    return $path;

    }

    add_filter(‘bp_core_avatar_upload_path’, ‘nfm_bp_avtar_upload_path_correct’, 1);

     

    function nfm_bp_avatar_upload_url_correct($url){

    if ( bp_core_is_multisite() ){

    $url = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ ) . “/wp-content/uploads”;

    }

    return $url;

    }

    add_filter(‘bp_core_avatar_url’, ‘nfm_bp_avatar_upload_url_correct’, 1);

    ?></code>

    To carry user and group avatars throughout all networks.

    Problem being, once a forum post is created I’ as keymaster cannot Edit, Close, Stick, Merge Trash or Spam “Any” forum posts. The page just refreshes without any actions taking place.

    I have read two other posts relating to this similar/same issue, one from over a year ago, and one from as little as two weeks ago, both without solution, one without any replies.

    Further to the above, I have noted that BBPress is not sending emails out on replies to forum posts with the Notify me of follow-up replies via email tab checked.

    I sincerely hope someone may be able to help shed some light on this issue as it is really going to render my project useless if I can’t manage to resolve it.

    I’m happy to offer a bbpress admin, administrative access to my site if they feel they may be able to assist in some way.

    Here’s hoping .. !

    Regards,

    Sped

     

Viewing 25 results - 12,251 through 12,275 (of 26,879 total)
Skip to toolbar