Search Results for 'buddypress'
-
AuthorSearch Results
-
May 11, 2009 at 11:09 pm #45093
In reply to: Issue with links within BuddyPress
Jeff Sayre
ParticipantCodyb-
Thanks for the detailed response!
A few more questions:
1. Did you copy over to WPMU’s root the .htaccess file that comes with the download?
2. Did you select the BuddyPress member theme in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”?
May 11, 2009 at 10:55 pm #45090In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantKitWit-
Okay, I’ve made a mistake. I did not even notice that you had linked to the members’ theme, not the home theme.
My widget is for the home them. What you’re asking about is not a widget. It is a coded into the /directories/members/index.php file in the bphome theme.
You can make your own custom theme, edit this out, and get what you want:
<div class="item-meta"><span class="activity"><?php bp_the_site_member_last_active() ?></span></div>
<div class="field-data">
<div class="field-name"><?php bp_the_site_member_total_friend_count() ?></div>
<div class="field-name xprofile-data"><?php bp_the_site_member_random_profile_data() ?></div>
</div>Just make sure to place your custom theme in the proper place and then select it in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”
May 11, 2009 at 10:38 pm #45089In reply to: 404 everywhere
Jeff Sayre
ParticipantJavajoba-
I’m glad your BuddyPress install is functioning once again.
As you have already done, one of the first places to begin troubleshooting BuddyPress issues is by deactivating plugins one at a time until the problem goes away. If it does not go away, then the issue may be BuddyPress related.
May 11, 2009 at 10:33 pm #45088In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantI do not see any BuddyPress widgets entitled “Featured Members” in my v1.0 install of BP. Are you using a version newer than v1.0 from trunk?
Either way, the widget I linked you to will solve your problem.
May 11, 2009 at 10:19 pm #45086In reply to: BuddyPress Showoff: Post your links
2733824
InactiveMay 11, 2009 at 10:13 pm #45084In reply to: Featured members: possible to show fewer details?
KitWit
ParticipantJeff–
Uh, this is the widget that comes with BuddyPress … I have not installed any member widgets from any other source … !
May 11, 2009 at 9:57 pm #45083In reply to: Error creating groups
Jeff Sayre
ParticipantWe don’t have sufficient information to provide any assistance. Please answer these questions:
- Which version of WPMU are you running?
- Did you upgraded from a previous version of WPMU, and if so, from which version and how?
- Did you have WPMU functioning properly before installing and upgrading BuddyPress?
- Which version of BuddyPress are you running?
- Did you log in as site admin in WPMU’s backend and activate BuddyPress?
- Do you have any plugins other than BuddyPress installed and activated?
- Are you using the standard BuddyPress themes or custom themes?
- Are there are errors in your server’s log files, and if so, what are they?
May 11, 2009 at 9:47 pm #45082In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantKitWit-
Where did you get this Featured Members widget version? It does not look like mine.
My Featured Members widget only show’s avatar and name. You can find it here: https://wordpress.org/extend/plugins/buddypress-featured-members-widget/
May 11, 2009 at 8:51 pm #45074In reply to: AJAX Requests – Accept POST and GET
John James Jacoby
KeymasterJadedEvan,
Regarding the elusive die(‘0’) in bp-core-ajax-handler.php, if you have an alternative that you feel works better or will be more future proof, drop a ticket in the Trac with a fix or a patch.
The BP 1.0 release is the first stable, reliable, full working version of the core of BuddyPress. Right now there are a number of specific things going on behind the scenes, including security sweeps, code cleaning and beautification, bug hunting, etc…
It is anticipated that there will be a certain amount of bugs and quirks even in the 1.0 version of BuddyPress, and the dev team is still steadily submitting patches and updating the trunk almost daily with little changes and tweaks.
May 11, 2009 at 7:43 pm #45073In reply to: Issue with links within BuddyPress
codyb
ParticipantResponse to your questions are as follows:
1. I am positive I am running wordpressMU, under my admin dashboard it states You are using WordPress MU 2.7.1.
2. This is a fresh install of WordPressMU and Buddypress. I had never heard of either of these until a week ago so I installed WordPressMU 2.7.1 first and then downloaded BuddyPress1.0 and installed via installation instructions listed here https://codex.buddypress.org/getting-started/installing-buddypress/
3. I believe WordPressMU was functioning, but I had never used it before so I can’t state that confidently. Just from playing around with it previously and me still being able to use the dashboard without issue, I would say it was functioning.
4. I am using BuddyPress1.0
5. Yes I logged in as site admin on WPMU’s backend, activated buddypress under the plugins section, and am currently utilizing the BuddyPress Default Home Theme 1.0
6. The only plugin I have listed is BuddyPress and I’ve never installed any other plugins
7. I believe I am using the standard buddypress theme that was automatically installed with BuddyPress, I myself did not install any custom themes
8. I do not see any error messages that are catching my eye in my /var/log/messages
Just a little additional info. I’m running WordPress/BuddyPress on my own webserver. I am running a linux box using CentOS 5.3 and apache to host my current website utilizing drupal and all works fine. I wanted to utilize the BuddyPress social networking feel for my site so I’d like to move to BuddyPress. I started from scratch with installing WordPressMU and BuddyPress. I made the correct databases and users using MySQL. If you have any other questions please let me know. Thanks
May 11, 2009 at 7:40 pm #45072In reply to: AJAX Requests – Accept POST and GET
Jeff Sayre
ParticipantI know this probably does some harm to server security and makes the data integrity a little bit more questionable.
As you recognize, increasing programming flexibility at the expense of platfrom security is not the proper tradeoff. Your request for the ability of BuddyPress plugins to make cross-domain application calls is such a security risk.
As an Open Source project, you are free to hack the core features of your copy of BuddyPress as you see fit. Just remember that if your server and data get compromised because of your hacks, we will not be able to offer any support.
May 11, 2009 at 7:25 pm #45068In reply to: Issue with links within BuddyPress
Jeff Sayre
ParticipantOkay, before we can assist further, we need more information. Please answer these questions:
- You’re positive that you’re running WordPress Mu and not single-version WP?
- Assuming the answer to number 1 is yes, then did you upgraded from a previous version of WPMU, and if so, from which version and how?
- Did you have WPMU functioning properly before installing and upgrading BuddyPress?
- Which version of BuddyPress are you running?
- Did you log in as site admin in WPMU’s backend and activate BuddyPress?
- Do you have any plugins other than BuddyPress installed and activated?
- Are you using the standard BuddyPress themes or custom themes?
- Are there are errors in your server’s log files, and if so, what are they?
May 11, 2009 at 6:58 pm #45065In reply to: Issue with links within BuddyPress
codyb
ParticipantI tried to add those and it still isn’t working, its still giving me the 404 error. But now the path has changed to /wpmu/users/admin/ instead of it being /wpmu/members/admin/ Any other suggestions as to how to fix this? I’m still getting the 404 Not found error
May 11, 2009 at 6:51 pm #45064In reply to: need to hire dev: custom BP work
Jeff Sayre
ParticipantI’m closing this thread as it is not a BuddyPress support question. If you’re interested in providing services, contact member via the message component of BP.org.
Enlightenmental1, in case you did not know, there is a Jobs Board here: https://buddypress.org/groups/buddypress-job-board
May 11, 2009 at 6:48 pm #45063In reply to: Sitewide forums as it is used here in this forum…
Jeff Sayre
ParticipantYour answer is in this forum thread: https://buddypress.org/forums/topic.php?id=2572
May 11, 2009 at 6:47 pm #45062In reply to: Issue with links within BuddyPress
Jeff Sayre
ParticipantThe reason you cannot find a directory called “members” is because /members/ is a slug and not a directory. Here’s an article that might shed some light: https://buddypress.org/blog/how-to/customizable-slugs-in-buddypress/
May 11, 2009 at 5:18 pm #45061In reply to: wire post at the top of profile
enlightenmental1
Participantyou just need to edit your Members-Theme and move the “post to wire box/function” to where you want it.
bp-themes/buddypress-member/profile/index.php
on the very bottom of the page, you’ll see an IF statement “bp_wire_get_post_list”
just move that where you want it, be sure to keep it in the right DIVs
May 11, 2009 at 4:58 pm #45059In reply to: In trying to open a theme i get this code
azznonimous
ParticipantHi again
I made some mistakes:
– asume that the upgrade from RCx to v1 was simply copying files over the old ones and didn’t noticed the change in the setup procedure to /wp-content/plugins/buddypress
– Also is posible that as my MU base was 2.7 it messed a bit too
– Tampering the themes fields in the db with a non ortodox setup
I started the intall process all over and it works fine again.
As a final test I tried to swap the old DB for the new one but I get again messages like the BP_PLUGIN_DIR path.
Just if helps …
Regards,
May 11, 2009 at 4:03 pm #45056In reply to: Adding Twitter Badge issue
enlightenmental1
Participantyou would edit your bp bp-themes/ or theme/buddypress-home/
depending on where you want it.
you could also add the “tweet” stuff directly to the functions.php file
/themes/buddypress-home/home.php
(the above is the home page, which calls the left,center,right sidebars)
you could manually insert your code there.
there’s a few different way to do that…. some would say creating a plugin/function/bp-custom code is the best
May 11, 2009 at 3:41 pm #45055In reply to: Default Theme Issues – HELP! :)
Dainismichel
ParticipantJust replaced the 6 instances of get_option(‘home’) in header.php of my member blog theme with $bp->root_domain as described.
Don’t see any difference in the behavior of the site.
Really impressed with delsolownersclub wow. great work.
I’d love to turn this into a procedure for the community, but I don’t know how to do it yet. Stuck here too: https://buddypress.org/forums/topic.php?id=1632&page=2&replies=43#post-14553
Best,
Dainis
May 11, 2009 at 2:50 pm #45048In reply to: Sitewide forums as it is used here in this forum…
mattlay
ParticipantI am looking for this exact eplaination as well it is perfect how it is done on buddypress. It would be helpful if once you installed buddypress and do the integration of the forums that it somehow shows up on in your site like it does here. I am no coder and am sure it is not trivial.
May 11, 2009 at 2:37 pm #45044In reply to: Extending login-search-bar to width of browser page?
KitWit
ParticipantApparently the bar doesn’t extend to the full width of the open browser even in the default installation (I assumed it did), but if you notice how this installation of BuddyPress is configured here on the BuddyPress site (the page we’re on, in BuddyPress.org), the bar at the top extends full-width! Since I can’t peer into this site’s base.css file for the theme I’m wondering how to change that attribute … ?
May 11, 2009 at 1:54 pm #45040In reply to: Keep Me Logged In Checkbox
belogical
ParticipantI was just following what I thought was proper buddypress forum etiquette according to rule # 7 here https://buddypress.org/forums/topic.php?id=2543.
Thanks for the response.
May 11, 2009 at 12:58 pm #45035In reply to: Disable name change in Profile?
The Sandman
ParticipantThank you I’ve pasted the text of your code into a newly created .php file and placed it in mu-plugins folder. It works nicely.
I’ve also had to disable BuddyPress to WordPress profile syncing. Otherwise a newly created user would seem to “lose” his name completely after attempting to change it in BuddyPress’ Edit Profile.
Thanks again!
May 11, 2009 at 12:43 pm #45033In reply to: register.php not working (but wp-signup.php does)
Kunal17
ParticipantOk after further testing, my earlier belief that wp-signup.php works was wrong. I just realized that I must have tried wp-signup.php while signing up with a gmail address (which works).
Considering that the only entry that I make for the admin email address is to add the email address in the site admin options, do I not need to add a user name and password into WPMU for the email address to allow WPMU access to send emails? I am using a non gmail domain hosted on google apps as the support email in the admin.
Btw, I realize that with wp-signup.php not functioning as well, this is no longer a buddypress issue but probably a WPMU one. However, I would still be grateful for any help I can get from these forums. I will continue my search at WPMU forums also. Thanks.
-
AuthorSearch Results