Search Results for 'buddypress'
-
AuthorSearch Results
-
July 8, 2010 at 9:09 pm #84834
In reply to: Renaming Components
Jeff Sayre
ParticipantJuly 8, 2010 at 8:41 pm #84829In reply to: codex.buddpress.org search is returning a blank page
techguy
Participant@caplain
Is it still a problem for you. I was just able to connect no problem. When this happened to me before it was just the main page, but sub pages would open. Try this page: https://codex.buddypress.org/home/ or https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/ and then use the breadcrumb navigation. At least that’s what I had to do before.July 8, 2010 at 8:25 pm #84827In reply to: when is BP 1.3 out?
Jeff Sayre
ParticipantI am purely speculating at this point but I would expect that BP 1.3 will not be out for at least 2 or 3 months. You can track its progress in Trac, as @pisanojm suggested. Notice that a target-release date has not yet been assigned.
July 8, 2010 at 8:21 pm #84825In reply to: Is there a latest forum topic widget?
rossagrant
Participant@nuprn1 Hi Rich, just noticed on the latest topics widget that when it is displayed within a group forum it is a bit dynamic in the fact that it returns only the latest topics from that group. I like that, however it seems to be showing them in reverse to elsewhere. i.e it list the topics from oldest at the top to newest at the bottom. Everywhere else it is the other way around so that the newest topic is at the top. Do you get this too?
July 8, 2010 at 8:20 pm #84823In reply to: when is BP 1.3 out?
Pisanojm
ParticipantYou can find this on the trac site…
trac.buddypress.orgJuly 8, 2010 at 8:15 pm #84822In reply to: Blogatize.net – The Social Blog Network
Romik84
Memberhi there, thanks for the comments. I appreciate that.
@webgyrl – I designed it by myself, and yes I am using WPMU with BuddyPress
@techguy – there is possibility to import existing blogs and point domains to my server
@modemlooper – thanks to let me know. I have checked it on FF 3.6+, IE6+ and Opera 9+
July 8, 2010 at 8:05 pm #84821rossagrant
Participant@nuprn1 Sorry Rich, when you refer to bp_get_the_topic_post_is_mine() is on the reply posts do you mean there is somewhere else I need to get rid of that code?
July 8, 2010 at 7:55 pm #84819In reply to: How to make a private community?
Valentin Kukov
Participanthi everyone, sorry to be a pain in the a** but I was wondering whether anyone could write a summary post stating the cleanest simplest way to achieve a private network (including where to paste the statements and in which files). Sounds like @Travel-Junkie has the winning ticket but a lot of amendments/improvements have been made. Can anyone help? TX
July 8, 2010 at 7:53 pm #84818In reply to: Renaming Components
Hugo Ashmore
Participantedit/ tooo slow

This will tell you how to change url slugs
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/Menu items/text can be changed by adjusting the link in header.php _e( ‘Groups’, ‘buddypress’ ) preferably via a copy of the file in a child theme.
July 8, 2010 at 7:50 pm #84817In reply to: Renaming Components
@mercime
ParticipantCodex is your friend. Check out the Slugs section among other tidbits in this page
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/July 8, 2010 at 7:19 pm #84813In reply to: codex.buddpress.org search is returning a blank page
caplain
MemberUgh. I really need to use the API if I’m going to use buddypress, but without docs I may have bail on it
July 8, 2010 at 7:00 pm #84811In reply to: Corrupted Turkish characters on RSS Feed
Ali Erkurt
ParticipantOK, I fixed that by myself

Paul has a lot to do I guess… Right @DJPaul?

