-
danbpfr replied to the topic Embedding images via url/link in the forum How-to & Troubleshooting 13 years, 1 month ago
https://codex.buddypress.org/developer/customizing/embeds/
To expand the whitelist, you can do it. Read here how:
https://codex.wordpress.org/Function_Reference/wp_oembed_add_provider -
danbpfr replied to the topic Is there a way to not make it necessary for members to have to join each group? in the forum Miscellaneous 13 years, 1 month ago
as of bp-groups-loader.php:147 you can use from within bp-custom.php
<code>define('BP_DISABLE_AUTO_GROUP_JOIN',true);</code>Read also here: […]
-
danbpfr replied to the topic Is there a template tag to display the 'send private message' button? in the forum How-to & Troubleshooting 13 years, 1 month ago
hi @talha8877,
i think the answer is in bp-friends/bp-friends-templatetags.php:145
https://codex.buddypress.org/developer/developer-docs/action-reference/friends/
-
danbpfr replied to the topic Unable to paste YouTube code into profile fields in the forum Installing BuddyPress 13 years, 1 month ago
You’re right @modemlooper !Sorry…
Though i tried several times before posting, but now it works. Huh ! 🙄 -
danbpfr replied to the topic Unable to paste YouTube code into profile fields in the forum Installing BuddyPress 13 years, 1 month ago
Thank you @modemlooper,
the code is ok, but it will work only on the first field group.
It would be better to have this “information” on a custom field group. -
danbpfr replied to the topic Standard profile fields cleared on BP profile save in the forum How-to & Troubleshooting 13 years, 1 month ago
have you correctly installed BP ?
Read here: https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/If you use only the BP’s profile component, somewhere it’s like using a hammer […]
-
danbpfr replied to the topic Polling plugin for buddypress ? in the forum Creating & Extending 13 years, 1 month ago
Bravo ! Nice work. 6+12=18
-
danbpfr replied to the topic Unable to paste YouTube code into profile fields in the forum Installing BuddyPress 13 years, 1 month ago
Hi @scoobydoobydoo wouaaaaaaaah,
the rock’n’roll answer of the day is NO ! I tested on my site and i can insert a youtube URI without problem. The field shows a well formed URI
If you use a custom theme test […]
-
danbpfr replied to the topic Remove sidebar from members and site directory in the forum How-to & Troubleshooting 13 years, 1 month ago
Hi,
Didn’t understand how you were be able to find how to remove the sidebar on activity and group and not on the other pages, but here is how to remove it on what you’re asking for […]
-
danbpfr replied to the topic Can't Access some Posts after deactivating Buddypress in the forum How-to & Troubleshooting 13 years, 1 month ago
Working on Salutation is a mess… and a bit complicated to use.
I suggest you to test your blog with the twenty eleven theme to see if your posts are coming correctly.
After that you have to test with the […]
-
danbpfr replied to the topic Can't Access some Posts after deactivating Buddypress in the forum How-to & Troubleshooting 13 years, 1 month ago
-
danbpfr replied to the topic Can I hide 'Register' page from navigation for logged in user? in the forum How-to & Troubleshooting 13 years, 1 month ago
Go to your admin > Pages and delete the register and empty the trash
Do the same if you have a Login page.
Then go to settings > buddypress.
– Tab Component and check the one you want.
– Tab Pages and […]
-
danbpfr replied to the topic Groups Directory Page is Missing in the forum How-to & Troubleshooting 13 years, 1 month ago
hi,
go to settings > buddypres > tab pages and create a page for each activated BP component.
-
danbpfr replied to the topic [Resolved] Remove 'Public Message' button in child theme in the forum Creating & Extending 13 years, 1 month ago
hi,
or you can also add this piece of code to plugins/bp-custom.php
`function remove_public_message_button() {
remove_filter( ‘bp_member_header_actions’,’bp_send_public_message_button’, […] -
danbpfr replied to the topic Re-order profile menu items in the forum How-to & Troubleshooting 13 years, 1 month ago
Can not work, because your file name is wrong !
It’s the theme functions.php, not functions-custom.phpand this ocde is ok, i tested it on BP before to publish here.
-
danbpfr replied to the topic Re-order profile menu items in the forum How-to & Troubleshooting 13 years, 1 month ago
hi @diondeville,
to change the profile menu (on the top right of the ToolBar)
<code>
function my_change_profile_tab_order() {
global $bp;$bp->bp_nav[‘settings’][‘position’] = […]
-
danbpfr replied to the topic Standard profile fields not showing in BP profiles in the forum Installing BuddyPress 13 years, 1 month ago
The WP standard fields are not used, this is default usage with BP activated.
But you can create your own custom fields on the profile.
More about this here: https://buddypress.trac.wordpress.org/ticket/3335 -
danbpfr replied to the topic Remove 'Edit My Profile' in the forum How-to & Troubleshooting 13 years, 1 month ago
oops, sorry, was code for the old buddybar. It’s now called Toolbar and implemented by default on BP, but i don’t use it.
Also, be a bit more explicit next time you ask for something. They’re many menus in BP. 😉Use this in functions.php (tested: works on WP 3.5/BP 1.6.3 MS)
[Read more]
function admin_bar_remove_this(){
global… -
danbpfr replied to the topic Remove 'Edit My Profile' in the forum How-to & Troubleshooting 13 years, 1 month ago
oops, sorry, was code for the old buddybar. It’s now called Toolbar and implemented by default on BP, but i don’t use it.
Also, be a bit more explicit next time you ask for something. They’re many menus in BP. […] -
danbpfr replied to the topic Remove 'Edit My Profile' in the forum How-to & Troubleshooting 13 years, 1 month ago
hi @nylarose,
take a look here :
http://bp-tricks.com/snippets/code/arrange-group-profile-navigation-menu/If you copy/paste the code, take care to retrieve the /* before the second function name.
- Load More
@chouf1
Not recently active