Search Results for 'buddypress'
-
AuthorSearch Results
-
July 22, 2013 at 4:47 pm #168568
notpoppy
ParticipantOK I restored the database from the backup but the conversion failed again. It got about as far as “Converting topics 600” then just hung.
I restored from backup again, this time I set the rows limit to 50 and the delay time to 2 seconds. It got to “Converting topics 700” then hung again.
So my question now is why do my attempts to convert the forum keep failing?
I read @johnjamesjacoby’s post here which is similar to the instructions posted above – perhaps he could shed some light?
My set-up is WordPress 3.5.2, BuddyPress 1.8, BBPress 2.3.2
July 22, 2013 at 4:14 pm #168562In reply to: Problem with using Buddypress forum on my website!!!
Hugo Ashmore
ParticipantPlease do not start new threads on same question when you have one running already.
Closing this thread, continue in:
https://buddypress.org/support/topic/question-about-after-installing-buddypress/July 22, 2013 at 4:02 pm #168561stueynet
ParticipantOk its looks like its fixed. I believe the issue was with the achievements plugin. They pushed an update recently and now its all good. Sorry for the confusion!
July 22, 2013 at 3:59 pm #168560stueynet
ParticipantHi there. I created the site recently with 1.73. Do I have to manually activate BP template pack? Is that something that I need?
July 22, 2013 at 3:55 pm #168559meg@info
ParticipantHi,
Check this links
the Buddypress codex
https://codex.buddypress.org/developer/plugin-development/Some tuts
http://wp.tutsplus.com/tag/buddypress/July 22, 2013 at 2:28 pm #168556Techknowledgic
ParticipantThanks for ur reply!
I tried to do what it’s saying in the link and this is what I got http://www.techknowledgic.com/forums
idk what’s going on I can’t create topics or let the visitors to log in or do anything please help me to set up the forum
BTW, my website is still under construction so the menu and the content are just random and don’t take it seriously đ
ty
July 22, 2013 at 12:22 pm #168546In reply to: Change first page shown for user profile
raoul140
ParticipantHi, thank you for quick answer.
I looked but couldn’t find in which .php file I should make those change.
I am using BuddyPress 1.6.1 as part of a template that I bought from Themeforest, template is called âreviewitâ. ReviewIt is built as a BuddyPress/bbPress theme as far as i know.July 22, 2013 at 11:45 am #168541In reply to: Pages in Toolbar
@mercime
Participantnot even sure how to use it yet
@ziva777 BP Codex is your friend.
– https://codex.buddypress.org/user/setting-up-a-new-installation/
– https://codex.buddypress.org/user/buddypress-components-and-features/AS for the BP Component links in your main menu, use the custom menu in your WP theme and add whichever links you want to main menu.
July 22, 2013 at 11:26 am #168539In reply to: My Profile Theme Template
@mercime
ParticipantJuly 22, 2013 at 9:17 am #168537In reply to: Buddypress Like â Notification Hack
minto
ParticipantNow I’ve put this in, but it still doesn’t work out:
‘//get the thread permalink for activity
function ac_notifier_activity_get_permalink2( $activity_id, $activity_obj = false ) {
global $bp;if ( !$activity_obj )
$activity_obj = new BP_Activity_Activity( $activity_id );if ( ‘activity_comment’ == $activity_obj->type )
$link = bp_get_activity_directory_permalink(). ‘p/’ . $activity_obj->item_id . ‘/’;
else
$link = bp_get_activity_directory_permalink() . ‘p/’ . $activity_obj->id . ‘/’;return apply_filters( ‘ac_notifier_activity_get_permalink2′, $link );
}’July 22, 2013 at 9:11 am #168536Hugo Ashmore
ParticipantNot really clear what their solution was, presume they were referring to copying over the groups core directory from 1.7.3, this does not sound like a hugely sensible fix mixing files from two versions but probably won’t cause issues.
July 22, 2013 at 8:07 am #168534In reply to: Buddypress Like â Notification Hack
minto
ParticipantHere’s what I did meanwhile:
1. removed all those junkcode, I had originally in đ
2. found that display-issue in the above + corrected it in the code, which seemed responsible for no text/ no links being given (I inserted the missing a-href):
return apply_filters( âbp_activity_multiple_new_likes_notificationâ, ââ . $text . ââ);
… but this also did not bring up the link + text …3. wonder about that line:
$link=ac_notifier_activity_get_permalink2( $activity_id );
…removed the “2”, because with that in, my toolbar disappears…
Should that be noticed in the ac_notifier too, with the need to keep the “2”?4. any notifications (even the live-notification-popup) still only appear on the likers-side, still not yet on the liked-user-profile!
So this is, what it looks like atm:
function bp_like_setup_globals() { global $bp, $current_blog; $bp->bp_like=new stdClass(); $bp->bp_like->id = 'bp-like'; $bp->bp_like->slug = 'bp_like'; $bp->bp_like->notification_callback = 'bp_like_format_notifications'; $bp->active_components[$bp->bp_like->slug] = $bp->bp_like->id; do_action( 'bp_like_setup_globals' ); } add_action( 'bp_setup_globals', 'bp_like_setup_globals' ); function bp_like_format_notifications( $action, $item_id, $secondary_item_id, $total_items,$format='string') { global $bp; $glue=''; $user_names=array(); $activity = new BP_Activity_Activity( $activity_id ); $link=ac_notifier_activity_get_permalink( $activity_id ); //si câest le posteur dâorigine, dites que vous ĂȘtes, dâautre dire de% s aprĂšs if($activity->user_id==$bp->loggedin_user->id){ $text=__("your"); $also=""; } else{ $text=sprintf(__("%sâs"), bp_core_get_user_displayname ($activity->user_id));//quelquâun $also=" also"; } $ac_action='new_bp_like_'.$item_id; if($action==$ac_action){ // if ( (int)$total_items > 1 ) { // $users=ac_notifier_find_involved_persons($activity_id); $total_user=$count=count($users);//montrent de nombreux utilisateurs uniques ont commentĂ© if($count>2){ $users=array_slice($users, $count-2);//simplement indiquer le nom de deux affiches, le repos doit ĂȘtre aussi et ânâ autre a Ă©galement commentĂ© $count=$count-2; $glue=", "; } else if($total_user==2) $glue=" xxxx1xxxx ";//si il ya 2 utilisateurs uniques, disons x et y commentĂ© foreach((array)$users as $user_id) $user_names[]=bp_core_get_user_displayname($user_id); if(!empty($user_names)) $commenting_users=join($glue, $user_names); if($total_user>2) $text=$commenting_users." xxxxxxxx2xxxxxxx ".$count." xxxx3xxxx".$also." xxxxxxxx4xxxxxxx on ".$text." post";//peut-on changer la poste Ă quelque chose de significatif en fonction de lâĂ©lĂ©ment dâactivitĂ©? else $text=$commenting_users.$also." xxxxxx5xxxxx on ".$text." post"; if($format=='string') return apply_filters( 'bp_activity_multiple_new_likes_notification', '<a href="'.$link.'">'.$text.'</a>'); else{ return array('link'=>$link, 'text'=>$text); } return false; } }any suggestions?
thx in advance!
July 22, 2013 at 8:01 am #168533prikid
Participantyeah they all related in a sense)) it seems that users solved the issue quicker =)
Thanks a lot!
July 22, 2013 at 4:53 am #168528In reply to: buddypress page content not being ouput
@mercime
Participant@myironlung3 Switch to Twenty Twelve theme and check if BP content is showing up. The issue ight be that the theme is using proprietary templating system so it’s not rendering BP content. Have you contacted theme developer for assistance in getting the_title and the_content working in your buddypress.php file? Could be that just using the template tags is not enough but might need a “bridge”/extra functions for compatibility with BP. You could paste your theme’s original page.php source code in pastebin.com and post the link here so we can take a look.
July 22, 2013 at 4:45 am #168527In reply to: Dashboard panels
@mercime
Participant@bloodveil there are gallery/media plugins for Buddypress such as
Free: https://wordpress.org/plugins/buddypress-media/
Premium: http://buddydev.com/plugins/bp-gallery/July 22, 2013 at 3:14 am #168525bp-help
Participant@craigheyworth
Where there is a will there is always a way!July 22, 2013 at 2:38 am #168523craig
Participantoh, and having said that… is there a way to add the same links into the nav menu?
July 22, 2013 at 2:04 am #168522bp-help
Participant@craigheyworth
Your welcome glad I could assist you!July 22, 2013 at 2:00 am #168521craig
Participantah hah… those work great!
… god knows who marked this as resolved before now… haha. Pet peev when forum goers assume their answer’s gonna solve the problem before the thread poster even gets back.
Anyway, thanks! Exactly what I was looking for
July 22, 2013 at 1:56 am #168520bp-help
Participant@craigheyworth
Oops I forgot to wrap the code lets try again:
For Friends Link:<a href="<?php global $current_user; echo home_url() . '/members/' . $current_user->user_login . '/friends/'; ?>">Friends</a>For Messages Link:
<a href="<?php global $current_user; echo home_url() . '/members/' . $current_user->user_login . '/messages/'; ?>">Messages</a>July 22, 2013 at 1:55 am #168519craig
Participantthanks for the reply.
I’m adding this to the widget but unfortunately I’m just getting the code display, or when I edit it, errors.
Is this definitely correct?
July 22, 2013 at 1:51 am #168518bp-help
Participant@craigheyworth
You can try these with the text widget providing you enabled php like my example above.
For Friends Link:
user_login . ‘/friends/’; ?>”>FriendsFor Messages Link:
user_login . ‘/messages/’; ?>”>MessagesMay not be perfect but it works. You could add an unordered list and wrap them in list items and style them how you choose. Good luck!
July 22, 2013 at 12:18 am #168513In reply to: Register Page Blank in Latest Version (1.8)
surge74
ParticipantUpdate: If anyone else is having the same problem here was my fix.
1. Upload buddypress and activate
2. Before you update the settings on Buddypress change your theme to the one offered by BP
3. Once you have all your settings set the way you want click save and switch back to your theme.All back to normal now, no more blank register page and no more re-direct. Hope this helps someone else
July 21, 2013 at 10:55 pm #168511notpoppy
Participant@aces Thanks very much for the reply.
The “reset forum” option indicates that “data will be removed” which doesn’t sound like what I want – that says to me it’s going to get rid of my data, not restore it to what it was.
The “purge previous import” option looks a bit more likely. But when I tried it I got the “Starting Conversion” message with the loading wheel next to it and it stayed that way for about 15 minutes and gave no indication that anything further was happening.
July 21, 2013 at 10:29 pm #168509aces
ParticipantDo you have ‘pretty permalinks’? This is a buddypress requirement.
Alternatively have you re-saved your permalinks ( just visiting the permalinks should do the trick but if not try saving them again )
Failing that more info about your setup might be helpful: https://buddypress.org/support/topic/when-asking-for-support-2/
-
AuthorSearch Results