OK @minniwelt I’m sure you’re expecting to see the fix. Here’s the solution:
In bp-activity-templatetags.php file, line 911, you’ll see that:
$title = trim( strip_tags( html_entity_decode( utf8_encode( $content[0] ) ) ) );
What causes the corrupted characters is “utf8_encode” thing. I’m already using my site as UTF-8. So second attempt for the UTF-8 might be the problem. I defined a new function for myself and problem solved. Put this function to your theme’s functions.php file:
//feed character correction function by alierkurt.net
function rssfeedcharcorrection() {
global $activities_template;if ( !empty( $activities_template->activity->action ) )
$content = $activities_template->activity->action;
else
$content = $activities_template->activity->content;$content = explode( ‘<span', $content );
$title = trim( strip_tags( html_entity_decode( $content[0] ) ) );if ( ‘:’ == substr( $title, -1 ) )
$title = substr( $title, 0, -1 );if ( ‘activity_update’ == $activities_template->activity->type )
$title .= ‘: ‘ . strip_tags( bp_create_excerpt( $activities_template->activity->content, 15 ) );return apply_filters( ‘rssfeedcharcorrection’, $title );
}
add_filter(‘bp_get_activity_feed_item_title’, ‘rssfeedcharcorrection’);That’s all! And let me know if this works for you too…
Wow! I’m becoming a better developer every single day
I think I’m gonna rock BP community soon…
July 8, 2010 at 6:25 pm #84806In reply to: Where are all my blogs?
kbeatt
Participant@nahummadrid i did try disabling/enabling blog tracking. No change. I have not tried de/reactivating BP. I will try that now.
July 8, 2010 at 6:19 pm #84804@mercime
ParticipantDon’t they have support forums or contact form there where you could ask theme devs or community members who are using the theme whether any have made it work with BuddyPress or if the theme required some tweaks to make it work? I remember the time when users of Hybrid theme framework made it work with BuddyPress via communication in BP and Hybrid theme forums.
July 8, 2010 at 6:18 pm #84803In reply to: Where are all my blogs?
July 8, 2010 at 6:16 pm #84802In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Mark
Participantsame with me here. I do clean install of WordPress 3.0. Activated Buddypress in the plugins. Updated permalinks to use with simple urls. Apply some tricks that can be seen at http://ikailo.com/94/url-modrewrite-workaround-iis-60/ to url since I’m in windows server. Don’t have mod_rewrite. Tried signup, but it just redirects to the same page. site is boholtech.com
July 8, 2010 at 5:44 pm #84800In reply to: Where are all my blogs?
@mercime
ParticipantWhat @nahummadrid said – those blogs set to privacy settings “Allow visitors but not visible to Google” and above – if you’re using more privacy options plugin where you have three more privacy settings – won’t be seen in Blogs directory.
July 8, 2010 at 5:17 pm #84794In reply to: buddypress Group Documentes Plug in
Joe VanDerBos
ParticipantI asked Peter the same question and he correctly pointed out that I was running PHP4 and needed to upgrade to PHP 5.
After I did that with my host provider, it worked!
July 8, 2010 at 4:46 pm #84790In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
ParticipantTá fáilte romhat. (you are welcome)
Thanks in Irish: Go raibh maith agat….July 8, 2010 at 4:35 pm #84789In reply to: Removing Groups From Forums
alanchrishughes
Participant@djpaul why would it be such a big project to create one separate forum when there are already an infinite number of forums plugged in to the groups things? Wouldn’t most of the work already be done already?
July 8, 2010 at 4:26 pm #84788rossagrant
Participant@nuprn1 Thanks so much Rich, I simply removed the bp_get_the_topic_is_mine() section and now only admin can see any edit/ delete links, that’s great. Will the edit/ delete options still be found if a clever user knew the url or will that now be void. I doubt anyone is that clever to be honest anyway but thought I’d ask anyway!
July 8, 2010 at 4:12 pm #84786In reply to: Buddypress version of wordpress 'mystique' theme?
José M. Villar
ParticipantThank you, thank you, thank you (do not know how to thank in irish)
Will start following U on twitter.July 8, 2010 at 4:00 pm #84783In reply to: PollDaddy + BuddyPress ?
techguy
ParticipantYou could embed polly daddy polls in various parts of BuddyPress though I think. The plugin’s not integrated though.
July 8, 2010 at 3:55 pm #84781In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
Participant@el_terko sorry only spotted this reply now.
Yes, I’ll be updating the Malleable theme in the next few days, will post when done.July 8, 2010 at 2:38 pm #84776In reply to: Permalinks causing errors
Huto
ParticipantI have the same error here and it seems to me that the problem is somehow related to the warning-message i get:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /is/htdocs/…/bp-core.php on line 315 (the last line in the following code)/**
* bp_core_is_root_component()
*
* Checks to see if a component’s URL should be in the root, not under a member page:
* eg: http://domain.com/groups/the-group NOT http://domain.com/members/andy/groups/the-group
*
* @package BuddyPress Core
* @return true if root component, else false.
*/
function bp_core_is_root_component( $component_name ) {
global $bp;
return in_array( $component_name, $bp->root_components );
} -
AuthorSearch Results