Search Results for 'buddypress'
-
AuthorSearch Results
-
January 1, 2009 at 2:37 pm #35408
In reply to: Flickr and Buddypress
nicolagreco
ParticipantAs soon as possible i’ll release a plugins’ package to aggregate social newtworks and other..
January 1, 2009 at 1:33 pm #35406In reply to: Flickr and Buddypress
gpo1
Participantcan this plugin be adapted for other media like youtube?
January 1, 2009 at 1:09 pm #35402In reply to: Buddypress iPhone Theme?
David Bisset
ParticipantLook at MobilePress and WPTouch for ways to show different looks of a WP site to mobile users (the latter is especially for the iPhone). There are at least a few other stylesheets and templates as well. I have an iPhone, and these have been decently successful on standard WP sites. The iPhone browser uses MobileSafari.
What I would really like to see is an iPhone app that would allow you to browse almost ANY Buddypress site with a standard look-and-feel.
January 1, 2009 at 2:09 am #35399In reply to: Buddypress iPhone Theme?
nicolagreco
ParticipantLook for YUI
January 1, 2009 at 2:03 am #35398In reply to: Buddypress iPhone Theme?
rwallen
MemberI’m building a theme for the iphone for my installation. It runs safari. m.digg.com is a nice iPhone site if you want to look at their code.
January 1, 2009 at 12:10 am #35397In reply to: Flickr and Buddypress
dobh32
ParticipantWaaao a Great! Plugin, Thankss!!
December 31, 2008 at 11:48 pm #35396In reply to: adding a page
Per Søderlind
ParticipantYou don’t need to hard code the links, this examples shows how to add links to the “main menu”:
<?php
function add_about_to_main_menu() {
$class = (bp_is_page('about')) ? ' class="selected" ' : '';
echo '<li ' . $class. '><a href="' . get_option('home') . '/about" title="' . __( 'About', 'buddypress' ) .'">' . __( 'About', 'buddypress' ) .'</a></li>';
}
add_action('bp_nav_items','add_about_to_main_menu');
?>December 31, 2008 at 7:59 pm #35392In reply to: Any shopping cart suggestions?
danf-1
ParticipantI wanted to give an update here as I am continually impressed with this shopping cart (http://shopplugin.net/). I would recommend it to anyone needing a solution. (Im not the only one singing its praises: http://lbnuke.com/2008/12/30/wordpress-ecommerce-plugins-shopp-vs-wp-ecommerce/ )
Anyways, its now publicly available as a 1.0 release for $55 standalone, plus $25 for gateways ($300 for developer license – he doesn’t specify where wpmu falls on this)
So, with the latest 1.0 release, the developer behind shopp fixed the global database issue I had previously mentioned. I can now install it in a wordpressmu environment (with buddypress installed, too) and get it running on 2 different blogs, each with their own products/carts! It requires further testing to declare it production ready, but I could not find anything wrong with it from an hour of testing. The only issue I found was doing the automated upgrades causing an error in wpmu – so if/when upgrading the plugin, be sure to do it manually instead of through the automated process (but Im sure that will get fixed in future releases as well)
December 31, 2008 at 7:13 pm #35390In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
cdaniel09
ParticipantI am having issues with recaptcha on signup after an upgrade.
I have all new recaptcha plugin installed, new BP, WPMU 2.6.5., new recaptcha key.
When I register with recaptcha on it loops between initial sigup page and blog title page.
Turn off recaptcha , all is good.
Need recaptcha , I get way too much spam signups.
Any ideas?
December 31, 2008 at 5:23 pm #35384In reply to: Flickr and Buddypress
nicolagreco
ParticipantI’ll work on it in this day..
i’ll update you as soon as possible
December 31, 2008 at 5:14 pm #35383In reply to: Buddypress iPhone Theme?
seppolaatle112
ParticipantTo be quite honest I have never touched any iPhone, but anyway I want to ask what kind of web-browser the iPhone is using? All the time I see iPhone-plugins for WP and MU, but don’t quite understand that people actually make a plugin just for that ugly phone…
Wouldt a plugin making the main blog and member theme aviable to all smartphones be an option? It’s not like the whole world is using iPhone…. ?
December 31, 2008 at 4:20 pm #35381In reply to: Group News
Mike Pratt
Participantblueocean – absolutely! guys like burt, nicola and andy are over the top helpful and the dev site, buddypressdev.org is also a great place. I too have been playing with live ammo but, ironic that you mention, I am about to install a local MAMP site so I can tinker locally and not destroy my own community. should have done that in the 1st place
December 31, 2008 at 3:47 pm #35380In reply to: Sitemap.xml for buddypress
Per Søderlind
ParticipantDecember 31, 2008 at 2:40 pm #35378In reply to: Sitemap.xml for buddypress
David Bisset
ParticipantWell, member’s blogs would be a big thing to include if users select the “please publish my blog to search engines” function.
It would be nice to give users a choice if they want their own public profiles open to search engines. But your thoughts seem pretty solid.
December 31, 2008 at 2:38 pm #35377In reply to: Flickr and Buddypress
David Bisset
ParticipantGreat start to a flickr plugin!
December 31, 2008 at 2:29 pm #35376In reply to: Thesis & Buddypress (HELP!?)
liljohn
MemberWould the easiest route be for me to create custom page templates for each directory (members, groups, blogs)? That way I could just create a new page in wp-admin and set the template to ‘custom_blogs_template’ for example.
If that makes sense where would I find the code to insert into my custom_templates?
December 31, 2008 at 12:54 pm #35373In reply to: Flickr and Buddypress
nicolagreco
ParticipantI’ve worked a lot on BPDEV-FLICKR: http://buddypressdev.org/announce/bpdev-flickr-and-happy-new-year/
you can try this plugin here: http://buddypressdev.org/members/admin/flickr
as soon as possible i’ll release the code
December 31, 2008 at 12:01 pm #35371In reply to: Thesis & Buddypress (HELP!?)
liljohn
MemberThanks for such a quick response.
That’s exactly what I did, was create pages with slugs identical to what is found in bp’s navigation bar.
I am really excited to see where this project is going. Bp is already an excellent product and I cant wait for more future releases.
Thanks a bunch guys!
December 31, 2008 at 9:43 am #35367In reply to: Automatically Add User as Friend on Signup
nicolagreco
Participantgogoplata watch here https://buddypress.org/forums/topic.php?id=485
December 31, 2008 at 9:17 am #35366In reply to: Internal names of widgets
dixyantar
MemberThanks burtadsit.. but that means If I have to make 50 blogs (which I do) and I use the same theme and all, I will have to activate the sidebar widget in each blog separately… God .. that’s painful..
Anyway, buddypress rocks !
December 31, 2008 at 8:33 am #35364In reply to: Thesis & Buddypress (HELP!?)
Burt Adsit
ParticipantWhen I enabled Thesis, I had to manually add pages for News, Blogs, Members & Groups. Everything appears to work until you click on one of the created Pages. (Blogs, Members & Groups mainly)
I’m not sure what ‘manually add pages for…’ means. You don’t need to add anything except the files plugin-template.php and plugin-sidebar.php which come with the bp home theme. Look in the home theme dir for those two. Just drop them into your theme’s directory.
Those files have action triggers in them that display whatever directory your user chose. Members, Groups…
If you are not running the bp home theme then within your theme you provide links to all the directories you want to be available. The urls would be:
yoursite.org/members
yoursite.org/groups
yoursite.org/blogs
You don’t have to create pages for these. bp hooks those urls and tries to display the appropriate directory using the plugin-template.php file.
What you’ve done is create mu pages with slugs that mimic the bp urls for the directories. Clicking on what you expect to be a page in your theme, fires off one of those urls. bp sees that it’s a bp internal reserved name for one of the directories and tries to oblige by displaying the directory. It can’t find that template file plugin-template.php and complains loudly.
Ya just can’t have pages named those things.
What you will have to do is override/skin the css for the directories if you want them to display in accordance with your theme.
December 31, 2008 at 1:33 am #35359In reply to: Support for users
Arturo
Participanthi, daniel
buddypress is in beta release when all the components have a stable release the support/help/guide/faq come but at this time is a good idea working on code and codex.
December 30, 2008 at 7:32 pm #35352In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
belogical
ParticipantI’m not able to get this to show up on my register page. It shows up correctly on the comments pages. Ideas what I can try?
December 30, 2008 at 4:25 pm #35350In reply to: avatars upload but cannot be cropped etc
evantbyrne
MemberI am also having this problem. I found these two support tickets that describe this problem a little better.
Cropping via the “Change Avatar” Screen causes cropping area jumping
December 30, 2008 at 1:49 pm #35343In reply to: Can someone help with Install Error
arcon9
MemberTRENT
You said: `
I have a ticket on the Buddypress specific feeds already. Just have to watch this ticket:
https://trac.buddypress.org/ticket/213 `
Is that 3 weeks old?
If anyone has a work around for this, let me know.
burtadsit
As far as the tracking down session.save_path in the php.ini and go chown to apache:apache ?? I’m assuming since I can’t find that file.(i.e., it doesn’t exsist in file manager) I would need someone to do some root access work. Because everything you just said is foreign to me.
I made another test user and all seems fine. I only saw that error in the first hour after the install. Any possability it just went away and won’t come back? I’m hoping.
Beside the Rss Feed Problem,
BuddyPress is great.. Very easy to change the css layout and locate files.
Sure would be nice to have member rss feeds though.
Looking forward to any new tweeks, plugins, etc…
-
AuthorSearch Results