Search Results for 'buddypress'
-
AuthorSearch Results
-
April 21, 2010 at 3:51 pm #74606
In reply to: Badge Maker
warut
Participant@Gpo1 do you mean bp gifts plugin?
you have to go to other member profile and click tab gifts, it will show box to send gifts to that member.
-bp badge-
still dont know what wrong with child theme if someone know about theme structure please look thead
https://buddypress.org/forums/topic/create-subnav-not-working-with-child-theme
April 21, 2010 at 3:45 pm #74605In reply to: Buddypress breadcrumbs
3sixty
Participantmaybe it has to be an internal url, like /activity.
That turns out not to be the case:
= Does this plugin check against existing slugs? =
No. It takes whatever
$urlyou give it. This makes it fairly flexible for any BuddyPress installation with any component.April 21, 2010 at 3:42 pm #74603In reply to: Buddypress breadcrumbs
3sixty
ParticipantWow, cool. I didn’t know this API existed. https://wordpress.org/extend/plugins/bp-breadcrumbs/
I’m trying to figure it out now, but JJJ provided no documentation so far, unless it’s in the plugin file itself.
I tried this but it didn’t do anything:
bp_breadcrumbs_add('testcrumb', 'google.com');and
echo bp_breadcrumbs_add('mycrumb', 'yahoo.com');maybe it has to be an internal url, like /activity.
I’ll open the plugin file now.
April 21, 2010 at 3:25 pm #74602In reply to: TinyMCE for BuddyPress – works for 1.2 as well
Ipstenu (Mika Epstein)
ParticipantOkay, B and I were being stripped by my parent theme. Fixed that!

