Search Results for 'buddypress'
-
AuthorSearch Results
-
August 17, 2010 at 8:47 pm #89425
In reply to: Clear message to all users
pcwriter
ParticipantYou’re absolutely right! I do tend to give answers rather than what I myself ask for: help to learn how to do it… preferably with a working example

Still working on the admin panel for my plugin, and I’m starting to get the hang of things (I think…).August 17, 2010 at 8:41 pm #89424In reply to: Need to check if bp_profile_field_data() has data
Roger Coathup
Participant@tubruk : As I said in my previous post… you’ll have to post your code (use pastebin.com) so that we can see where your problem might be.
August 17, 2010 at 8:37 pm #89423In reply to: Future groundbreaking plugins
kunalb
Participant@Mark: What kind of folder structure do you have? I had to do some trickery to pick up theme files from the plugin itself, without copy/pasting anything, and that seems to be causing a problem on your install.
August 17, 2010 at 8:34 pm #89422Roger Coathup
Participant@r-a-y: I’m not sure this fix will work for Tatiana. I think she’s wanting to show the whole post (rather than the excerpt) in the activity stream, and make sure that formatting (paragraph breaks) is maintained. The posts are are poems, and many have an image at the top.
Her problem, is that posts over a certain length are automatically shown just as text excerpts, with all the breaks gone (although a thumbnail image is still preserved.. see other thread).
Using the excerpt would, without removing filters, lose the images and the paragraph breaks.
August 17, 2010 at 8:24 pm #89421In reply to: Anyone got BuddyPress Maps working?
amahesh
MemberAny update on this
https://wordpress.org/extend/plugins/buddypress-maps/August 17, 2010 at 8:08 pm #89419In reply to: Gravatar Settings?
r-a-y
KeymasterDefinitely add this as an enhancement ticket on Trac:
https://trac.buddypress.org/newticketAugust 17, 2010 at 8:06 pm #89417In reply to: Can admin replace a member’s avatar?
r-a-y
KeymasterYou can manually add a member avatar to your avatar directory.
eg.
example.com/wp-content/uploads/avatars/USER_ID/hldkfhlaskjhdfljsdfdf-bpfull.jpg
example.com/wp-content/uploads/avatars/USER_ID/hldkfhlaskjhdfljsdfdf-bpthumb.jpgThe suffixes are important as BP will pick up any image with the “-bpfull.jpg” suffix or the “-bpthumb.jpg” suffix.
If you only have to do this once, then this is sufficient.
If you want to replace all the member avatars with a default one, try reading this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-avatars-how-to-change-the-default/#post-45764August 17, 2010 at 8:03 pm #89415In reply to: “Join Group” link does nothing on my site
r-a-y
KeymasterWhat happens when you use the default BuddyPress theme?
Does the “Join Group” link work then?
August 17, 2010 at 7:59 pm #89414In reply to: After installation my control panel turns to blank
r-a-y
KeymasterAugust 17, 2010 at 7:53 pm #89412r-a-y
KeymasterDid you pass parameters into the messages_new_message() function?
All the parameters can be found in the /plugins/buddypress/bp-messages.php file like Boone stated.
—
Private messages are disabled on this website at the moment due to spam. However, on a regular install, simply navigate to the “My Account” menu in the BuddyPress admin bar (located at the top) and navigate to “Messages”.
August 17, 2010 at 7:50 pm #89410ghostchild
MemberI’ve got the same issue as @Whyameye and PeD
I’ve followed all guides (including @sandra1010 last post) but still cannot create an event – there’s no option anywhere – am I missing something?
August 17, 2010 at 7:49 pm #89408Mack
ParticipantThanks for quick respond
. I try to call this function, but it doesn’t seem to be working. Nothing is inserted into the bp_messages tables in wordpress db. BTW, how to open my inbox? I can’t find it even here on buddypress.org, and on the site I am working on it’s also invisible. Should I install some new plugin or what?Cheers,
MaciejAugust 17, 2010 at 7:46 pm #89407r-a-y
KeymasterDirect link to code:
http://pastebin.com/adaQBSTzThis only applies to blog posts FYI.
August 17, 2010 at 6:51 pm #89405In reply to: Login widget like in this website?
damainman
Member@nit3watch – Awesome, it worked, in the sidebar.php in the bp-default I copied the code from line 3 to line 74.. and pasted it into a sidebar widget utilizing the “Executable PHP widget” wordpress plugin, and it works like a charm!
@hnla, yes you are correct… I am using a custom built theme and needed to incorporate buddypress so users can login/register via the front end and manage their profile via the frontend…. it is the only features I am using from buddypress because no other plugin I could find had similar functionality. It gets the job done though, and I like it
.I followed the steps in the template-pack plugin to get it working with my theme, it was pretty smooth and straightforward and I haven’t experienced the overlapping issues stated in the notices. so all is good.
I knew there would be some customizations needed that have to be done manually, I just couldn’t find it in the documentation or via forum searches. I had no idea about the bp-default folder, but now that I do.. I am sure i will be able to solve some of my other problems

