@ skibler I can’t replicate the issue. Try deleting the code used above and downloading the plugin zip here:
https://github.com/bphelp/private_community_for_bp
install like a plugin. Then change the line 27 in private-community-for-bp.php to where you wanna redirect too.
@chouf1 No need in being nasty about it. I just thought you didn’t mind helping me since you had helped me before. I’m sorry! Anyway thanks for the other help you given it is appreciated.
🙂
This will put all notifications in your sidebar:
BuddyPress Notifications Widget
i have already helped you here for the same question: https://buddypress.org/support/topic/how-to-add-images-to-a-custom-toolbar/#post-156520
Let me tell you that you don’t ask for help now, but search somebody doing that plugin at your place. 👿
Go to the job board and hire a dev, if you don’t know go further with all the elements you already received. I’m not at your personal service !
Hi.
I have added shortcodes in function.php of my buddypress theme.
Now shortcode are executing in full article/post.
But, in activity stream, where is excerpt used, shortcodes are blank.
How to execute shortcodes here in activity feed/stream, in activity description, in activity page or how it is called?
anything?? i’m in the same situation here with a buddypress site and google apps.
thanks
Thanks bphelp, I used the code and have success except for in IE 8 the “Groups” and “Members” tabs are not working correctly – they are defaulting to the page I have set up for the redirect.
This is only happening in IE. I have tested in Chrome, Firefox and Safari with success.
Please help!
create your page with slug/url bp-profile and then use this code
https://gist.github.com/modemlooper/5189083
Thanks for reply, You can find the site here http://xltrax.com/bp/
http://xltrax.com/bp/members/xltraxc/
Thanks once again
Hi @chouf1, just wondering if you could help me a little more with the above code. I don’t mean to bump this but with people not getting there @mentions notifications here I am afraid it will be overlooked. Thank you kindly!
You can’t just install and not take action to limit server requests. You need to cache as much as possible and use a CDN. Also check logs you can have bots hitting site and you can block those.
Find out what is hitting ajax file and block it.
@amrvignesh based on the response and resolved status of this topic, the instructions worked out well for the OP for the theme version as of Nov. 16, 2012. If the theme has been updated/revised since then, that could be the reason why it’s not working for you. Site URI?
I see in the codex that there is supposed to be a hook called ‘bp_core_avatar_save’ in bp-core/bp-core-avatars.php. I have looked for this hook and it isn’t there. I need a hook for a project I’m working on that fires when a group avatar is uploaded. There doesn’t appear to be any such hook in BuddyPress 1.6.4. Will this hook be coming back? Why was it removed?
@sunabuddy, @mercime May I know, Does the optimized buddypress theme working well If so Can I have the files.
Thanks
Have either of you actually directed these questions/issues to the appropriate places?
https://github.com/Courseware/buddypress-courseware/issues
or the WP forum for the plugin.
I would also be seeking to get an understanding of whether this plugin is to be supported going forward as there seems to be some differings views I’ve seen and knowing one of the authors they are extremely busy with other projects.
Be very careful about building sites based on third party plugins, you have to have a fair idea they will be supported or learn the necessary skills to keep them running.
Its a new installation and my firts group.
@rondena For new installations BP 1.6.4/WP 3.5.1, please follow the instructions posted at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/ Make sure that Discussion Groups is disabled at Settings > BuddyPress > Components panel.
Hi
Cant start a forum in my groups. When creating a new thread i can create topic and content all that, but when i click on post i land on an empty white page saying Fatal error on top.
Its a new installation and my firts group.
If i go back to group i can see the new thread in the group forum but when i click it i land on the white fatal error page.
Fatal error: Call to undefined error bb_get_id_from_slug() in /storage…/buddypress/bp-forums/bp-forums-function.php on line 178
Any ideas what this could be? Is a slug of mine creating this? If so, whats the default?
Thanks!
I am glad that someone else has the same problem as I do. Again, I will ask what is the correct combination of Buddypress and courseware that will work. Obviously with so many downloads of both people are using it.
Also, since it is obvious that the issues I presented are not just on my box, what is the course of action of for getting the bugs fixed that are creating these issues?
I REALLY need to get these things resolved in some manner. I don’t care if that is installing a previous version of Buddypress and Courseware.
Solved, thanks for you help, this was the issue…
One of the options to change the site URL is to add:
update_option(‘siteurl’,’http://www.example.com’);
update_option(‘home’,’http://www.example.com’);
to functions.php file
I did this, but added to the core theme functions file.
I now have added this to functions.php in the Buddypress theme under plugins > bp-themes > bp-default and it works
Thanks
Thanks,
issue: links to pages changed sitename to ‘named’ URL and, but links for buddypress data, eg users remains as numbers, 192.xxx.x.xxx URL, so not changed.
I changed the sitename in the wp-config.php file with:
define(‘WP_HOME’,’http://www.example.me/wordpress’);
define(‘WP_SITEURL’,’http://www.example.me/wordpress’);
checked the database, bb_meta and wp_options has the changed URL’http://www.example.me/wordpress
Looking further, on the settings > general page the fields have been greyed out, but only the Site Address (URL) has registered the change, the WordPress Address (URL) remains as the numbered IP and is not changed.
It looks like the issue is that the ‘define’ code in wp-config needs to change the WordPress Address (URL), but has not.
Thanks
Hi. I have a comma in my web site name, so it must be causing this in the activation email’s subject line.
Can you tell me how to edit the file to fix? I’m in the bp core filters file now to address the text. Â it looks to be this line, but not sure how to back out the comma.
$subject        = ‘[‘ . $from_name . ‘] ‘ . __( ‘Activate Your Account’, ‘buddypress’ );
ty.
jz
Let me re-create the scenario for the third time and provide you more details… here are the list of plugins and their versions…
BuddyPress 1.6.4 Activated
Collabpress 1.2.3. Activated
BuddyPress Default Theme 1.6.4 Activated
This time I tried something new… I simply deactivated the plugin… and opened the front-end. Got the white screen again. Without even deleting the plugin.
But when I re-Activated the plugin and refresed the page… the website came back again….
Now a 3 out of 3 times success rrate.
Hope this helps..
Gentlemen, I’m going to close this topic. Thank you all for your feedback. There are alternative hosting solutions for WP/BP installations.
Hey folks,
It’s been a while with this topic. Any updates? or any new idea how to populate buddypress profiles with facebook data?