Still having the problem where it won’t refresh and clear out the entry field, though.
April 21, 2010 at 3:01 pm #74599In reply to: Avatar Cropping Problem
greg72
MemberI am having the same problem but I’m using the default buddypress theme and no mu plugin. Tried firefox, ie and chrome to no avail. I do have GD installed on my server, not sure where to go from here.
April 21, 2010 at 2:12 pm #74595In reply to: 404 Error on buddypress links
adiallo
ParticipantI called them too they said they cant do it …. I am hoping there is another way to make it work without that file. I am going to try a new clean install see if it help or no.
April 21, 2010 at 2:01 pm #74591In reply to: Profile Hooks?
Boone Gorges
KeymasterDownload this plugin and check out the code: https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/ It will show you the basic method I used to modify specific xprofile fields. Short version: you can filter the output of xprofile fields in general, and then you use a conditional to detect the name of the profile field that you want. Not enormously elegant, but hopefully that code will get you part of the way there.
April 21, 2010 at 1:53 pm #74590Windhamdavid
Participantthe api eh? (a large percentage of shared hosts are poor quality, we’ll never be able to fix that) my take is that at it’s core, it’s “the missing extended user profile framework for WordPress”. It would, in my feeble opinion act primarily as a framework api for extending those profiles. Some of the issues and limitations are really presented by wordpress and mu.. not Buddypress and in much the same way that bp extended the wordpress user profiles/functions we should tackle those head on as had been done with the improvements in the BP1.2 registration. There are infinite ways to build on those relational database fields. Focus exclusively on bp_xprofile _fields, and _data. It’s not that I’m anti-activity stream and the terms social network, life stream or whatever just seem to incorporate user profiles into some sort of relational scheme, be it friends, followers, ‘like’-ing, sharing or chronological micro blogging. Extending the stability, functionality, and interactivity of each component is the goal, but I’d prefer to see no dependency among core elements with one another. It’s fairly simple to build out a “social network” in other popular content management systems by extending the user database fields and in my day to day practice, I typically use only about 20% of the Buddypress core components for a WordPress project. Even though the hype is in the activity stream and the extensions for it (more facebook or twitter like), I side with @stwc in that “It also means that the platform has to have a robust set of tools for the administrator and moderators of the community “. A community (or ‘social network’) is just a set of users and to me, key items are a small footprint on the database and tight the integration with the existing wordpress user roles, permissions, registration and management. The api should ideally be flexible enough to accommodate any possible relational data between user profiles that a plugin author may dream of. I think the core integration between user profiles and the activity/blogs/groups/forums/friends illustrate the foundation of the api and should be as unified, consistent, and simple as possible with very little dependency or overlap in functionality. This would be impetus for creating a more standardized way to interact with the xprofile and be a good foundation for a solid api. lastly, thanks @mrmaz for starting the thread, being pro-active, getting the trac and api.buddypress and generally illustrating the potential of a solid api in regards to how well your links plugin and others can interact with the core.
ps.. death to PHP4 and fsck backwards compat
April 21, 2010 at 1:48 pm #74589In reply to: Avatar Cropping Problem
6020329
InactiveNevermind. The problem was that I took out some div elements and that was obviously breaking the javascript functions. For future child theme creators, make sure to have all the same div elements in the same place as the BuddyPress Default theme (i.e., “container”, “content”, and (maybe?) “padder”).
April 21, 2010 at 1:46 pm #74588In reply to: BuddyPress Multilingual
Bowe
ParticipantGreat.. Looking forward to it
April 21, 2010 at 1:39 pm #74587In reply to: Buddypress gifts component
asaubota
Memberthanks warut!
and what about send button?
April 21, 2010 at 12:46 pm #74582In reply to: Adding footer to subdomains outside WPMU/BP?
Boone Gorges
Keymaster@cocomozlo – If you just want static content in the footer – site information, credits, privacy notice, etc – your best bet is to copy the HTML produced by BuddyPress, put it into its own file, and then require it in your subdomains with a normal PHP require statement.
If you want dynamic information (latest posts, activity, etc) it’s going to be trickier. Those widgets are populated dynamically by WordPress, and so require WordPress to be loaded. The easiest way to make it work would be to load WP/BP in the background of your subdomains and then use the footer PHP provided by BP. You can start WP by requiring wp-load.php in the root of your WP directory.
Requiring WP on every page load is pretty intensive, though, especially if you’re running another CMS altogether on other subdomains. It’d be good to avoid it. A possible method: Write a BP function that writes the footer to a static file and refreshes it periodically, then include that html page in your subdomains. See http://blog.slaven.net.au/archives/2007/02/01/timing-is-everything-scheduling-in-wordpress/ for more on scheduling events (like a cache) in WP; check out a plugin like https://wordpress.org/extend/plugins/wp-cache/ for an example of WP caching in action.
April 21, 2010 at 12:01 pm #74575In reply to: COMING IN FROM NING
stmedia
ParticipantI am indeed enjoying buddypress. what a terribly nice and helpful forum this is. I’ve been roadtesting a WP V3 Beta somewhere so I’ll go that route eventually. Thanks for your help
April 21, 2010 at 11:30 am #74573In reply to: BuddyPress Multilingual
jozik
ParticipantHi Bowe,
activity stream is not currently handled by BPML,
we plan to add support for that in next release.
April 21, 2010 at 10:50 am #74572In reply to: Convert a WordPress Theme to a BuddyPress Theme
Kevin Ryman
Participant“This is relevant to my interest.”
If you’re a developer please read https://buddypress.org/forums/topic/i-need-help-converting-existing-theme-into-a-buddpress-ready-theme and let me know if you can help me. This is a paid job. Please read my post at https://buddypress.org/forums/topic/i-need-help-converting-existing-theme-into-a-buddpress-ready-theme and let me know if you can help me. There are about 8 pages to edit.
April 21, 2010 at 9:55 am #74570In reply to: Adding footer to subdomains outside WPMU/BP?
pcwriter
ParticipantHave you seen Brajesh’s Sitewide Footer Content plugin? It’s a premium plugin fromBuddyDev.com so you have to sign up to get it, but he’s got a lot of goodies there which make the $30 (for 3 months) a pretty good investment.
I use it on my network (with subdirectories mind you) but know of others who use it with subdomains with no problem reported.
Hope this helps!
April 21, 2010 at 9:36 am #74569In reply to: COMING IN FROM NING
Bowe
Participant1) This is indeed something that only comes with WPMU.. But WordPress 3.0 is almost ready and multi-networks (read=user blogs) are a option in 3.0.. So you might enable this feature for your community as soon as WP 3.0 is released.
2) You can add youtube videos into the activity stream by using the oEmbed Plugin created by Ray. https://wordpress.org/extend/plugins/oembed-for-buddypress/. Simply copy and paste the URL to the video into an Status Update, Reply or Blog Comment, and it’s gets embedded into the stream. Awesome!
3) Currently you have two options for this:
keep an eye on this topic: https://buddypress.org/forums/topic/bp-album-new-features-requests-and-discussion. It’s an album plugin which is shaping up nicely and offers albums for your users.
or check out http://www.buddydev.com which offers BP-Gallery. A media plugin which allows the creation of video, pictures and audio galleries. It’s currently almost in it’s final stages, but if you would like to use it you need to have a paid subscription.
I hope you enjoy BuddyPress
April 21, 2010 at 8:30 am #74565In reply to: Buddypress gifts component
warut
Participanti think not update version in few day.
for temporary fix username bug# you can edit code in bp-gifts-ajax.php
change $bp->displayed_user->fullname to $bp->displayed_user->userdata->user_login
[from line 41]
$content = ‘<img class=”gift-image” src=”‘. $_POST[‘gift_path’] .'” />displayed_user->domain.'”>@’.$bp->displayed_user->fullname.’ ‘.$_POST[‘gift_message’];
[to]
$content = ‘<img class=”gift-image” src=”‘. $_POST[‘gift_path’] .'” />displayed_user->domain.'”>@’.$bp->displayed_user->userdata->user_login.’ ‘.$_POST[‘gift_message’];
April 21, 2010 at 7:17 am #74559In reply to: Buddypress gifts component
asaubota
Memberand how fix this bug with username? when you will update plugin?
April 21, 2010 at 6:55 am #74557In reply to: 404 Error on buddypress links
Suave74
MemberWell I just got off the phone with yahoo and they wont let you edit the file and they wont edit it them selfs so my question is there any other way to get this plug in to work with out access to the .htaccess file?
April 21, 2010 at 6:40 am #69271In reply to: 404 Error on buddypress links
Suave74
Member@adiallo thats no good did you try to call there customer support Im gonna try that tomorrow I been with yahoo for about 6 years and I had a php forum or a photo album installed and I remember I had to change something with the .htaccess file I was able to do it back then. Now after reading there rules I see they dont allow you to edit or even see an .htaccess file.
April 21, 2010 at 6:16 am #74552In reply to: Displaying User Role in bbPress
r-a-y
KeymasterFirst you’d need to find the template tag to output the custom role from the Members plugin (I’m assuming you already know this!), then in your child theme, copy over /bp-themes/bp-default/groups/single/forum/topic.php (keeping the directory structure intact) and add your Members template tag there.
You can also modify the look and feel for your forum topics now as well.
April 21, 2010 at 5:36 am #74550In reply to: Adding a background image
r-a-y
KeymasterYou’ll have to modify the theme’s stylesheet.
Hopefully, you’ve already created a child theme, then you can override the background in your child theme’s style.css with:
eg.
body {background:url(URL TO YOUR IMAGE) no-repeat !important;}April 21, 2010 at 4:41 am #74546In reply to: How do I find my tickets/bug reports I submitted?
3sixty
ParticipantThis ticket doesn’t really look like a BuddyPress bug – more like an issue with a custom theme:
https://trac.buddypress.org/ticket/2313
I noticed that r-a-y already closed one of your other tickets as “not ticket-worthy”, presumably because it’s an issue with atahualpa theme, not buddypress?
This is the best place to post problems with themes, I think, not trac.
April 21, 2010 at 3:11 am #74538In reply to: Badge Maker
warut
Participant@gregfielding I think it error on all CHILD THEME, I test bp-default and cosmicbuddy (old fashion theme) and it work correctly.
Maybe I have to change something about setup subnav. because i add it to subnav in profile so with child theme it not found template or something.
The same way setup nav using in buddypress gifts to add gifts in main, after using child theme it work fine.
Who know about this childe theme issue or understand the way setupnav, please left some advice.
-
AuthorSearch Results