Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,801 through 67,825 (of 69,016 total)
  • Author
    Search Results
  • #37529

    Allright.. I centered buddypress and the columns.

    What really fucks me up is Internet Explorer which shows avatars and infos on wrong places when making window smaller. Firefox is perfect.

    Do you know how to fix that? Should i give body width in percent or pixels? I tried both but both were causing problems on IE same as for the columns.

    Help me ^^

    #37527
    Burt Adsit
    Participant

    Andy I’ve already done this with realfam. See: https://buddypress.org/forums/topic.php?id=1018

    This is just a new thread for the same situation.

    #37525
    Paul den Hertog
    Participant

    I too am currently evaluating BuddyPress, for use in a University (so in 5 years we’ll be looking @ roughly 30.000 blogs). My experience so far is that BP needs a lot of queries to load the page.

    Has anyone got any experience on finetuning linux, apache php and mysql for a site like this (memory, caching, network etc)? Needless to say i’ll be running a dedicated machine for this site (and got root access).

    I’d love some configuration recommendations, specifically on proxy/caching strategies, backup and clustering.

    #37524
    realfam
    Member

    did this, even used clean install of WPMU and new mySQL database……. same issue. something about the beta2 of BP does not like me inserting this php script into the header.

    Everything works fine until I put this script into the header. I can either have the script and WPMU or Buddypress and WPMU…but not the script and Buddypress. They really have issues with each other, worked fine on BP Beta 1, WPMU 2.6.

    This is the second time I have Reinstalled all this from scratch, and that’s not fixing it.

    #37519

    I will go out on a limb to say that what looks like a bug at first is often times just normal user error.

    I consider myself a seasoned PHP/SQL/Linux/WordPress/bbPress veteran, and to be honest it took me installing and reinstalling MU/BuddyPress 4 times before I was able to follow the instructions correctly. Each time I would have sworn on my undead mothers grave that I did everything right, but alas…

    So a tip to you all, if it isn’t working, it just might be because of something you don’t know you didn’t do… ;)

    #37518

    I am experiencing the same issue, and it seems like it is less about which plug in, and more about how many.

    I’ve gone through and added/removed all of the buddy press components, and as soon as I have more than about 5 of them, I get 500 errors no matter what page it tries to load.

    The fix for me was to make a file named php.ini, and within that file put:

    memory=20MB

    …and upload it to the wp-admin folder.

    Basically 1and1’s PHP limit is probably set to like 8mb or 16mb, and BuddyPress is just too big for those britches. Of course, you can increase your memory size to whatever makes it work for you, but 20MB should be plenty. ;)

    I also put:

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    …in my .htaccess file at the root directory to make sure 1and1 knew to give it php5 and not the 4 that it tries to give by default. Silly 1and1…

    #37517
    joemak26
    Member

    http://www.sportsblognet.com. Tell anyone that likes sports to check it out. Finally up and running after about a month. We may be looking for someone that can code the member theme to match our overall site theme so please respond to this if you are interested.

    #37508
    Trent Adams
    Participant

    Go into the Dashboard logged in as the “WPMU admin” into -> Site-Admin => Themes and then disable the theme from there. You can always go to Site-Admin -> Blogs and edit your main blog to enable the them only for the main blog.

    Trent

    #37507

    In reply to: No Avatar Uploads

    djsteve
    Participant

    several posts with lots of things to try here:

    https://buddypress.org/forums/topic.php?id=892

    did you search the forums?

    #37505
    Lsm_267
    Participant

    The topic https://buddypress.org/forums/topic.php?id=843 has been closed and i feel sorry for it, because with my later installation wp MU 2.7 + BP béta 2, i’m still having this error msg :

    Warning: Invalid argument supplied for foreach() in /home/np5397/domains/blogi.ee/public_html/wp-content/mu-plugins/bp-xprofile/bp-xprofile-signup.php on line 104

    when creating a new blog

    that cause several issues :

    – can’t edit the profiles, create a group

    – blogs are created but aren’t showing in the recent activity, neither in the blogs tabs or in his owner’s profile

    – can’t send a message, invite somebody to be friend, etc

    it seems that i have no x-profile tables in my db like burtadsit asks

    (tableprefix_)bp_xprofile_groups

    (tableprefix_)bp_xprofile_fields

    (tableprefix_)bp_xprofile_data

    here is the list of the tables in my db ; can’t see it

    wp_1_comments,

    wp_1_links,

    wp_1_options,

    wp_1_postmeta,

    wp_1_posts,

    wp_1_term_relationships,

    wp_1_term_taxonomy,

    wp_1_terms,

    wp_2_comments,

    wp_2_links,

    wp_2_options,

    wp_2_postmeta,

    wp_2_posts,

    wp_2_term_relationships,

    wp_2_term_taxonomy,

    wp_2_terms,

    wp_3_comments,

    wp_3_links,

    wp_3_options,

    wp_3_postmeta,

    wp_3_posts,

    wp_3_term_relationships,

    wp_3_term_taxonomy,

    wp_3_terms,

    wp_4_comments,

    wp_4_links,

    wp_4_options,

    wp_4_postmeta,

    wp_4_posts,

    wp_4_term_relationships,

    wp_4_term_taxonomy,

    wp_4_terms,

    wp_blog_versions,

    wp_blogs,

    wp_registration_log,

    wp_signups,

    wp_site,

    wp_sitecategories,

    wp_sitemeta,

    wp_usermeta,

    wp_users

    please how can i create manually those tables in my sqlDB ?

    thanks for any advice

    #37503
    12thharmonic
    Participant

    I have been folowing development since BP was just Andy. I am in the midst of rebuilding our radio network site on BuddyPress. I’m about half way through the process. It’s coming along.

    The Head On Radio Network

    #37502

    In reply to: Group Avatar Issue

    Paul Wong-Gibbs
    Keymaster

    Sam

    You need a SVN client to do svn co https://svn.buddypress.org/trunk. Then in future you can run svn update to update to the latest “trunk” copy. It’s a bit hard to go further into specifics as I don’t know what Operating System you use, but have a google around if you get stuck.`

    #37500
    realfam
    Member

    was not trying to be rude, sorry if it came off that way. This script was used with the Beta 1 of BP without issue, so whatever changed in the Beta 2 that is related is what I need to find a workaround for. Just asking for some guidance/assistance. The script is textbook php so it works fine from that respect…. I have 2 databases in mySQL, 1 that is for the WordPressMU and Buddypress, and another that I created separately for another part of my site….the second database is the one the script is calling.

    Any thoughts?

    #37495
    MartinNr5
    Participant

    Hi.

    What error do you get when you try and create the groups?

    There’s a sticky that details the BBPress integration (https://buddypress.org/forums/topic.php?id=471).

    You configure how you want new blogs to be created in the admin tool of WPMU (IIRC).

    #37494
    jfcarter
    Participant

    @MartinNr5,

    That’s the mystery. My member-themes folder contains a directory called ‘buddypress-member’ and that’s it.

    I don’t have a buddypress-home folder there.

    I think there is a function that is defined to look for a file here: /wp-content/member-themes/buddypress-home/index.php

    but cannot, because the location doesn’t exist.

    I’m wondering where this function is and how to redefine it.

    Jessica

    #37492
    MartinNr5
    Participant

    You could try and create a hidden blog and change the theme for just that to see if you can manage the widgets. Alternatively post a link to the theme you’re using and I’ll give it a spin on my setup.

    As for the avatars… Do you have the “blog.dir” folder in your “wp-content” folder?

    #37491
    lauraamn
    Member

    I haven’t tried switching the theme – that one was chosen so the menus across the top would be easy. Perhaps I could give it a try, though I am reluctant… Also, Martin, you are correct – I am using Safari and FireFox and have the same issue across all with the avatars.

    #37489
    MartinNr5
    Participant

    Looking at the path you’re posting above (/wp-content/member-themes/buddypress-home/index.php) it seems as if you’ve selected the BuddyPress home theme as the default theme for your member pages and not the actual member theme.

    I’m not sure how you’d be able to do that though.

    What are the contents in your “member-themes” folder?

    #37484

    In reply to: Problems with umlauts

    karlheinz01
    Member

    Hi,

    everything works on the bbPress side with umlauts. Whould it be possible to use the same filters for the BuddyPress side of the forum?

    Best,

    Karl-Heinz

    #37476
    MartinNr5
    Participant

    Nevermind, after some digging I found this feature request that explains that this isn’t possible yet: https://trac.buddypress.org/ticket/309

    Feel free to close this thread. :)

    #37470
    MartinNr5
    Participant

    I’m running IE (8 even) and that’s not the problem with Laura’s site (nor have I’ve seen it on my own setup).

    The registration steps works fine, it’s the end result that is the problem.

    #37465
    Paul Wong-Gibbs
    Keymaster

    Buddypress is not unusable software. I suggest being a bit more polite if you come looking for help, especially to the official Buddypress forums.

    It’s because you’re trying to shoehorn a PHP script into your theme. Either one of the PHP variables you use in the snippet in bold is used elsewhere by Buddypress – thus getting weird conflicts – or it’s to do with one of your mysql_ function calls, possibly mysql_select_db().

    #37462

    In reply to: Avatar Upload Problems

    Paul Wong-Gibbs
    Keymaster

    blogs.dir and some other folders will probably need to be chown’d to the user and group that runs the webserver. Apache2 by default (I think) uses the nobody user account, so I’m assuming that’s what your host uses.

    Whilst 777 will let everything access it, from a security perspective, you should really go for 755 permissions and check that the owner/group of the files is the same as that of the webserver.

    BTW if you’d have tested uploading an avatar on a plain WordPress MU install, you’d have had exactly the same problem. This isn’t buddypress.

    #37461
    Paul Wong-Gibbs
    Keymaster

    sgrunt: if there is a suspected problem with IE, you should detail a report at https://trac.buddypress.org/ so people can check and confirm and fix it.

    #37460
    Sgrunt
    Participant

    i think you should modify both the buddypress home and the member theme: the base.css file or the custom.css file for both themes. Change the body, the left, right, center column width, and the narrow and wide column.

Viewing 25 results - 67,801 through 67,825 (of 69,016 total)
Skip to toolbar