Search Results for 'buddypress'
-
AuthorSearch Results
-
December 11, 2012 at 5:49 pm #147090
In reply to: Buddypress 1.7
VegasKev88
ParticipantDown to 11 tickets. I’ve been on the hunt to try and determine the release date, as I’m starting a bp project now and am wondering if the 1.7 release date will speed up/slow down my own release date of Jan 1st, 2013
Any thoughts and comments on my situation are welcome.
December 11, 2012 at 4:33 pm #147079In reply to: Bizarre avatar Issue After BP 1.6.2 Update
rossagrant
ParticipantTRAC ticket submitted here
December 11, 2012 at 4:27 pm #147076In reply to: Buddypress 1.61 Default Theme compatibility browser.
antoniobon
Participanthttp://www.easyfasttravel.altervista.org/
the site is still under construction. With other browser (mozilla, opera, etc) work fine, but instead with old IE appear the default header.
December 11, 2012 at 4:18 pm #147074In reply to: Bizarre avatar Issue After BP 1.6.2 Update
rossagrant
ParticipantOkay it’s definitely a BP 1.6.2 error.
Here it is:
Fatal error: Call to undefined function wp_get_image_editor() in /home/mytestsp/public_html/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 521
Do I ned to make a TRAC ticket for this?
December 11, 2012 at 2:15 pm #147065In reply to: bad avatar quality!
mostafaqanbari
Participant@mercime
i use buddypress 1.5.6 and wp 3.5.2 . i’ve google it already and i think it’s one of bp’s bugs!December 11, 2012 at 1:00 pm #147058In reply to: Buddypress 1.61 Default Theme compatibility browser.
Toby Cryns (@themightymo)
ParticipantPlease post a link to your site.
December 11, 2012 at 12:56 pm #147055In reply to: Pages don't load in BuddyPress
Toby Cryns (@themightymo)
ParticipantTry disabling all plugins. Does that fix the issue?
December 11, 2012 at 12:43 pm #147054Toby Cryns (@themightymo)
Participant@zachary-dubois – All three of the plugins I mention are Multi-site and BuddyPress-compatible. I also recommend SI CAPTCHA Anti-Spam.
December 11, 2012 at 11:02 am #147053Zachary DuBois
Participant@themightymo,
Before I install any of these are they verified for a BuddyPress Multi site install? I’m liking the look of those plugins.@dcavins,
That first plugin hasn’t been updated in a very long time. Not sure if I should trust it. Also, its kind of annoying to manually approve users. I need something more automated.If WordPress had reCaptcha integrated that would be sweet.
December 11, 2012 at 3:25 am #147039In reply to: Buddypress URL Structure for SEO Purposes
aces
ParticipantDecember 11, 2012 at 2:37 am #147036In reply to: Buddypress URL Structure for SEO Purposes
@ChrisClayton
ParticipantYou may find this useful – https://buddypress.org/2009/05/customizable-slugs-in-buddypress/
You can change the members slug by defining the BP_MEMBERS_SLUG constant before BuddyPress defines the default (eg. In wp-config or plugins/bp-custom.php is a fool-proof way to do that).
December 11, 2012 at 2:28 am #147035In reply to: Need Local Avatar not Just Gravatar
@ChrisClayton
ParticipantAs Ben said, BuddyPress has local avatar uploading AND gravatar intergration built in.
Is the theme removing core functionality?Additionally, you can use a plugin for photo gallery features (there are loads. I tend to use BPmedia by rtCamp these days)
December 11, 2012 at 12:55 am #147030In reply to: Send user notification when activity is deleted
David Hunt
ParticipantAh, it’s already been logged and fixed for 1.6.2. I do wish 1.6.2 had been released already! Would have saved me a few frustrating hours.
December 11, 2012 at 12:49 am #147028In reply to: Send user notification when activity is deleted
David Hunt
ParticipantWell, after being driven almost bonkers, I have solved this — and found what I think is a bug in BuddyPress 1.6.1.
I went with @shanebpx’s great suggestion of using a
get_varquery:
$content_id = $args['id'];
global $wpdb;
$content = $wpdb->get_var( $wpdb->prepare("SELECT content FROM ".$wpdb->prefix."bp_activity WHERE id = %d;", $content_id ) );
$message .= wpautop($content);
However, I was baffled by the fact that $content kept coming up empty. Until I finally took a look at how BuddyPress was calling
do_action( 'bp_before_activity_delete', $args );in/bp-activity/bp-activity-functions.php:
if ( !$activity_ids_deleted = BP_Activity_Activity::delete( $args ) )
return false;// Check if the user's latest update has been deleted
if ( empty( $args['user_id'] ) )
$user_id = $bp->loggedin_user->id;
else
$user_id = $args['user_id'];do_action( 'bp_before_activity_delete', $args );
Yup, it’s apparently doing the bp_before_activity_delete action after
BP_Activity_Activity::delete!I have edited my copy of
/bp-activity/bp-activity-functions.phpto put thedo_actionbefore the deletion.
do_action( 'bp_before_activity_delete', $args );
if ( !$activity_ids_deleted = BP_Activity_Activity::delete( $args ) )
return false;// Check if the user's latest update has been deleted
if ( empty( $args['user_id'] ) )
$user_id = bp_loggedin_user_id();
else
$user_id = $args['user_id'];
and at last, my email function works!
Now, how do I go about submitting this as a bug…?
December 11, 2012 at 12:45 am #147027In reply to: Professional help needed with Buddypress & BB Press…
fitnessblogger
ParticipantHi Guys,
I am also using Salutation theme for my website http://fitnessblogger.net
although I agree the learning curve is quite steep for this theme… it does have some great features.. and I am slowly making sense of some of them…
The forums were a pain to setup but now we have simplified them and we are only using the group forums for our site it seems to work better?? http://fitnessblogger.net/groups/
This may help with the BuddyBar http://wpmu.org/daily-tip-how-to-disable-the-buddypress-admin-buddy-bar/
There are a few options for spam / splogger protection… we are using WangGuard.. again this takes a little bit of use to understand and get set up but does seem to help us..
Hope this helps a bit.. and happy to chat more if you would like
PS. I am not an expert just learning as I go along 🙂
Kind Regards
James
December 10, 2012 at 10:27 pm #147011In reply to: Broken theme. Missing parent theme
Paul Wong-Gibbs
KeymasterThe WordPress error message says you need to get its parent theme; this is probably Tersus itself, and I found it on Github:Â https://github.com/splorp/tersus/
Install and activate that plugin, and the error will clear for the child theme.
Please also don’t ping most of the core BuddyPress developers on Twitter in future; these forums are the best place for support.
December 10, 2012 at 10:25 pm #147009In reply to: Broken theme. Missing parent theme
geoutah
ParticipantFirst question: is this a Buddypress theme or just a WordPress theme?
If this is not a Buddypress compatible theme, this would result in the theme not working.
Try installing the theme first, without Buddypress. If it works, then you know it is not Buddypress compatible.
I would carefully review the theme documentation and follow the installation and activation instructions. Most of the problems I’ve had start there.December 10, 2012 at 8:29 pm #147004In reply to: Buddypress Like on 1.6
Ben Hansen
Participantstill not sure i understand how this is any different from favorite other then the name “like” i used to use that plugin cause someone requested it when we first built the site but when it stopped working i thought to myself “wait second why would i want redundant functionality anyway?” so i just erased it and moved on.
December 10, 2012 at 7:38 pm #146996In reply to: Professional help needed with Buddypress & BB Press…
Kevin.Bowser
ParticipantI should have taken your advice. I went ahead and purchased the Salutation theme because I liked the look and feel of the slideshow and all of that “eye candy”. But, I am stuck as well. I can’t get this thing up and running at all. I am seriously considering wiping out the install and starting all over again.
December 10, 2012 at 7:36 pm #146995In reply to: [Resolved] Why no topics showing on home page?
bruceleebee
ParticipantHello @mercime,
Thank you for the help.
I’m working with a developer to try and get this fixed, so I have shown him this thread and he might chime in too.
The Skematik theme did explicitly state to use the BP Template Pack so that is why I am using that. Also BuddyPress did not work without it installed. But are you suggesting that after using BP Template Pack once it is a good idea to turn it off and then re-up everything via FTP?
I want sitewide forums, but the developer sometimes turns on the ‘group’ forums. Not sure why, I guess he has his own reasons while working. But the only difference when group forum is turned off is that it has a “New Topic” button at the top. When group forums are turned off that disappears.
The forum ‘Make Money Online’ is a category. And I made a forum inside that category called ‘General’. That was only for testing purposes. If a different config of forums would work please let me know.
Not sure about the link you posted (http://thecashlab.com/discussion/forum/)? When I visit that it takes me to ‘page not found’.
Not sure what other information is needed. Please tell me what else you require and I’ll let you know asap.
Thanks,
BenDecember 10, 2012 at 7:35 pm #146994In reply to: Can't crop avatar in other language version
jamyot@cnd-m.org
ParticipantAs you said, it is a WPML bug. They don’t have a work around for me. They reported it as a bug and hopefully next versions of buddypress multilingual plugin won’t do the same!
http://wpml.org/forums/topic/cant-crop-avatar-in-other-language-version/#post-89456
You did a good job helping me confirm that the problem is not with buddypress but it comes from WPML.
Thank you.
You can consider this topic closed and the client is satisfied. (…unless you want to help me find a work around!)December 10, 2012 at 7:18 pm #146992In reply to: BP 1.6.1 Change Avatar page not found
Noodle Man
ParticipantWhat you need to do is go on Settings > BuddyPress > Components. Now you should go onto Settings > BuddyPress > Settings and select “Allow users to change Avatar” or something. Hope this helps!
December 10, 2012 at 6:54 pm #146988In reply to: want to make compatible with bp my theme
aijazsiddique
ParticipantThanks @mercime I want to launch this site soon
here is code
index.php
http://pastebin.com/tes46ZP9
footer.php
http://pastebin.com/K6wQmZmc
header.php
http://pastebin.com/gBe7i4UV
sidebar.php
http://pastebin.com/X8Ci5enWthree more sidebar are here
sidebar-footer-main.php
http://pastebin.com/pbBTrUrF
sidebar-footer-white.php
http://pastebin.com/t9PWQMTr
sidebar-front-page.php
http://pastebin.com/eWC29KxhDecember 10, 2012 at 6:43 pm #146986In reply to: Buddypress Like on 1.6
Hope
ParticipantYes I got this plugin too and tried it but the same comparability problem with my theme. Thanks Josemv!
December 10, 2012 at 6:41 pm #146985In reply to: [Resolved] HELP: Forums page redirects to home
bruceleebee
ParticipantHello @themightymo,
Thanks for the help. But I’m actually past that stage and now have a new problem.
No topics showing on the directory home page.
See this thread: https://buddypress.org/support/topic/why-no-topics-showing-on-home-page/
Thanks,
Ben -
AuthorSearch Results