Search Results for 'wordpress'
-
Search Results
-
I finally got everything working fine together for the most part on my new site. Wow-it was an endeavor plugin by plugin hehehehe.
The one situation I am having though is that buddypress-Default theme and the logging in from the theme. In the upper right hand corner it says username and password – if you type it in It Always says wrong and fails Login. Then it brings you to wordpress login and all is fine you can log in normally.
Help Please…
Thanks…
buddypress ver 1.8.1, WordPress 3.7 tvbar.heavenboundministry.com
Hello! If I’ll add some additional fields to xprofile, and set some of them to required, nothing tells to user in members/user/profile/edit/group/1/ that this fields are required or not. Can someone help me with this? Tryed with new clean wordpress + buddypress (both latest versions) installation with default themes. Nothing changes, looks like a buddypress bug…
php 5.5.5
WordPress 3.7
BuddyPress 1.8.1
bp-legacy template, bp-default theme: same problem.Greetings all, I have been just installed wordpress and buddypress and bbress and playing with some plugins. Well it seems one of the plugins I wish would work just doesnt but when I deactivate it still must leave something behind because certain things like the submit button and other things gets messed up. How do I reset the buddypress default theme? Or where do I find it to reinstall?
Thanks for any help and helping me out of this crisis.
William
http://tvbari.heavenboundministry.com
wordpress 3.7
buddypress 1.8.1
bbpress 2.4.1Thank you all so much for all your help. Appreciate it!
I have just installed WordPress 3.6.1 and BuddyPress 1.8.1 (latest) and bbpress 2.4.1 and Quick Chat 4.13
When I click on Aktivity,Friends,Groups,News, Settings, Profil or Forums on the toolbar/adminbar I get a 404 Page not Found Error.
Also when I try to register a new user i get the same error. I disabled all plugins, so that only the basic components are running (wp and buddypress).
And I tried many different Themes. I tried all permalink options bud sadly nothing works. However all funktions of the dashboard are working (site creation, creating new posts etc.). It is a directory install in the root directory . Server is running Windows (IIS7.5). Hosting Company is Server4you. I use Paralles Plesk Panel for server maintenance.Would be nice if somebody could help me.
greetings,
Chris
(sorry for my bad english, I´m from germany)Topic: Nothing in the Showcase Link
I WAS looking for some good forum software but was IMMEDIATELY turned off by two things when I arrived at the wordpress.org BuddyPress plugin page.
1. One of the first things that looks like a good place to start is the link to BuddyPress ShowCase, which leads to a blank page. As a first time visitor I would say that is very poor marketing.
2. So I thought I would see if there was anything in the Support area. I was already logged into WordPress.org yet I was asked to enter my credentials again. Not good. If mu users had to do that they would cringe. Other WP plugins that have their own support pages have passthrough credentials built in.
Anyway, back to my original question. Where is the showcase? Is there a matrix somewhere that compares BBpress features vs the competition?
I am using Michael Martin’s approach to load the next page of posts in WordPress via AJAX:
This approach works very well on my tag and category pages.
My aim now is to display a list of posts on each BuddyPress member’s profile page and have the next page load via AJAX. The first part (displaying the list of posts) I can do like so:
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1; $args = array( 'author' => bp_displayed_user_id(), 'post_type' => 'post', 'paged' => $paged ); $query = new WP_Query( $args );The part I am struggling with is getting the next page of results to load via AJAX – as outlined in Michael Martin’s approach. Michael’s approach works fine on tag and category archives so why not on the BuddyPress member profile page?
Hey I’ve been developing a site and I wanted my users to only see and use the Buddypress profile. I noticed that when I am in the backend(where you create and edit posts) of the site the Edit My Profile link changes from my Buddypress profile edit page to their wordpress profile page. I want it to only go to the Buddypress one. This way the users can only see and edit 1 profile. I already got rid of the link in the left sidebar of the backend all that is left is to update the buddypress created one.
I have been looking all over and have found nothing on this particular one other than disable the backend altogether. Which doesn’t work for me cause All members are allowed to make their own posts.wordpress 3.7 Note this was happening back in WP 3.6.1 as well
buddypress 1.8.1I’m currently using buddypress 1.7 and Buddypress Xprofile Custom Fields Type. I’m using custom xprofile fields and it have some child fields which are a selectbox. If I edit an option in selectbox the update is not propagated to the user’s profile already assigned.
After my research, I found that all children are deleted, then recreated (why the things appened like this ?). So I cannot use the ID, to keep a hand on the xprofile. How can i follow the update on the xprofile option ?
I’m new to wordpress and buddypress as well and I’m open for any suggestion, or any mistake I did !