Search Results for 'buddypress'
-
AuthorSearch Results
-
November 16, 2009 at 12:44 pm #56764
In reply to: Announcing: BuddyPress Stats
jobjorn
ParticipantI haven’t had time to update the plugin (nor my community), but running BuddyPress 1.0.3 and WordPress MU 2.8.1, it shows up below the profile field settings in the BuddyPress secion of the menu.
Perhaps something has changed which breaks the plugin, causing it to not show up at all. If so, perhaps an URL like this will help: http://yourwebsite.tld/wp-admin/admin.php?page=buddypress_stats_wrap
November 16, 2009 at 8:08 am #56755In reply to: Logo instead of font
Paul Wong-Gibbs
Keymasterhttps://buddypress.org/forums/topic/custom-logo-in-buddypress-11
No need for a duplicate of a recent post.
November 16, 2009 at 7:53 am #56754In reply to: import user from a wporg site
Paul Wong-Gibbs
KeymasterIf you’ve migrated the users correctly, they’d only show in the BuddyPress members directly once they’ve logged in for the first time.
November 16, 2009 at 7:42 am #56751In reply to: Custom logo in Buddypress 1.1
Paul Wong-Gibbs
KeymasterCreate a child theme, copy in header.php from the default theme and change the heade element (“h1” from memory) and replace it with an image.
November 16, 2009 at 7:28 am #56750In reply to: Custom logo in Buddypress 1.1
franklg2010
ParticipantIf you find out please let me know
November 16, 2009 at 7:23 am #56749jefflee
ParticipantWhen you create a new blog and use the default buddypress theme, it seems to attempt to create a new widgetized homepage…not a “blog”. I’ve run into this problem myself. The only “blog” using the default blog with the blog child theme out of the box is whateveryourdomainnameis.com/blog. I too would like to just use the “blog” child theme for the default theme whenever a new blog is created. I believe there has to be a simple way to accomplish this.
November 16, 2009 at 5:51 am #56748stwc
ParticipantIf I’m not wrong, you can just make the Buddypress Default theme available to users in the Site Admin–>Themes section of the dashboard, and disallow other themes.
I’d probably create a new child theme (blank, basically, so it’s identical to the Default Buddypress child theme) and name it after my site, then make it the only one available.
You can change the default WPMU theme if you want more than one available via a code snippet somewhere here in the forums that I have since lost the link to (check the stickies?) or with this paid plugin (which is in and of itself not worth the signup fee I don’t think).
This free plugin may offer the same functionality but I haven’t tried it.
Alternate: Don’t know if this still works. I haven’t tried it.
November 16, 2009 at 12:52 am #56742In reply to: Fighting Splogs
stwc
ParticipantWell, I don’t know — I seem to have lucked out, or it’s just that my site is too new and so-far untrafficked, but the few very simple, small changes I made last week seem to have stopped the firstnamelastname19xx signups.
1) I changed the some of the text on the /register page.
2) I removed the “powered by” text in footer.php of my child theme (someone mentioned that it was being searched for)
3) I changed the register slug in wp-config.php
4) Added a functions.php file in my custom childtheme with the following code to redirect signups for all blogs to the Buddypress register page
function rk_signup_redirect() {
if (strpos($_SERVER['REQUEST_URI'], 'wp-signup.php') !== false ) {
$url = 'http://mydomain.com/customregisterslug';
wp_redirect($url);
exit;
}
}
add_action('init', 'rk_signup_redirect');where mydomain.com is, you know, my domain, and customregisterslug is the slug I changed in step 3.
I don’t think I changed anything else — no captchas or anything — and I’ve received zero splog signups in the 5 days since, after getting a few a day before that. Fingers crossed.
November 15, 2009 at 9:27 pm #56737In reply to: Announcing: BuddyPress Stats
wordpressfan
ParticipantThis is a simple question: once installed, where can I find the stats? I looked all throughout the “buddypress” menus and couldn’t find it.
November 15, 2009 at 8:51 pm #56736In reply to: Translation not working?
5402929
InactiveLooking forward to help on the language’s. I’ve got buddypress translated to dutch and that works fine. After that I activated bbpress but cannot figure out where the language files for bbpress go ?
bb-config says: * bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ‘nl_NL’ );
Where is the root directory of bbPress when one installed it with the one-click install from within buddypress ? e.g. where does the .mo file go ?
November 15, 2009 at 7:06 pm #56734In reply to: noreply@domain.com
abcde666
Participantthis is a usability-bug.
I have posted the following TRAC-ticket:
November 15, 2009 at 6:28 pm #56733In reply to: Avatar Upload Issues
terryw
ParticipantI’ve looked through this thread and can’t seen any reference to my particular problem I don’t think.
When I try to upload new avatars to a new WPMU+BuddyPress installation the following message is displayed:
Upload Failed! Error was: Unable to create directory /var/www/vhosts/terrywassall.org/httpdocs/blogs/wp-content/blogs.dir/1/files/avatars/3. Is its parent directory writable by the server?
There is a folder called:
blogs.dir 4.00 KB rwx r-x r-x Nov 6, 2009 apache apache
but it is empty and I do not have write access to it of change permissions.
Installation versions:
WordPress MU 2.8.5.2.
BuddyPress Version 1.1.2
I would be grateful for any suggestions.
PS I also get the following message when I try to upload a file (pdf so permitted type)
Unable to create directory /var/www/vhosts/terrywassall.org/httpdocs/blogs/wp-content/blogs.dir/1/files. Is its parent directory writable by the server?
I assume this is the same problem?
November 15, 2009 at 4:05 pm #56730In reply to: Blank site with shouty
slw123
ParticipantThanks i have just tried facebuddy which they say works with buddypress v1 but my site is still blank. Do you know of any other themse that may work?
cheers
November 15, 2009 at 1:17 pm #56727In reply to: Avatar upload fails
Xevo
ParticipantNovember 15, 2009 at 12:05 pm #56726In reply to: Blank site with shouty
Xevo
ParticipantThe theme was build for an old buddypress, right now the theming changed so that old theme won’t work anymore. Ask him to update or switch to deprecated theme settings within your buddypress.
November 15, 2009 at 10:17 am #56723In reply to: Blank page after install Buddypress 1.1.2
5408820
InactiveI said “same problem”, so copy from kkemenczy message:
1. Which version of WPMU are you running?
2.8.5.2
2. Did you install WPMU as a directory or subdomain install?
as a directory
3. If a directory install, is it in root or in a subdirectory?
subdirectory
4. Did you upgraded from a previous version of WPMU? If so, from which version?
No, this is a clean install,
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
yes, and it will work again if I remove the BP from plugin directory
6. Which version of BuddyPress (BP) are you running?
1.1.2
7. Did you upgraded from a previous version of BP? If so, from which version?
No, this is a clean install
8. Do you have any plugins other than BuddyPress installed and activated?
this is the first plugin in the system.
9. Are you using the standard BuddyPress themes or customized themes?
standard
10. Have you modified the core files in any way?
no
11. Do you have any custom functions in bp-custom.php?
no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
no
13. Please provide a list of any errors in your server’s log files.
when the plugin activated the blank page appears
+1 have you copied the buddypress themes to themes folder and activated default theme.
yes, but after activate the plugin or activate the theme first I cannot log in the admin site again
November 15, 2009 at 8:55 am #56722In reply to: New BP Chat plugin for Buddypress
Michael Berra
Participant@M: Good to hear from you! To me your chat plugin is still the most promising…! And I wait with others till you release it.
Ps: To me it seams already pretty mature (more than others who already released it. What about a test-version *smile*
?
November 15, 2009 at 6:14 am #56719In reply to: Custom query for groups loop
Ashley Laing
ParticipantTake a look at the “BP Member Filter” topic (https://buddypress.org/forums/topic/bp-member-filter#post-28748).
This is a good example of how to create filter extension for members. Principals / concepts will probably also work for groups.
November 14, 2009 at 10:28 pm #56713In reply to: Friend request – wp-login redirects?
Jeff Sayre
ParticipantUpgrade to WPMU 2.8.5.2 and make sure you are using the default BuddyPress theme.
November 14, 2009 at 7:22 pm #56705In reply to: Blank page after install Buddypress 1.1.2
Jeff Sayre
Participant@duna1921
We have no idea about your setup so we cannot offer help. See this:
November 14, 2009 at 7:05 pm #56703In reply to: Blank page after install Buddypress 1.1.2
5408820
Inactivesame problem. No idea about fixing yet.
November 14, 2009 at 5:57 pm #56699In reply to: Friend request – wp-login redirects?
Jeff Sayre
ParticipantWhat version of WPMU are you running? Are you using the default BuddyPress theme?
November 14, 2009 at 5:23 pm #56696In reply to: [NEW PLUGIN] BuddyPress real names
grosbouff
Participantnew url : http://tinyurl.com/yahg34p
November 14, 2009 at 3:24 pm #56689In reply to: facebook connect to send post user profile
Mascix
Participantyou know these days a lot of blogs there are socializeable links. share this in twitter or share this in facebook stuff. and I assume that you know BuddyPress-Facebook Connect too.
now we have blog posts and facebook connected users. when a facebook connected user publish a blog post it can be published on his/her facebook profile too. that piece of code make this happen when a user sends a blog post via wp admin panel.
what I want to do is to make that code a plugin for wp or bp.
@Bowe if you still did not understand just register guncesi.com with facebook account and create a blog and publish a post you will see the popup.
November 14, 2009 at 2:43 pm #56688Jeff Sayre
ParticipantI’m not sure what you are asking. All of the code for Burt’s plugin is located in the bpcontents folder. Search the subfolders for any file whose name contains “widget”. Open those files, and you can find the code.
-
AuthorSearch Results