Search Results for 'buddypress'
-
AuthorSearch Results
-
May 29, 2009 at 9:55 am #46284
Dennyhalim.com
Participantsomebody please explain…
if i already have object-cache.php
do i still need db-cache?
isnt both do the same thing?
May 29, 2009 at 9:47 am #46283In reply to: How much memory does BuddyPress require?
Decisionc
ParticipantI am also having memory issues.
Question about your solution:
If you set the max memory to 40 MB, won’t it run out of memory faster? (assuming you have more than 40 MB available).
May 29, 2009 at 6:58 am #46276In reply to: Which BBPress version
nenagb
Participantim completely confused here, bbpress is a separate thing we need to add/install to buddypress?
sorry im new to all this and have successfully installed wordpressmu and buddypress, but i thought the bbpress already was included in the buddypress download since it gave me options to enable it….please help? thanks
May 29, 2009 at 5:49 am #46274In reply to: extending groups slug with images
3004134
InactiveHow do I get the group id from a given slug? I looked at https://codex.buddypress.org/developer-docs/the-bp-global/ but it doesn’t print the group-id. I need the group-id for making effective joins between the groups and the images table that I plan to build.
Any pointers?
May 28, 2009 at 8:42 pm #46267In reply to: Recent Posts Widget Bug?
Jeff Sayre
ParticipantThe title of your thread says, “Recent Posts Widget Bug?”
So, let’s again clarify. With exactly which widget are you seeing this behavior? The “Recent Blog Posts” widget, or the “Recent Post” widget?
The former is a BuddyPress widget, the latter is a WPMU widget.
May 28, 2009 at 8:26 pm #46265In reply to: Featured Groups idea
Jeff Sayre
ParticipantI’m closing this thread. A solution to Skollie’s issue is provided in this thread.
May 28, 2009 at 8:22 pm #46264In reply to: Featured Groups Widget Problem
Jeff Sayre
ParticipantSkollie-
I just looked into this and found that Mike’s widget is using a deprecated function call
bp_group_permalinkThis changed somewhere down the road to BP v1.0. So, if you are comfortable with opening up a PHP file and making two easy changes, you can search for that function in his widget and replace the above call with
bp_get_group_permalinkIf you are not comfortable with doing this, then message Mike and give him the url for this forum thread, kindly begging him to fix his widget as quickly as possible or the world will end.
Actually, if you make the changes to the code yourself, it would also be nice of you to let Mike know that his widget needs a little TLC.
May 28, 2009 at 7:06 pm #46258In reply to: Including non-community blogs in blog directory
Jeff Sayre
ParticipantOkay, a couple of thoughts:
1. Off the top of my head I’d say the quickest way to offer some solution is by creating a new extended field and letting your members paste their blog URLs in that field. Call the field My Other Blogs.
This would not bring in any of your members’ blog posts though. It would simply provide a standard place to put an external link to their blog(s). You could tell them how to make the urls look a little prettier by using an href tag.
<a href="http://myotherblogurl/">Hey, look at my cool blog!</a>2. You could use the FeedwordPress plugin to allow your members a way to aggregate their external blog posts. I’ve never used this and I have no idea how it will play with BuddyPress.
3. You could suggest, possibly offering as a premium service, that they move their other WordPress-based blogs to your site. You would then use Donncha’s Domain Mapping Plugin to faciliate that move while allowing your members to keep their original domains. I’ve never done this, so there may be a lot more to it than meets the eye.
In essence, you would have your existing internal Mu blogs co-existing with all the newly imported and mapped blogs. I’m not sure what conflicts this could cause with WPMU or BuddyPress.
May 28, 2009 at 6:47 pm #46256Jeff Sayre
ParticipantAmhyaut-
Which version of BuddyPress are you running? Whereas I do see the potential error you’re referring to in the two testbp.org links above, when I went to my test install, I could not replicate this behavior.
At first the “uncategorized” category appeared in the member theme when navigating to “Blogs > Recent Posts”. But when I went into the blog’s dashboard and edited the post by reselecting a new category, making sure that “uncategorized” was deselected, and then hitting the “Update Post” button, the problem disappeared upon refreshing the member theme page in my browser.
Perhaps this has something to do with cached data in testbp.org. So, I would not submit a new ticket in trac.
May 28, 2009 at 6:06 pm #46251In reply to: Fatal error: Out of memory when installing
2746060
InactiveSolution:
Create a file in WP-ADMIN called php.ini
Paste in:
memory=40MB
upload_max_filesize=10M;
post_max_size=20M;
Save and that should fix the Fatal error: Out of memory issue when activating the BuddyPress plugin.
May 28, 2009 at 6:05 pm #46250In reply to: How much memory does BuddyPress require?
2746060
InactiveSolution:
Create a file in WP-ADMIN called php.ini
Paste in:
memory=40MB
upload_max_filesize=10M;
post_max_size=20M;
Save and that should fix the Fatal error: Out of memory issue when activating the BuddyPress plugin.
May 28, 2009 at 5:53 pm #46249In reply to: Black Avatars
Jeff Sayre
ParticipantA couple of thoughts:
- You’ve mentioned that you set the permissions on blogs.dir to 777. Check to make sure that the user & the group for that directory is not root:root
- Try disabling the Welcome Package plugin, although this should not be related to your issue in any way. Also, contact DJPaul and let him know about this error.
May 28, 2009 at 3:17 pm #46238Burt Adsit
ParticipantYa, custom loop for forums:
It doesn’ t look like Andy has documented this yet but there is a group forum loop just like other parts of bp have a loop. Look at bp_has_topics() in bp-forums-templatetags.php. It looks like I’d use that if I were you.
See: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/ for examples using other bp_has_[something]() loops.
That might be the best way to go with this.
May 28, 2009 at 3:12 pm #46237In reply to: Skeleton theme – editings ‘settings page’
aikighost
ParticipantWhere can you find the names of the widgets you want listed for users by default so you can add them to the user layout?
Also is there a way of forcing all new users to have the same buddypress theme? EG: Shout? It seems really weird tome that the default mode of operation is that each new users account gets set to the wordpress default rather than the site default.
Could I just overwrite the wordpress default blog theme directory with the contents of the shout buddypress theme?
Thanks in advance,
May 28, 2009 at 1:46 pm #46229In reply to: BuddyPress Member Theme Went Away
Eric Wood
Participantbump….
have now repaired and optimized the database. error persists
May 28, 2009 at 1:13 pm #46227In reply to: latest forum topics widget
Windhamdavid
Participanti’ve tried working with it using them as functions.. no luck.
May 28, 2009 at 9:32 am #46224In reply to: Fatal error: Out of memory when installing
2746060
InactiveMy info:
Which version of WordPress Mu are you running? 2.7.1
From where (provide link) did you download WPMU? BuddyPress.org
Which version of BuddyPress are you running? 1.0
Did you open any of the BuddyPress files? No
Did you alter any of the BuddyPress files? No
May 28, 2009 at 8:53 am #46220In reply to: Fatal error: Out of memory when installing
2746060
InactiveMy memory limit has now been upgraded to 64MB.
When activating the BuddyPress plugin, I get this error message within the plugins page:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Out of memory (allocated 16252928) (tried to allocate 77824 bytes) in /home/user/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 334
Any ideas? I uploaded the plugin manually, does it function better installed automatically thru the plugin search area?
May 28, 2009 at 8:49 am #46219In reply to: latest forum topics widget
Burt Adsit
ParticipantSee: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/ for examples using other bp_has_[something]() loops.
May 28, 2009 at 6:48 am #46211John James Jacoby
KeymasterOnce we’ve got a “stable” bbPress 1.0, I’ve got a stable step by step integration process.

RC2 is looking pretty good so far so shan’t be long now!
May 28, 2009 at 6:31 am #46210In reply to: New BP Chat plugin for Buddypress
Michael Berra
ParticipantHey M, I think you are going to be the YEDI-Master of BP Plugins
May 28, 2009 at 4:13 am #46204In reply to: How do I include widgets in using code?
Burt Adsit
ParticipantThe widgets you are talking about are not designed to be called from a template. They just don’t work very well for that situation. Perhaps you’d like to investigate the bp custom loops that use template tags. These are designed to be used in templates : https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
May 28, 2009 at 4:10 am #46203In reply to: extending groups slug with images
Burt Adsit
ParticipantWhat you are talking about is a custom component. See : https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/
May 28, 2009 at 12:30 am #46199In reply to: New BP Chat plugin for Buddypress
Idiom
ParticipantThe chat system kicks ass.. Super impressed so far.. Keep up the great work!
May 27, 2009 at 11:25 pm #46196Burt Adsit
ParticipantThis stuff works just fine people. Do you have that plugin in my-plugins as well as bb-plugins? It’s trying to run twice for some reason.
-
AuthorSearch Results