Search Results for 'buddypress'
-
AuthorSearch Results
-
June 3, 2009 at 6:01 am #46624
In reply to: buddypress + p2 theme
Paul Wong-Gibbs
KeymasterIt’s Automattic’s theme, and they use it on http://wpdevel.wordpress.com/
June 3, 2009 at 4:30 am #46618In reply to: Profile Edit not working
deanes02
ParticipantThanks – your answer got me there. What happen was there was no group in the DB with an id=1 so therefore BP was looking for something that wasn’t there and new entries started from 2. Presumably the following SQL code (or something similar) should have been run by BuddyPress in the initial installation???
INSERT INTO 'wp_bp_xprofile_groups' ( 'id' , 'name' , 'description' , 'can_delete' )
VALUES (
'1', 'Basic', '', '0'
);Its all working now, Thanks!!!
June 3, 2009 at 3:51 am #46616Jeff Sayre
ParticipantJune 3, 2009 at 2:45 am #46613In reply to: Generating the WPMU logout URL for a bbPress page
Greg
ParticipantJust trying again for something that I’m sure has a simple answer.
I’m not asking for help to troubleshoot the cookie integration – I really just want to know how to create a link to the WPMU logout page from bbPress.
In fact, exactly like the BuddyPress.org forum. The link on the above right on this page calls the WPMU logout function, but is doing so from the bbPress template. Is this link manually assembled? I imagine not, because it includes the nonce value.
I have searched for this info on this forum, the bbPress forum, the WPMU forum, and the Internet.
June 3, 2009 at 2:30 am #43360In reply to: Forum Integration: HELPING HINTS
Trent Adams
ParticipantThis has now been tested with WPMU 2.7.1, bbPress 1.0 RC1 and Buddypress 1.0. At the time of this post it actually works with all SVN versions of the softwares, but working with releases is preferred.
Thanks,
Trent
June 3, 2009 at 12:10 am #466113052677
InactiveThere were no plugins activated.
The message was: Fatal error: Cannot redeclare bp_activity_install() (previously declared in /home/public_html/wp-content/plugins/buddypress/bp-activity.php:28) in /home/public_html/wp-content/plugins/buddypress/bp-activity.php on line 102
Now I get the “white screen of death” just by ftp-ing the buddypress folder into my plugins folder????
June 2, 2009 at 11:52 pm #46610In reply to: buddypress + p2 theme
abcde666
ParticipantHi DJPaul,
I am interested in the P2 theme for BP as well.
Could you please send me the URL of your website at which you are using the P2 with BP (in order to see how this works) ?
Am willing to pay a couple beers as well if I am gonna be using it……
June 2, 2009 at 10:51 pm #44550In reply to: Eliminating the user admin/header panel all together
Jeff Sayre
ParticipantLynchmob-
This thread has not had any activity in more than 3 months. Since then, the BuddyPress codebase has changed considerably, so the solutions presented here may be out of date.
Please reads this: https://buddypress.org/forums/topic.php?id=2543
June 2, 2009 at 10:48 pm #44553In reply to: No CSS – Member & Home Theme
Jeff Sayre
Participantjcoaster2008-
This thread has not had any activity in more than 1 month. Since then, the BuddyPress codebase has changed considerably, so the solutions presented here may be out of date.
June 2, 2009 at 9:04 pm #46603In reply to: New Twitter Plugin for BuddyPress
Scotm
Participant@M Will they be released at the same time? Also, are we talking days, weeks, hours (lol)?
June 2, 2009 at 8:45 pm #46600In reply to: buddypress + p2 theme
Paul Wong-Gibbs
KeymasterThanks so much sir!
June 2, 2009 at 8:30 pm #46599In reply to: New Twitter Plugin for BuddyPress
Mark
ParticipantThe BP Twitter is nearly done – just a bit more testing to do. Seems to work fine but there is a timeout condition that I want to catch and display differently. Like when pulling data from Twitter, their site is often too busy to answer in a reasonable timeframe (15 second or less) so I have to trap the timeout and handle it, which the plugins does – but I want to modify the handling before releasing the plugin.
As for BP Chat, it’s progressing quickly. There is a new group chat feature that is basically working now, but it needs more work.
June 2, 2009 at 8:25 pm #46598Moominmama
ParticipantOK, next action was to install firebug on my firefox. I think this is a javascript issue. I’m getting this error on problem pages:
jQuery(“div#groups-list-options a”).livequery is not a function
[Break on this error] function() {
http://openadoptionsupport.com/wp-content/plugins/buddypress/bp-groups/js/widget-groups.js?ver=2.7.1
I’m not sure where to go from here other than to keep googling that error. I can see other people have this w/buddypress but am not sure how to fix it. Anyone have some javascript insight?
June 2, 2009 at 8:24 pm #46597In reply to: New BP Chat plugin for Buddypress
Mark
Participant@Budhajeewa Supun: It’ll be released as soon as it’s ready, which at this point it is not. We’re working the group chat feature – which is basically working but not done yet.
June 2, 2009 at 7:36 pm #46596In reply to: wordpress failure notice
Roger Coathup
Participantresolved (with the exception of friend requests).
See https://buddypress.org/forums/topic.php?id=3001 for solution.
June 2, 2009 at 7:12 pm #46595In reply to: Change standard button into own graphic button ?
baraber
ParticipantHi Jeff,
first of all thx for your soon reply. But this doesn´t work because it only shows the word search but not the button as the background: here is the full code of the search function again
function bp_search_form() {
$form = ‘
<form action=”‘ . bp_search_form_action() . ‘” method=”post” id=”search-form”>
<input type=”text” id=”search-terms” name=”search-terms” value=”” />
‘ . bp_search_form_type_select() . ‘
<input type=”submit” name=”search-submit” id=”search-submit” value=”‘ . __( ‘Search’, ‘buddypress’ ) . ‘” />
‘ . wp_nonce_field( ‘bp_search_form’ ) . ‘
</form>
‘;
echo apply_filters( ‘bp_search_form’, $form );
}
do you have another idea ?
thx in adv. best regards tony
June 2, 2009 at 6:44 pm #46593In reply to: buddypress + p2 theme
Windhamdavid
Participantthat should buy you three or so beers at a tavern, I forgot about the pounds/dollars conversion rate.. now if we could only get every other sucker in these forums that just hijacks free code, ask for free help and then complains when it doesn’t work… several of you guys (you know who you are) might have a decent beer fund going.. cheers!
June 2, 2009 at 5:58 pm #46589In reply to: links in profile text areas pointing to wrong place
Roger Coathup
Participant@Burt: you were asking for BP_ROOT_BLOG id… how do I find that out?
@Jeff: answers to your questions embedded below.
1. Which version of WPMU are you running? 2.7.1
2. Did you install WPMU as a directory or subdomain install? subdomains
3. If a directory install, is it in root or in a subdirectory?
4. Did you upgraded from a previous version of WPMU? If so, from which version? Yes, I upgraded wpmu when I upgraded bp to 1.0 (not sure what previous version of WPMU was)
5. Was WPMU functioning properly before installing/upgrading BuddyPress? I don’t know because I installed it as part of BP install, and didn’t test it separately
6. Which version of BuddyPress are you running? 1.0
7. Do you have any plugins other than BuddyPress installed and activated? 3 plugin widgets of my own that display posts from the database
8. Are you using the standard BuddyPress themes or customized themes? customised themes
9. If running bbPress, which version? 1.0-rc-1
10. Please provide a list of any errors in your server’s log files
[Tue Jun 02 18:46:20 2009] [error] [client 78.149.72.128] File does not exist: /home/live2run/public_html/wp-content/themes/2live2runmagazine/images/background.gif, referer: http://2live2run.co.uk/
[Tue Jun 02 18:45:59 2009] [error] [client 78.149.72.128] File does not exist: /home/live2run/public_html/wp-content/themes/2live2runmagazine/images/background.gif, referer: http://2live2run.co.uk/
June 2, 2009 at 5:09 pm #46587In reply to: Make access members/groups sections members-only
David Lewis
ParticipantI just did a quick test. In the home theme at least (wp-content/themes/bphome/header.php) the global nav at the top is already hardcoded. So it’s dead easy to hide the groups and members links simply by wrapping it with this:
<?php if(is_user_logged_in()): ?>
[ links for logged in users only go here ]
<?php endif; ?>In my template, the “groups” and “members” links appear on lines 48-53.
Note that the last item in the navigation is:
<?php do_action( 'bp_nav_items' ); ?>This function could pulling in more navigation links if you are using any plugins… like bp-events for instance.That said… I like the solution in this thread much better.
https://buddypress.org/forums/topic.php?id=1651&page=2
The “solution” above is very “low tech” and in fact, isn’t really a solution since it doesn’t actually restrict access… it just hides some links. Probably not a good way to go. You could probably still get into a group by… let’s say… clicking on someone’s profile link and then clicking on a link to a group they are a member of.
June 2, 2009 at 4:57 pm #46586In reply to: How do you creat a forum page like on this site…
aran
ParticipantAh, right. Thanks for the answer, Jeff!
I was just thinking that it would give a framework that could be adapted to the BuddyPress default theme, so that you could offer a ‘BuddyPress default’ theme for bbPress. After all, a lot of people are going to use the BuddyPress default theme with minimal alteration, because it’s neat, clean and tidy.
If no-one else has got the time, I’d be happy to have a go at adapting Andy’s BP.org bbPress theme to match the default theme – but I’ve not themed for bbPress before, so it would feel like a bit of an extra mountain to climb to have to start from the bottom.
It just seems that with the work Andy’s done already to port BP.org to bbPress, you’re very close to having a bbPress ready BuddyPress default theme – for which I’m sure a lot of people would be very grateful…

As I say, I’d be happy to lend a hand if it’s not a high priority for anyone else.
June 2, 2009 at 4:52 pm #46585In reply to: buddypress + p2 theme
Paul Wong-Gibbs
KeymasterThere’s a donate link to my paypal on the right-hand side of this page https://wordpress.org/extend/plugins/welcome-pack/
June 2, 2009 at 4:49 pm #46584In reply to: Keeps loading without doing anything?
Paul Wong-Gibbs
KeymasterOdd thought I have just had – have you installed Buddypress, or its themes, using symlinks? If you have, copy the directories/files and don’t use a symlink path.
If you don’t know what a symlink is, then disregard
June 2, 2009 at 4:24 pm #465803052677
InactiveI just received this error while trying to install Buddypress on a fresh install of WPMU 2.7.1. I was using the “add plugin” feature so I assume that I am getting the latest version of Buddypress (1.0).
Per the questions above, I installed per directions and made no modifications except to move the bp_themes folder to wp_content as instructed. I opened no Buddypress files.
So it looks like this problem is alive and well. I’m at a dead halt with Buddypress.
June 2, 2009 at 4:05 pm #46579Jeff Sayre
ParticipantThis might help: https://buddypress.org/forums/topic.php?id=2625#post-14343
June 2, 2009 at 3:56 pm #46578In reply to: “My Account” New Option
Jeff Sayre
ParticipantPierce2-
There are lots of good things to be found in the forum stickies!
-
AuthorSearch Results