cheers!
August 17, 2010 at 6:44 pm #89404In reply to: how to change the name lables on navigation tabs
nit3watch
ParticipantAugust 17, 2010 at 6:42 pm #89403In reply to: Need to check if bp_profile_field_data() has data
tubruk
Participantokay @rogercoathup now it works but only for the field about me…
I’ve got another field and tried it it doesnt work??
my about me field is an textarea I’ve created something like it it didnt workedAugust 17, 2010 at 4:56 pm #89398In reply to: Activity of the user not being shown
mvvspr
ParticipantI have found out that the conflict is because of @pollyplummer Buddypress friends only activity stream plugin.Could you please update your plugin with the fix provided by @nuprn1 on his website.
Thanks,
PrashantAugust 17, 2010 at 3:45 pm #89394In reply to: Setting up member profile comments
ghostchild
MemberThanks @mercime and @keneticimages – I’ll check them out…
August 17, 2010 at 3:13 pm #89393In reply to: Gravatar Settings?
Roger Coathup
Participant@lunakm: rather than modifying the core code, which will need changing every time BP is upgraded, you might be better trying to do it as a filter.
I suspect the filter you’d want to work with is bp_core_fetch_avatar_url. Try hooking a function onto this (in your bp-custom.php file) that appends the &r=x to the url.
It might be worth raising it as an enhancement request for future BP releases, to give more control over the parameters that can be passed to Gravatar.
Cheers, Roger
August 17, 2010 at 3:05 pm #89392Roger Coathup
Participant@Tatiana – I have already opened another thread for this image problem, cheers, Roger:
August 17, 2010 at 2:06 pm #89389In reply to: Setting up member profile comments
Kenneth Henderson
MemberI know @justbishop has setup something like this on here site. (a la ebay sellers)
https://buddypress.org/community/groups/gallery/forum/topic/clothunderground-com-launching-tomorrow/
I am using the BP-Wire plugin that @mercime mentioned and also some other customizations for user to user interaction on my sites.
August 17, 2010 at 2:06 pm #89388In reply to: Complete Newbie Migrating from Ning
Tony Zeoli
ParticipantAll:
Please note that your Ning export may be corrupted. Your LOCAL JSON file should be the same size as its sister file. According to Boone Gorges, the creator of the Ning to BuddyPress Importer, you can rename your -non-local file to LOCAL, as all the content in both should relatively be the same, with the following caveat:
“-local.json files in the Ning export should be more or less identical to the non-local files, except that the local ones have relative links, which is especially relevant for inline images (which are stored in the /discussions/ directory).”
The plug-in searches first for the “ning-discussions-local.json” file. If that is corrupted, then the process will not complete. Boone said that he could change it, but that would mean having to do a search and replace in mysql of the path set by the export.
Tony Zeoli
August 17, 2010 at 12:03 pm #89381In reply to: Clear message to all users
August 17, 2010 at 11:35 am #89379Hugo Ashmore
Participant‘Home’ or ‘Index’ are two very accepted conventions in web sites denoting as they do the domain site root or initial main page, I doubt you will gain much in SEO terms from changing them, often there is too much emphasis placed on suppossed SEO enhancements.
However if you must di it
then read through this page for a better understanding oof the approaches you could take:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/But yes you could change the string as seen in the main header.php nav
August 17, 2010 at 11:06 am #89377In reply to: Blog Theme / Buddypress Theme
John
Participant@crashutah thanks you very much for your answer.
http://www.themainblog.com (the main blog with Theme 1 and the buddypress navigation bar in the header)
nameofablog.themainblog.com (the user’s blog url with Worpdress multi-bloggin with the wordpress theme of their choice)
http://www.themainblog.com/members/ (Theme 2, a theme made for buddypress like the one on testbp.net which will be used with the buddypress functions)Or is it possible to have ?
http://www.themainblog.com (the main blog with Theme 1 and the buddypress navigation bar in the header)
nameofablog.themainblog.com (the user’s blog url with Worpdress multi-bloggin with the wordpress theme of their choice)
budypress.themainblog.com/members/ (Theme 2, a theme made for buddypress like the one on testbp.net which will be used with the buddypress functions)Thanks you very much for helping me.
Best regards,
-
AuthorSearch Results