Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 13,126 through 13,150 (of 26,889 total)
  • Author
    Search Results
  • #119077
    Michael
    Participant

    I haven’t been able to find a simple solution for building a topic/reply excerpt. I’ve checked for plugins and widgets, but can’t seem to find anything out there. I’m also using Advanced Post List plugin (http://wordpress.org/extend/plugins/advanced-post-list/) for building excerpts for other (non-bbpress) post types, and it does not seem to know how to to query the database correctly for the forum, topic and reply post types.

    What I’m trying to do is build a list of the most recent N posts to the forums (any/all), and list the member name, ideally their avatar, the topic name, and a ~100-200 word excerpt of the post.

    Certainly someone has done this before, and I’m just looking in all the wrong places. 🙂

    Any ideas on how to do this? Many thanks in advance.

    Michael

    Shane Gowland
    Participant

    bbPress is a WordPress plugin. It doesn’t operate independently; so you will need to either create a second install of WordPress on the subdomain or create a WordPress network.

    #119066
    Trilient
    Participant

    So recently my website has switched from just being a forum to becoming an actual website. We chose wordpress as a CMS because it seemed to fit all of our needs.

    I’m no PHP programmer, at most I can do HTML/CSS so I need a little help. There’s a comma in my forums sub-forum list. You can visit this page: http://ludosnet.com/bbpress and see there’s an unneeded comma after every subforum. I’d like to know how to remove that. I’m using the 2010 theme with a few of my own customizations.

    We’re in the process of importing all of our forums over to bbpress from xenforo, but it’s a rather complicated task. So any help would be appreciated.

    Also concerning bbpress what plugins would you recommend to make the software have a few more features?

    rfhurley
    Participant

    How does one install bbPress as a SUB-domain of an existing WordPress installation? If I install it in the plugin folder, how do I get it to work as a subdomain?

    #119057
    joshuaslate
    Participant

    Hello! I’m helping a friend with his website. He’s trying to make a community for investors. We’re having trouble with the bbPress forums. You can see that http://investorswap.com/board/forum/general-stock-talk/ works, but if you go up a level to http://investorswap.com/board it is showing the category and boards, but they aren’t clickable. I’ve never used bbPress or BuddyPress before this, so I’m pretty lost. Any help would be very appreciated! This is intended to be a site-wide forum and not group specific.

    Using the latest version of WordPress, bbPress, and BuddyPress!

    Thanks!

    #119051
    Rethink
    Participant

    Wordpress and bbPress are up to date. This is part of a WordPress multisite install.

    http://anabaptistworship.com/category/community-music/

    I am using a custom child theme and there is no error when I switch to twentyeleven.

    I recently started getting this error, even on pages that aren’t part of bbpress on my site. I’m not sure when it started–maybe with a recent update?


    Error:

    Warning: Missing argument 2 for _bbp_has_replies_where() in /hermes/waloraweb048/b1387/as.rethink/wp-content/plugins/bbpress/bbp-includes/bbp-reply-functions.php on line 1381

    Fatal error: Call to a member function get() on a non-object in /hermes/waloraweb048/b1387/as.rethink/wp-content/plugins/bbpress/bbp-includes/bbp-reply-functions.php on line 1384


    Lines 1381-1385 of the file it mentions:

    function _bbp_has_replies_where( $where, $query ) {
    
        // Bail if no post_parent to replace
        if ( ! is_numeric( $query->get( 'post_parent' ) ) )
            return $where;
    

    Any suggestions? Thanks!

    #119045
    WHUK_Barb
    Participant

    It’s a weird incident where despite all my efforts, I just not able to get bbpress correctly installed on one of our servers. Though infact I’ve done this in the past for couple of our clients, but just unable to figure out what’s going wrong this time. After installing bbPress from the WordPress plugins menu, I get to see a 500> Internal Server Error for one of the clients site. I tried renaming the bbPress folder to bbpress-bak in wp-content/plugins, it didn’t give me an error, but I couldn’t activate bbPress with the folder name changed.I’ve set 755 for bbPress. But no luck with that, still trying. Can someone please help me with it ?
    Regards,
    Barb from Webhosting UK

    #119031
    JamesWagner
    Participant

    By the way, those comments about ways to manage searches are more of a wishful hope. The real issue is getting searches that include the forum. At this point, I am assuming that it is a configuration issue, rather than capability that needs another plugin.

    Thanks for your help….
    Jim Wagner

    #119026
    JamesWagner
    Participant

    Greetings –

    A very green WordPress user, here, who still has a LOT to learn. One thing I do need to learn is about the Search function. Installation: bbPress 2.1.2, Responsive Theme, WordPress 1.7.7.

    When I enter a search term in the search box on any forum page, it finds nothing in the forum, even though there are entries with exactly the same tag as the search term. But it finds multiple entries on the rest of the site.

    At the very least, search needs to find entries in both the forum and the site, generally. Preferably, to reduce response clutter, it would be nice to have searches originating on a forum page return results only from the forum. Or, even better, would be a selector that says “search in:” documentation, application notes, blog, wiki, forum, or site as a whole.

    Can someone suggest any strategies to get a search that at least works in the forum?

    Many thanks
    Jim Wagner
    Oregon Research Electronics

    #119025
    citizenkeith
    Participant

    Hello!

    I am having a problem with my site. I have had the bbPress plugin installed on my WordPress for some time now, but it has not been activated. I just kept it there, and updated it regularly, until I finished working on my theme. Well, that work is finished now. When I activated the bbPress plugin, the entire website doesn’t load (“View Page Source” reveals nothing).

    I would like to delete bbPress from my database, but I have no idea how to do that. I just want to start over from scratch…

    Anybody? 🙂

    #119022
    tamarazuk
    Participant

    Hi,

    I am unable to view the topic or reply content. With debug on I receive the following error

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘FORCE INDEX (PRIMARY, post\_parent) WHERE 1=1 AND (wp\_posts.ID = 647 OR wp\_posts.’ at line 2] SELECT SQL\_CALC\_FOUND\_ROWS wp\_posts.* FROM wp\_posts JOIN wp\_icl\_translations t ON wp\_posts.ID = t.element\_id AND t.element\_type IN (‘post\_topic’) JOIN wp\_icl\_languages l ON t.language\_code=l.code AND l.active=1 FORCE INDEX (PRIMARY, post\_parent) WHERE 1=1 AND (wp\_posts.ID = 647 OR wp\_posts.post\_parent = 647) AND wp\_posts.post\_type IN (‘topic’, ‘reply’) AND (wp\_posts.post\_status = ‘publish’ OR wp\_posts.post\_status = ‘closed’) AND t.language\_code=’en’ ORDER BY wp\_posts.post\_date ASC LIMIT 0, 15

    I have had this error since I installed this plugin over a month ago and have not been able to fix it. At that time I found this ticket1 which lead me to this 2 line change2. I decided to add these two lines but that did not help either.

    I have switched themes to Twenty Ten bbPress, Twenty Eleven, and the standard Twenty Eleven. I have also disabled almost all plugins (not WPML because I’ve had bad experiences with disabling and re-enabling it). None of this troubleshooting actions have helped. I then sat around waiting for an update, but unfortunately one has not come yet.

    Since we are reaching the launch date I would like any help from anyone who has encountered this issue and successfully fixed it.

    Thank you so much! Tamara

    • This topic was modified 13 years, 8 months ago by tamarazuk.
    #119010

    Topic: Profile links

    in forum Installation
    on3advertising
    Participant

    There is a common disconnect between the WP user profile and bbPress. It’s not integrated. Right now if the user registers with the bbPress registration, then logs in, it takes them to the WordPress profile page. This isn’t good for branding. First of all, it takes them ‘out’ of the site into a WordPress profile (confusing them right off the bat), which has the WordPress logo and WordPress backend style. At this point, a non-WP user doesn’t know what to do to get back to the site.

    Is there a clean, easy way to redirect the “Profile” link back to the bbPress profile and prevent them from ever hitting the WordPress brand? The site needs to feel consistent and well-thought out without this random user flow.

    The website I’m working on is: http://www.compusoftdevelopment.com/forum

    #118967
    rixtertrader
    Participant

    I’m new and I’m baffled. Information overload.

    I’ve just added the bbPress plugin to my site because I need a simple BB type forum where you have TOPICS and posts under those topics.

    I need it to look like a regular BB type.

    This site shows an example of what type of forum I really need to create for my WordPress installation that was done by another type of software.

    http://www.csharpforums.net/forum.php

    Unfortunately, my forum looks more like BLOG posts within that narrow main column (what is that, 640 width?) within my wide monitors. That’s fine for other sections of my WP site, but not the forum part I want within WP.

    Can someone tell me what I need to do?

    Thanks.

    #118966
    on3advertising
    Participant

    I’m assuming this problem is blatantly avoided by bbPress. A response with a Yes we will do it or No we won’t/can’t would at least be nice so I can move on to paying someone for a fix.

    #118961
    Shane Gowland
    Participant

    There are a few plugins that let you do this. Try GD bbPress Attachment

    #118955
    Shane Gowland
    Participant

    As much as I hate shameless self-promotion, this is the “Pimp your press” forum so I’m going to let it all out.

    I’ve just launched BeeForums, a free hosted bbPress service. It works just like those free forums services for other scripts (SMF, IPB, PHPBB) except it’s all bbPress & WordPress.

    Features include one-click forum installation, a selection of (responsive) themes, spam protection, attachments, signatures, CSS editor and more. Plus we have an awesome site mascot 🙂

    enter image description here

    #118951
    wolfie-79
    Participant

    I don’t mean any disrespect, but I’m curious – when would you want to show the WordPress logo and backend in any product? Which product would that be?

    #118949
    Anointed
    Participant

    I already posted a trac ticket, but I am going to post here in the hopes that someone with a larger bbPress site might have an answer for me.

    I have a medium sized bbPress forum setup with about 32,000 members and about 400,000 topics. Decent size but not large by any means. I have friends who run vb sites with hundreds of thousands of users and tens of millions of posts, so I am a small fry.

    The Problem:
    I am getting constant out of memory errors in my database, and many times this will even lead to a 500 error on the front end.

    One area I am having a problem with is anywhere dealing with users. For instance, on the wp-admin page there is a box ‘right now in the forums’ which gives details such as # of users posts etc.

    Without exception if I have bbPress installed, my page errors out on that box and it is blank. I look in my error log and see the out of memory errors.

    The amount of memory that I assign doesn’t seem to matter, I have gone as high as 1GB for the site but still get the error

    This is making my entire network of sites completely unstable and almost completely useless. I’d hate to loose bbPress as that is the entire reason I built this in the first place.

    Does anyone have ideas on how to solve these issues?

    *how to remove the happening now box on wp-admin
    *how to clean up or optimize any functions pulling the members list (my user_meta table is almost 800,000 rows)

    **I am running buddyPress 1.7 bbPress 2.2 and WordPress 3.5beta2

    eBierek
    Participant

    Hi,

    I’m wondering if anybody have some advice how to achieve this:

    I have created 3 roles called; member, steeringgroup and board, with Justin Tadlocks Members plugin.
    Now I’d like to restrict those roles to the following bbpress forums:

    Category forum A (can only be viewed by logged in users, in role member, steeringgroup and board)
     - Forum
     - Forum
    
    Category forum B (can only be viewd by logged in users, in role steeringgroup and board)
    - Forum
    - Forum
    
    Category forum C (can only be viewd by logged in users, in role board)
    - Forum
    - Forum
    

    Not logged in guests should not see anything of the forums, they will be redirected to a sign-up page. (have fixed this one).

    Currently all 3 category forums and sub forums are visible to all logged in users at all times.

    Running WordPress 3.4.2, bbPress 2.1.2, Members 0.2.1

    Thank you in advance for any help/advice.

    /emily

    tri1vu4
    Participant

    i use this plugin :
    http://wordpress.org/extend/plugins/wordpress-seo/

    But , when i active that plugin and enable breadcrum function of WordPress SEO by Yoast for my blog . My bbpress breadcrum was been disable . how i fix that .

    #118912

    Topic: Canon Camera

    in forum Themes
    Nalin Perera
    Participant

    If asking for help, please include your WordPress version, bbPress version, and a link to your site.

    If you have a problem while using a non-bundled theme, check if it happens with TwentyTen or TwentyEleven.

    If you found a bug, please create a trac ticket with detailed duplication steps.

    enter image description here

    #118895
    renai42
    Participant

    hey John,

    I appreciate your response.

    I’m sorry, but I don’t agree bbPress’ code or the process of implementing it is nicely documented. In fact, very little of it is documented that I can see — and much of what does exist refers to bbpress 1.x. As an example, I found it almost impossible to find any documentation this week on how to install a new bbPress 2.x theme, or how to modify existing themes. For a WordPress plugin … this is pretty unusual.

    I appreciate that this is an open source community … I guess I’m disappointed because I feel what bbPress is doing has the potential to be revolutionary — and that its difficulty of implementation is limiting that potential. WordPress has needed what bbPress is doing for many years.

    Cheers,

    Renai

    #118877
    Paul Hermanson
    Participant

    Using Compatibility version: bbpress is calling upon my main sidebar widget area. Where is this code? I created a new widget area in functions.php in my existing theme called “Forum Sidebar” so that I can put my bbpress widgets as a sidebar on the forum. (I have added widget areas successfully before). I created one forum category here: http://musiclearningcommunity.com/wordpress/forums/forum/maximize-music-learning/ In every php document in bbp-theme-compat, I replaced:

    (I can’t get my code to show up!) argh.
    with the following: ….

    I do not see any changes – my main sidebar persists. Thank you for your help! Theme: Addington, bbPress version: 2.1.2, website: http://www.musiclearningcommunity.com/wordpress`

    Max
    Participant

    Hi there – I have a forum on a membership site running:

    bbpress 2.1.2, buddypress 1.6.1, wordpress 3.4.2

    with a premium theme.

    The site owners have asked if we can add the ability for users to upload photos and embed video into forum posts. The rich tinyMCE editor doesn’t include the standard media uploader button, and even though in my Settings for bbPress I have the option to embed video/flickr/etc checked, when I paste the code in it defaults to a link instead of the embed object. I’m not very familiar with either bbPress or buddypress, so any help is greatly appreciated. I’ve attached a screenshot of the current forum editor.

    Because the site is a membership site and the forums are protected, the link won’t help much but here it is: http://www.innercircletheater.com.

    I’m more than happy to pay someone to implement these components. Also, I’ve tried adding the bbpress post tools plugin, but it breaks my theme.

    Thanks!
    Shannon

    screenshot of the current forum editor

Viewing 25 results - 13,126 through 13,150 (of 26,889 total)
Skip to toolbar