-
Carl posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 2 months ago
@sbrajesh Hey! thanks for replying here aswell! ^_^ Brilliant, that’s really close! š It disables all my other text boxes, but it atleast shows the youtube embed! maybe a way of specifying the profile field? i’ve tried playing around with the $field->data->value, $field->type, $field->id but cant seem to get the code right. something like…[Read more]
-
paulhastings0 posted on the forum topic creating a new page with a chat script in the group How-To and Troubleshooting: 14 years, 2 months ago
@thelandman I just wanted to let you know that @sbrajesh has been working on chat plugin of his own. Perhaps the 2 of you could combine efforts? He has a beta who’s source code is now GPL.
-
Ajet posted an update 14 years, 2 months ago
@sbrajesh wordpress requires a huge amount of memory to load ā¦ arround 30Mb ā¦
when you are activating buddypress it requires more ā¦.running phpinfo I found the default memory limit was 34MB
via .htaccess i have increased my memory to 64M now it is working fine i can access my wp-admin -
mvvspr posted on the forum topic BuddyPress Chat – Similar to Facebook's in the group How-To and Troubleshooting: 14 years, 2 months ago
@sbrajesh
Looking forward for your chat plugin.Thanks
Prashant -
mercime posted on the forum topic Video Plugin Equivalent to BuddyPress Album+ in the group How-To and Troubleshooting: 14 years, 2 months ago
BP Album+ has been renamed BuddyPress Media (not to be confused with KalturaCE’s). I don’t know if they already have video uploading capability or how it’s working, but check it out https://buddypress.org/community/groups/bp-album/ Post videos and photo galleries – https://buddypress.org/community/groups/post-rich-videos-and-photos-galleries/ though…[Read more]
-
mercime posted on the forum topic post update with pictures in the group How-To and Troubleshooting: 14 years, 2 months ago
Video – via Oembed for BuddyPress – Input any URL from one of video sites listed in plugin info into an activity update or forum post in BuddyPress.- https://buddypress.org/community/groups/oembed-for-buddypress/ BP Media plugin – not sure if the plugin can do that already, but check it out. Flickr update in member profile – va BP Flickr Plugin by…[Read more]
-
jvoss posted on the forum topic How to show multiple profile field groups on register.php? in the group How-To and Troubleshooting: 14 years, 3 months ago
Success! It turns out I was much closer than I thought. I had done some extensive rearranging and adding of divs to the editfield divs, and didn’t have the do_action( ‘bp_custom_profile_edit_fields’ ) in the correct place. I also used some code from @sbrajesh that he posted at http://bpdev.pastebin.com/RLreXE7X that was intended for displaying all…[Read more]
-
Mark posted on the forum topic Global forum problem. in the group How-To and Troubleshooting: 14 years, 3 months ago
-
mercime posted on the forum topic Global forum problem. in the group How-To and Troubleshooting: 14 years, 3 months ago
@markhahnel – you should ask @sbrajesh at BuddydDev.com forums where he’s active in responding to questions about his plugins.
-
xrun posted an update 14 years, 3 months ago
@sbrajesh Hi Brajesh.
It seems like moving the site I have been working on made a couple of things stop working. Specifically, displaying the buddypress avatar in the sidebar of a blog. I’ve been trying to fix it for almost a week, but it seems like I’m stuck. I would be greatful for any assistance you could offer here. š -
Trivikrama posted an update 14 years, 3 months ago
@sbrajesh Hi Brajesh. I am Trivikram. I am using buddypress in our company internal site. I want to add some features like hiding admin and webmaster from the members list. and Blog option from the personal menu. Could you help me in this aspect??? plz….
-
agrundner posted an update 14 years, 3 months ago
@sbrajesh @sbrajesh Nice job on your new Blog Categories For Groups Plugin! Two suggestions: 1) if you’re thinking of integrating Group Tags in the future, consider making it compatible with the current BuddyPress Group Tags Plugin. That way people can easily transition over who are already using the current group tags plugin. 2) Allow the site…[Read more]
-
xrun posted a new activity comment 14 years, 4 months ago
I was wondering, I know these buttons are in the buddybar at the top of the page, but to stay consistent with the theme with buttons below the profile in the sidebar: do you have the code for adding links to these things too?
inbox
groups list page
friends list page
edit profileI tryed copying those from the profile pages, but it seems like…[Read more]
-
justbishop posted on the forum topic Remove "Blog Owners" From Admin Bar for ONE Blog Only? in the group How-To and Troubleshooting: 14 years, 4 months ago
@sbrajesh: Eeek! I have no idea what plugin would do that! I certainly don’t remember installing one with that as my goal! I did edit the .po file to change all instances of “blog” to “shop”, so all but the display terminology should be the same as the “blog owners” link that is in the default […]
-
justbishop posted on the forum topic Remove "Blog Owners" From Admin Bar for ONE Blog Only? in the group How-To and Troubleshooting: 14 years, 4 months ago
@sbrajesh: On the following site, I want to get rid of the text “Shop Owners” (and the downward arrow, of course) in the BP admin bar so that it looks exactly like my main site’s bar http://www.clothunderground.com/search/ As you can see, using the code you posted did cause the “Shop Owners” menu to not drop down […]
-
justbishop posted on the forum topic Remove "Blog Owners" From Admin Bar for ONE Blog Only? in the group How-To and Troubleshooting: 14 years, 4 months ago
@sbrajesh: Wait!You’re correct! It DOES seem to have removed the stuff that drops down from the “Blog Owners” menu (the name and avatar of the owner of blog 12), but I need the actual “Blog Owners” text removed from the admin bar completely.
-
justbishop posted on the forum topic Remove "Blog Owners" From Admin Bar for ONE Blog Only? in the group How-To and Troubleshooting: 14 years, 4 months ago
@sbrajesh, thanks so much for the reply! Unfortunately, that didn’t work in either file š
-
xrun posted an update 14 years, 4 months ago
-
try the following code
http://bpdev.pastebin.com/SC6ysJ3Abtw, you will need to find the $user_id of the admins/owners of the current blog. You may see it in the bp-profile-for-blogs plugin.
Let me know if that helps or not.
-
Absolutely beautiful. I added code from the profile for blogs plugin to determine the user id, you can see it in the first 15 lines of code there now.
http://bpdev.pastebin.com/6HLJ9MrqYou’re a lifesaver.
When visiting that users blog now I get links for Add/Remove friend, Mention this user, and Send private message.
When I log in as the user…[Read more]-
You are most welcome.
add a conditional like if($user_id==$bp->loggedin_user->id)//this is my own blog, do not show the links and then just copy the links for inbox etc, I thi8nk, i will add it in the next release of the plugin too, as It seems a very nice feature š
Thanks.-
It turns out I need to display the avatar for the logged in user as well, in the sidebar at a different place on the pages I’m setting up. In this location the avatar for the admin of the current blog must not be displayed, only the logged in user. Do you have a tip for how I may tweak the plugin and widget to do this?
-
-
-
I was wondering, I know these buttons are in the buddybar at the top of the page, but to stay consistent with the theme with buttons below the profile in the sidebar: do you have the code for adding links to these things too?
inbox
groups list page
friends list page
edit profileI tryed copying those from the profile pages, but it seems like…[Read more]
-
-
-
techguy posted on the forum topic Changing Avatar size sometimes creates Fuzzy Avatars in the group How-To and Troubleshooting: 14 years, 4 months ago
@sbrajesh It seems like the group avatar’s use this same code. How would you call the bp_core_fetch_avatar of varying sizes for groups by group id?
-
xrun posted an update 14 years, 4 months ago
@sbrajesh Hi Brajesh
I’m looking for a way to include the add friend, remove friend, inbox, send message, all those links in the sidebar below a profile avatar along with the profile info. I’m already using your very good plugin, but I’m still looking for the rest. Could your plugin do this, or do you know how I could add this myself?-
Do you want these buttons on profile or on blog page? code will be different depending on where you want them. please let me know, I will post the code snippet.
-
I’m displaying the avatar and profile information, bio and so on in a sidebar on a blog page, so I guess a blog page would be the correct place.
-
-
- Load More
@sbrajesh
Active 1 year ago