Search Results for 'wordpress'
-
Search Results
-
Topic: bbpress wordpress plugin
I set the number of topics and replies that should be shown in a single page as 2, 5, 6 and 10. But It doesnt work that way. The rest is paginated and indicated in the page, but not navigatable. I am disappointed. Is there any work around?
(since buddypress has some options that let users erase there content, bbpress for buddypress groups is my only hope. Yes I started a thread at bbpress.org too)
Topic: BuddyPress.org search result
I would like to use BuddyPress as a private community/forum- not published on the internet, for registered users on a website I am setting up. That is why I logged in and went on this forum.
I made the mistake of making my WordPress/BuddyPress username the same as the WordPress website I am setting up. Now, when the website name is put in a Google search I get two buddypress,org search results:
buddypress.org/community/member/jerrypages/
buddypress.org/community/member/jerrypages/groups/
Is there anything that can be done to have the results dropped from Google search.
Thank you for your helpI am a new user of buddypress, and really loving it.
I am building a social network for a client using latest stable versions of wordpress, buddypress and bbpress and of course on a linux server.
I have built a custom child-theme that I based on bp-default.
BBPress run as a separate entity, so no group forums.
Is that enough background? I hope so. Anyway, to my problem:
I am hammering out bugs at the moment and noticed that the member profile page for forums does not display any replies for the user – it just comes up blank. Started threads, favourites and subscribed threads show up just fine, but the replies submenu is just empty. I have tried running debug, and even switching themes, but that tab is suspiciously empty and throws no php-error.
whether it is threads that I reply to or replies I have received – I have tried with all kinds of posts and replies to other posts.the code run I have tracked to the filewp-content/themes/themedir/members/forums.php
`<?phpif ( bp_is_current_action( ‘favorites’ ) ) :
locate_template( array( ‘members/single/forums/topics.php’ ), true );else :
do_action( ‘bp_before_member_forums_content’ ); ?>`
I have compared the forums-loop.php file with that of bp-default, but they are the same.Could someone shed a light on this? I am stumped.
EDIT: looks like it doesn’t use those files at all but instead uses plugins.php instead of the forums files.
Topic: How safe?
I am a very conventional idiot. I seriously doubt I will ever be in a position to afford a custom code.
What are the perils of choosing open source scripts for main projects?
How long these projects like wordpress will be in good shape with continuous updates?
I heard Automattic is profitable. But what if the leading developers loose interest and leave?
(Tumblr has overtaken WordPress for having more blogs on the web)How safe will we be then?
Is it wise to choose such a plug in like buddypress for a bread and butter project?
so I have a clean install of wordpress with multi site enabled. when I network activated buddypress this white gap which I would say is around an inch keeps appearing on my dashboard between the wordpress bar like you see at the top and the rest of the dashboard content below like the sidebar and wordpress news. so does anyone know what can be causing this?
I’ve spent about an hour now googling and reading on the buddypress site, and scouring other sites online for information about this, but i havent found anything that quite addresses my issue. I am certain this has had to be asked before, so if thats the case, can someone point me into the right direction?
I already have an established wordpress site which I have been using for releasing news information about a sport. I also have a phpbb3 forum that is on site but obviously is not synced with wordpress. It exists on a subdir on the domain.
Right now I have a menu item that brings up a page on wordpress with forum registration info and then forwards you to the site.com/forums/index.phpIve been watching buddypress for a while, and I want to try it out and completely replace my existing forum. bbpress can handle the forum stuff within buddypress, and all the social networking bits of buddypress can take things to the next level.
My problem is when I install buddypress it pretty much takes over the entire site. (or at least I havent figured out how to not make it do so).
Id like to have my site exist as normal, and then be able to have a menu item that when clicked opens a page (or whatever else) and buddypress and all its menus can then exist within that…So in a sense the buddypress install becomes a feature of the wordpress news site and not the entire site. Is this possible, and if so is there any documentation on it?
We have several instances of a BuddyPress site (LIVE, DEV & LOCAL). The DEV & LOCAL sites are exact duplicates of the LIVE site from about a week ago. (We occasionally sync the LIVE site to our DEV & LOCAL sites to make development & testing easier.)
Currently, LIVE is running WordPress v3.3.2 and BuddyPress v1.5.6. We performed auto-updates on DEV & LOCAL after the sync we performed last week; so DEV & LOCAL are running WordPress 3.4.1 while LIVE is still running 3.3.2.
Anyway, we’re having trouble with our DEV site “forgetting” that the forums component is installed/activated. Every 12 hours or so, visiting the forums section of the DEV site (any group’s ~/forum/* address) returns a WordPress 404, Page Not Found. To reactivate the forums, all we have to do is login to WP Admin, and visit the BuddyPress -> Forums settings page. Just viewing the forum settings page fixes whatever issue is causing the 404; no re-saving or updating of the settings is necessary.
I’ve verified that the following rewrite settings are correct and the same between the three sites:
`$wp_rewrite->wp_rewrite_rules()`
`$wp_rewrite->permalink_structure`
`$wp_rewrite->get_page_permastruct()`
`$wp->matched_rule`
`$wp->request`But, when we get to the actual query (`$wp_the_query`) the `query_vars` are correctly asking for a `pagename` of `forum`, but the query var `is_page` is FALSE, `is_404` is TRUE and there is no `queried_object` returned.
I’m stumped. I’m sure that somewhere there is a filter or option that is getting dropped somehow, but I have no idea where it might be. This issues does not affect LIVE or LOCAL, only DEV so we’ve ruled out a difference in the version of WordPress.
Any ideas, or even a bit of a walk through for how the forums are activated would be much appreciated.
Thanks!

