Search Results for 'buddypress'
-
AuthorSearch Results
-
May 12, 2009 at 1:24 pm #45124
In reply to: External Blogs
takuya
ParticipantIf it’s not listed or announced on bpdev, then obviously not.
It’s not good only to depend on Nicola for various plugins, but I can’t code. If any php/wpmu/buddypress developers are reading this, please consider giving some hands.
May 12, 2009 at 12:53 pm #45123In reply to: Issue with links within BuddyPress
Jeff Sayre
ParticipantCodyb-
Just for good measure, I would log into WPMU’s backend and reselect your bpmember theme. This has worked for some people.
If that does not work, then I’m afraid it’s back to square one. Delete everything, including your MySQL DB, download a new copy of WPMU and follow the install instructions for MU. Then, once WPMU is up and running, manually download BuddyPress, and follow the install instructions in the readme.txt file.
It sounds like a pain, but since this is a fresh install without any data worth keeping, it should go pretty quickly. Something must have gone wrong with your install.
Let me know how what happens.
May 12, 2009 at 12:47 pm #45122In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantKit-
That is correct. Make a copy of the bpmember theme, rename your copy, make whatever changes you want to it, and you have–in effect–a custom theme! Just make sure you keep your new theme in the /wp-content/bp-themes/ directory.
Once ready for use, log into WPMU’s backend and navigate to “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”. You should see your newly-named theme as an option in the dropdown box. Select it, save, and you’re ready to go.
It’s worth doing and it is easy.
May 12, 2009 at 12:41 pm #45120In reply to: Not found Members directory
Dworldon
ParticipantSorry, still new to BuddyPress forums…
WPMU 2.71
BP 1.0
No custom themes
No 3rd party plugins
Not sure how to find errors in log files…
May 12, 2009 at 12:17 pm #45119In reply to: Date in profile is broken in latest BP release
Burt Adsit
Participantbento
When posting a support issue, please indicate the following:
* Which version of WPMU you're running
* Which version of BuddyPress you're running
* Whether you're using customized themes
* Whether you are using other 3rd-party plugins
* A list of any errors showing up in your log files
* Other errorsMay 12, 2009 at 12:15 pm #45118In reply to: Issue with links within BuddyPress
codyb
ParticipantJeff-
Yes I have a .htaccess file in my wmpu root folder.
Also under BuddyPress > General Settings > Select Theme to use for BuddyPress generate pages I have BuddyPress Default Member Theme 1.0 selected there.
I’ve also went under Appearance > themes and selected BuddyPress Default Home Theme 1.0 by Andy Peatling
I’m still not sure whats going on here. I was playing with it last night, still no luck.
May 12, 2009 at 12:02 pm #45117In reply to: BuddyPress For WordPress (Not MU) Coming
Paul Wong-Gibbs
KeymasterNot anytime soon as I understand.
May 12, 2009 at 11:48 am #45116In reply to: Not found Members directory
Burt Adsit
ParticipantDworldon
When posting a support issue, please indicate the following:
* Which version of WPMU you're running
* Which version of BuddyPress you're running
* Whether you're using customized themes
* Whether you are using other 3rd-party plugins
* A list of any errors showing up in your log files
* Other errorsMay 12, 2009 at 11:15 am #45112In reply to: BuddyPress For WordPress (Not MU) Coming
2834973
InactiveHay,
How is it going with the BuddyPress for WordPress (not MU)?
When can we download it?
Cheers, P
May 12, 2009 at 3:06 am #45105In reply to: wire post at the top of profile
alunsina
Participantawesome! i was able to drag this code around.
<?php if ( function_exists(\'bp_wire_get_post_list\') ) : ?>
<?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( \"My Wire\", \'buddypress\' ), __( \"%s\'s Wire\", \'buddypress\' ), true, false ), bp_word_or_name( __( \"No one has posted to your wire yet.\", \'buddypress\' ), __( \"No one has posted to %s\'s wire yet.\", \'buddypress\' ), true, false), bp_profile_wire_can_post() ) ?>
<?php endif; ?>only thing is it brings the whole wire with it. i want to move just the post box. or even just move the post box at the top of wire instead of it being at the bottom.
May 12, 2009 at 12:57 am #45102In reply to: Add function to ‘create group’
Anointed
Participantmaybe it will be easier to understand if I phrase my question a different way.
what part of what file do I have to comment out in order to setup buddypress groups to ‘NOT’ create a group forum when the group is created?
I’m sorry for such a simple question, but I have spent the entire afternoon reading through the buddypress code and so far I cannot figure out what file creates the groups forums when a group is created.
I’m sure once I know, it’s gonna be one of those duhhh kinda answers LOL
May 12, 2009 at 12:07 am #45099In reply to: Extending login-search-bar to width of browser page?
Jeff Sayre
ParticipantSince I can’t peer into this site’s base.css file for the theme I’m wondering how to change that attribute … ?
Ah, but you can!
For all CSS and template design issues, I highly recommend that you use the Firefox browser with the Firebug Add-on. WIth FIrebug installed in Firefox, you can see where page elements inherit their CSS–the file names, the file contents, etcetera. You can even make changes to the CSS selector parameters and see how that affects the design.
So, when you pull up any buddypress.org page, or any webpage at all, you can use Firebug within Firefox to see how the CSS selectors are styled.
May 11, 2009 at 11:56 pm #45097In reply to: Featured members: possible to show fewer details?
Jeff Sayre
ParticipantKit-
The theme where this is located is in bpmember, not bphome. I’m just not firing on all cylinders today.
Are your instructions to show me how to do that?
Yes, you can make these edits in the bpmember theme directly. Just make sure that you have a backup before changing.
Also, please realize, that if you alter the standard themes and do not rename them, then the next you upgrade BuddyPress, you will lose your theme changes if you copy over the default themes.
May 11, 2009 at 11:22 pm #45095In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Jeff Sayre
ParticipantFreaking Wildchild-
Since Donncha’s WordPress MU Domain Mapping plugin (aka the sunrise domain plugin) allows you to map a blog to another domain, this could be the issue. I would post on the WPMU forum or, better yet, contact Donncha directly to ask for his assistance. http://ocaoimh.ie/wordpress-mu-domain-mapping/
This is beyond scope of the BuddyPress support forums.
May 11, 2009 at 11:09 pm #45093In 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.
-
AuthorSearch Results