-
meg@info replied to the topic Member Profile URL with User ID instead of Username in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi,
I was made a hack for that and it work partially!!
The code need more tests, all feeback’s are welcome.
Add this code to your functions.php
-
meg@info replied to the topic Plugin for profile rank in the forum Creating & Extending 11 years, 6 months ago
hi,
mybe cubepoints-buddypress-integration plugin
https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/
can help you, you need to install cubepoints plugin before then disable points for everything and enable only ranks.
-
meg@info replied to the topic [Resolved] Removing BP Search boxes help please! in the forum Installing BuddyPress 11 years, 6 months ago
hi,
there is no filter for the search UI (members and groups), the only why is to remove the function call in the template or to use css.
the template file :
buddypressbp-templatesbp-legacybuddypressgroupsindex.php
just comment bp_directory_groups_search_form();or add this css code :
[Read more]
#group-dir-search{
display:… -
meg@info replied to the topic [Resolved] Right China in the forum How-to & Troubleshooting 11 years, 7 months ago
hi
try this css code :
div.friendship-button {
float: left;
margin-left:5px;
} -
meg@info replied to the topic [Resolved] Right China in the forum How-to & Troubleshooting 11 years, 7 months ago
hi
try this css code :
div.friendship-button {
float: left;
margin-left:5px;
} -
meg@info replied to the topic Suggest new friends in the member friends tab in the forum How-to & Troubleshooting 11 years, 7 months ago
-
meg@info replied to the topic Can't change activation email? in the forum How-to & Troubleshooting 11 years, 7 months ago
Hi,
1) Mybe the code source of Welcome Pack plugin (https://wordpress.org/extend/plugins/welcome-pack/ ) can help you in dev.
2) or check this link :
http://bp-tricks.com/featured/creating-a-custom-email-template-for-your-buddypress-emails/3) Check this code (from bp-members-functions.php line 1353). function…[Read more]
-
meg@info replied to the topic Howdy, community! in the forum Showcase 11 years, 7 months ago
Hi, Nice UI and Color schema,
I think there is some problems of allignement in WP ADmin Bar ? (in #adminbarlogin i think must float to right)
What difference between Persons and Communities ?
http://www.howdycom.com/members
http://www.howdycom.com/persons
http://www.howdycom.com/communities -
meg@info replied to the topic Custom Activity feed – need help with code in the forum How-to & Troubleshooting 11 years, 7 months ago
Hi,
https://gist.github.com/dzmounir/5405475
This is short code i was made, you just need to edit or remove some css class for html code.
-
meg@info replied to the topic [Resolved] How to make BuddyPress menu and contents only visible to members? in the forum How-to & Troubleshooting 11 years, 7 months ago
-
meg@info replied to the topic [Resolved] This script blocks oEmbed in the forum Miscellaneous 11 years, 7 months ago
You can edit the activity,
but at the place of the link of the image, you will get html code of image.
-
meg@info replied to the topic [Resolved] This script blocks oEmbed in the forum Miscellaneous 11 years, 7 months ago
Hi
just edit this line
return '<img src="'.$url.'" />';
to
return '<img src="'.$url.'" width="200px" height="200px" />';
The proper way is by using css class.
-
meg@info started the topic Discussion – using BP Theme Compat future in Plugins in the forum Creating & Extending 11 years, 7 months ago
Hi,
I want to open discussion about using BP Theme Compat future in Plugins.
in buddypress docs, there are 2 posts discuting about that :
https://codex.buddypress.org/theme-compatibility/how-to-enjoy-bp-theme-compat-in-plugins/…[Read more]
-
meg@info replied to the topic [Resolved] This script blocks oEmbed in the forum Miscellaneous 11 years, 7 months ago
U Welcome 😛
-
meg@info replied to the topic [Resolved] This script blocks oEmbed in the forum Miscellaneous 11 years, 7 months ago
Hi,
Add this code yo your functions.php, i was add filter to embed_maybe_make_link wp function.
It work!! but mybe there is more good solution for auto-embeding image in bp (personaly, i was search since for long time for solution, but i dont find it :p).
/**
[Read more]
* Check if url is image
* <a href='https://buddypress.org/community/members/param/'… -
meg@info replied to the topic Login and Register Link in the forum How-to & Troubleshooting 11 years, 7 months ago
Hi,
Check your buddypress settings (pages tab) in wp admin,
make sure that Register and Activate pages are created, else create new pages, select them as Register and Activate pages then save.
-
meg@info replied to the topic problem with members and groups widgets in the forum How-to & Troubleshooting 11 years, 7 months ago
hi,
You need to add css class .widget to the .sidebar-box div (container of widget). check in functions.php of your current theme.
-
meg@info replied to the topic Make Profile Name field visible by admin only? in the forum Installing BuddyPress 11 years, 7 months ago
Hi @gsj,
Add this code to functions.php file of the current theme.
add_filter(‘bp_xprofile_get_hidden_fields_for_user’,’bp_define_hidden_fields’, 10 ,3 );
function bp_define_hidden_fields( $hidden_fields, $displayed_user_id, $current_user_id ) {
//if not admin or if not the the profile of the current user
if ( !is_super_admin(… -
meg@info replied to the topic [Resolved] Logged in avatar in the forum How-to & Troubleshooting 11 years, 7 months ago
hi,
just call bp_loggedin_user_avatar fuction, it print html code of the avatar (without echo)
bp_loggedin_user_avatar( ‘type=full&width=150&height=150’ );
-
meg@info replied to the topic how to generate a page showing only certain groups in the forum How-to & Troubleshooting 11 years, 7 months ago
Hi,
You can use bp-group-hierarchy plugin :
https://wordpress.org/extend/plugins/bp-group-hierarchy/
Or with shortcodes using bowe-codes plugin
https://wordpress.org/extend/plugins/bowe-codes/
Just create new wordpress pages, then use buddypress shortcodes from bowe-codes plugin to print what you want.
- Load More
@megainfo
Active 8 years, 9 months ago