Search Results for '\"wordpress\'
-
Search Results
-
I am currently trying to customize the default BBPress profile page. For each forum user’s profile I would like to display the user’s description (which for a WordPress user account is called “Biographical Info”. What functions or how can I display this?
Just curious, i’ve worked with bbPress before but it looks like the WordPress Hierarchy is broken by bbPress.
http://codex.wordpress.org/images/1/18/Template_Hierarchy.pngNormally i could make a page template and call it page-forums.php to make sure WP would use this page template for a new page created by the slug forums
But for some strange reason this doesn’t work anymore with bbPress 2.2.1 and WP 3.5 Beta and Twenty Twelve.
How can i make sure WP or bbPress uses a different page template then page.php for showing the forums and category -index on the forums slug?
I’ve tried everything, Copy/Paste the page-front-forums.php from the Extra’s folder to my Theme’s Root -> Created a new page inside my Dashboard and called it Forums… Nope doesn’t work.. Even when i use the Shortcode [bbp-forum-index] on that last created page.. It keeps using the page.php by default..
Anybody who can help ?
Because this it totally not very cool 🙂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
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?
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?
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!
Topic: Missing argument error
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!
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 UKTopic: Search in WordPress/bbPress
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 ElectronicsTopic: Uninstall bbPress WP Plugin
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? 🙂
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
Topic: Profile links
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
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 🙂

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
