Search Results for 'buddypress'
-
AuthorSearch Results
-
May 6, 2009 at 2:28 am #44562
KitWit
ParticipantI renamed those two files, placed the code in them that I wanted to work sitewide, and uploaded back to the css folder of the bphome directory. Nothing happened. Maybe you could give me a little more direction about exactly where these files should go? I’d sure appreciate it!
May 6, 2009 at 2:19 am #44561KitWit
ParticipantI see those files (site-wide-sample.css and custom-sample.css) in the bphome folder. If I change those, do I put them back to the places where they currently reside? Does the bphome folder control the look of these other parts of the site? I’m confused about which files control which parts of the site. If there is some kind of structural documentation on BuddyPress, showing which parts files are controlling, that would be great. It isn’t transparent enough from the structure of the files themselves (at least not for a non-programmer). Thanks!
May 6, 2009 at 12:20 am #44556In reply to: Buddypress RC2 Logout Bug
arghagain
ParticipantI didn’t notice status changed to resolve, but it’s not. It’s somewhat resolved because I remove those lines.
I have a perfect working WPMU 2.7.1, and all I want to do is to add those lines as wordpress mu’s tutorial site suggests for security reason. I don’t need BBPress. I had tried installed BBPress before when I first installed BuddyPress. I didn’t get BBPress worked with BuddyPress so I ditched BBPress.
Clearly I have a working WPMU 2.7.1, and working BuddyPress 1.0 (final). Though my only problem is by adding those lines, the logout link won’t work properly. It’s obvious it has to do with cookies and sessions.
So by removing those lines meaning I’m not doing exactly like WordPress MU tutorial suggests. So it’s not resolved. I wonder because what I did with BBPress before and then decided not to use BBPress by removing it has an after effect that affects my situation now? I remember that BBPress requires you to mess around with cookies and stuffs like that.
May 6, 2009 at 12:17 am #44554takuya
Participantuse site-wide.css or custom.css they’re within the themes you’ve downloaded.
May 5, 2009 at 10:52 pm #44552Jeff Sayre
ParticipantI would like to install buddypress onto my existing wordpress install (regular wordpress not wordpress mu).
At this time, BuddyPress only works with WPMU 2.7.1. You cannot use it with single-version WordPress.
How would I upgrade this to a wordpress mu/buddypress install?
https://mu.wordpress.org/forums/topic.php?id=11126
will this integrate with my current wordpress theme
No. You will either need to use the standard BuddyPress themes that come with the package, or update your custom themes as detailed here: https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/
May 5, 2009 at 10:50 pm #44551KitWit
ParticipantWordPress (regular) and BuddyPress don’t work together (yet). You need to install MU first and then BP.
May 5, 2009 at 9:53 pm #44549In reply to: Will BuddyPress work with Multi-Site Manager Plugin
Jeff Sayre
ParticipantBiegun-
Since this thread has not seen activity for at least three months, it would be better to start a new thread. You will receive a faster response!
I just posted these new guidelines: https://buddypress.org/forums/topic.php?id=2543
May 5, 2009 at 9:46 pm #44547Tony Stark
Participantoh JJJ – to answer your Q, my username / login comes from wordpress.org so the integration works as far me logging in but there is clearly a problem with the way it is functioning. My inkling here is bug, perhaps an enhancement request. while is doesnt bother me per se it is a problem and requires a “fix”.
May 5, 2009 at 9:46 pm #44546In reply to: Will BuddyPress work with Multi-Site Manager Plugin
Marcin Biegun
Participanthttp://wspinacze.pl and http://climbers-blog.org –
– to enable registration of blogs on both domain i moved back to wp-signup.php due to redirection issues (in fact register works only on first domain – same with blogs, members. groups)
– buddypress part is only avaiable on wspinacze.pl domain – do you have any idea to show it on both domains? if yes – what about different language on each domain?
– i\’m not sure if that is really what i want to do – but does anybody have an idea how to separate buddypress part for each domain? in fact that would mean that only users are same across all domains.
– there was a problem with logging to second domain through adminbar (it always uses first domain) – my solution was to do:
remove_action( \’bp_adminbar_menus\’, \’bp_adminbar_login_menu\’, 2 );
add_action( \’bp_adminbar_menus\’, \’my_bp_adminbar_login_menu\’, 2 );
where my_… is function with proper url
May 5, 2009 at 9:21 pm #44544In reply to: Buddypress RC2 Logout Bug
Jeff Sayre
ParticipantArghagain-
You’ve marked your thread as resolved. Would you please share with us what actions resolved your issue?
May 5, 2009 at 9:07 pm #44542In reply to: admin bar logo
Jeff Sayre
Participant21green-
Since this thread had not seen activity for at least a month, it would have been better to start a new thread. You will receive a faster response!
I just posted these new guidelines: https://buddypress.org/forums/topic.php?id=2543
May 5, 2009 at 9:00 pm #44541In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantOaky, I think I made a little error. Assuming that you set “WP_PLUGIN_URL” in bp-example.php (your base file which obviously has a different name), then try this:
site_url( WP_PLUGIN_URL . '/heart_bullet.png' )This assumes that you set WP_PLUGIN_URL = ‘/bp-example/images’
May 5, 2009 at 8:33 pm #44540In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
Participantthat didn’t seem to work.
May 5, 2009 at 7:50 pm #44534In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantAh yes, it was in there before. I didn’t have my copy of v1.1 to reference. Try WP_PLUGIN_DIR instead of MUPLUGINDIR.
May 5, 2009 at 7:29 pm #44530KitWit
ParticipantJeff–
Not sure we’re talking apples to apples, but I’ve created this thread to ask how I can make my theme consistent site-wide.
https://buddypress.org/forums/topic.php?id=2538
I know there must be an answer to this, because the BuddyPress site we’re on is doing what I want to do!
May 5, 2009 at 7:19 pm #44529Paul Wong-Gibbs
KeymasterNothing nothing nothing!
BuddyPress is a plugin FOR WordPress MU. Your question is, what does a WP plugin need to do to work in WPMU? The biggest differences I am aware of is that WPMU plugins don’t utilise the activation/deactivation functions that WP plugins do.
I suspect if you search the WPMU site or message board, someone will have asked this question before.
May 5, 2009 at 7:10 pm #44528In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
Participantyeah, it was in v1.1 for sure. i used it for my first component. i found a reference in /wp-content/plugins/buddypress/bp-example/bp-example-cssjs.php in v1.1. I tried adding this back myself and it didn’t work.
/**
* bp_example_add_activity_bullets_css()
*
* This function will allow your component to dynamically add CSS to themes so that you can
* set the activity feed icon to use for your component.
*/
function bp_example_add_activity_bullets_css() {
?>
li a#my-example, li a#user-example {
background: url(<?php echo site_url( MUPLUGINDIR . \'/bp-example/images/heart_bullet.png\' ) ?>) 88% 50% no-repeat;
}
li.example {
background: url(<?php echo site_url( MUPLUGINDIR . \'/bp-example/images/heart_bullet.png\' ) ?>) 0 8% no-repeat;
}
table#bp-example-notification-settings th.icon {
background: url(<?php echo site_url( MUPLUGINDIR . \'/bp-example/images/heart_bullet.png\' ) ?>) 50% 50% no-repeat;
}
<?php
}
add_action( \'bp_custom_member_styles\', \'bp_example_add_activity_bullets_css\' );
add_action( \'bp_custom_home_styles\', \'bp_example_add_activity_bullets_css\' );
?>May 5, 2009 at 5:46 pm #44522In reply to: The page you were looking for was not found.
Jeff Sayre
ParticipantWillPCG-
Okay, thanks for the updated information. From those error messages, it appears that PHP is having trouble saving session information. This will cause big issues. However, this is not a BuddyPress nor WordPress-specific issue. This is an issue with your web server.
I suggest that you contact your web hosting firm and ask them to help you.
May 5, 2009 at 5:42 pm #44521KitWit
ParticipantDid someone establish a new thread for this topic? I want to do the same thing. Can’t understand why BuddyPress can’t make the same theme available for anyone who signs on and creates a blog … I’ve modified my BuddyPress files and logo to show the colors and style I want–very simple adjustment to the standard BuddyPress theme–and I want that theme to be the same theme that everyone else uses no matter who they are … and for all pages to show up the same way.
http://buddypress.mountainprideconnections.com
This is a test site. Very basic.
May 5, 2009 at 5:31 pm #44520In reply to: BuddyPress Showoff: Post your links
auwagner
ParticipantA social community for the Hamptons in New York
May 5, 2009 at 5:24 pm #44519In reply to: people willing to alpha test a plugin for buddypress
Magi182
Participant@Maythil Sorry, I guess the first thing I need to do is better explain this in the readme.txt!
You’ll need to chose some posts to feature in the slideshow. Each post’s edit page has a new meta window: JQuery Slideshow. You’ll need to activate the posts you want to be shown in the slideshow by:
1. Editing the post(s) you want in the slideshow
2. going to the RH side of the edit window in the JQuery Slideshow Widget box
3. choosing “show this post” from the pulldown
That will make that post available to the slideshow. The widget will attempt to grab any images that are part of the post body and show them as the big slideshow image. Alternatively, you can set a special slideshow image by uploading an image to the media library, and setting a custom field for the post called (without quotes) “jqss_image” where the value is the complete URL of the image.
The general idea is something similar to whats in the UL corner of http://abc.go.com/
May 5, 2009 at 4:57 pm #44517In reply to: The page you were looking for was not found.
gladsteins
ParticipantI am having same issue
“Please move the default BuddyPress themes to their correct location (move
\apache2triad\htdocs\wordpress/wp-content/plugins/buddypress/bp-themes/ to
\apache2triad\htdocs\wordpress/wp-content/bp-themes/) and reload this page.”See all the folders in the correct spots
Do NOT have option to activate Buddy Theme in Admin themes
Nor do I see a /members dir in WP structure
May 5, 2009 at 4:31 pm #44513In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantBeLogical-
Sorry it has taken me so long to respond. I’m on the road and in meetings most this week.
As far as I remember, I do not think there ever was specific code for showing that image.
May 5, 2009 at 3:10 pm #44511In reply to: Buddypress 1.0 for Vietnamese (vi_VN) 1.0 – Language
Jeff Sayre
ParticipantWpviet23-
Thank you for your contribution.
Have you checked the BuddyPress Language Translations Codex pages here? https://codex.buddypress.org/translations/
There is another Vietnamese translation of BuddyPress.
May 5, 2009 at 2:35 pm #44506In reply to: The page you were looking for was not found.
Will White
ParticipantTheEasyButton
Sorry for the confusion! Let me try to re-explain the process I followed.
I’ve loaded the buddypress addon and moved all the folders to their appropriate spot.
Then, I enabled the “BuddyPress Default Home Theme” under the Site Admin dropdown.
I clicked through to the Appearance drop-down, and when I go to activate the theme, the screenshot loads with the error message regarding the misplacement of bp-themes directory. So I double checked the placement of the folder, and verified they are in the correct spot – despite what the error message says.
I activated the file anyway, and then click the BuddyPress drop down and changed the “Member theme” to Skeleton, saved it, then switched it back, and saved it again.
I activated user registration so you can sign up now as well, hopefully that will help.
Jeff Sayre
1. Yes – at the top of my screen it says “You’re logged in as a site administrator.” I’ve been going in through nacdb.com/members/wp-admin/ with the admin login and its password.
2. I reset the error log, visited the buddypress setup, and copied the errors it produced at the bottom of this post. I seem to get the same one over and over.
3. I’ve reselected the member theme (even switched it to the skeleton one and back) without any success.
PHP Warning: Unknown(): open(/var/php_sessions/sess_b0fd681715d71fc2290936406bc797ba, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
PHP Warning: Unknown(): open(/var/php_sessions/sess_b0fd681715d71fc2290936406bc797ba, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
Thanks for all the help guys!
-
AuthorSearch Results