Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 66,126 through 66,150 (of 69,016 total)
  • Author
    Search Results
  • #42785

    In reply to: No Posts In blog page

    Jeff Sayre
    Participant

    If you are using the standard BuddyPress Home theme that came with the BP trunk, then in each column of the homepage (left, center, right) you should see the following message:

    Please log in and add widgets to this column.

    You need to log in as admin and then go to Appearance > Widgets and add the “Recent Blog Posts” widget to whatever column you want.

    #42782

    In reply to: remove admin-bar

    Burt Adsit
    Participant
    #42766

    In reply to: 404 everywhere

    Jeff Sayre
    Participant

    I am running the latest wordpress mu 2.7 and lates BP- rc1

    What does “lates” mean? Do you mean that you’re running the latest BP version?

    If so, do you mean that you obtained BuddyPress from the big, orange Download button? Or, did you upgrade from trunk?

    #42764

    In reply to: messaging error

    Jeff Sayre
    Participant

    Jugoretz-

    There have been various messaging bug fixes to RC1 since it was packaged. Either you should upgrade to the newest trunk (read this thread: https://buddypress.org/forums/topic.php?id=2171 then this thread: https://buddypress.org/forums/topic.php?id=1994 ) or wait for a packaged zip of RC2.

    Remember, BuddyPress has not yet been officially released as version 1.0. This means that it is a work in progress and changes are literally being made to it everyday. Running it in a production environment is strongly discouraged until it is officially released.

    #42763
    zenseeker
    Participant

    Sorry, Burtadsit, but can you break this down a bit more for the truly moronic like me? I’m having the same problem and I have installed vipers-video-quicktags which is nicely displaying all the various video icons in my visual editor. It is working correctly, but when the post is saved the code disappears as above. Now you say it’s a security hole. I don’t want to open up something bad, but I do want to easily add video to my posts. I don’t want to do anything with the forums.

    Is this the entire code I put in a bp-custom.php file?:

    function my_allowed_tags($allowedtags){

    $allowedtags[’embed’] = array();

    return $allowedtags;

    }

    add_filter( ‘edit_allowedtags’, ‘my_allowed_tags’ );

    I’m confused as why you mentioned bp-forums.

    And again, I really don’t want to open up something bad. What are the implications of adding this?

    Thanks in advance. I know I ask pretty dumb questions.

    #42762

    In reply to: messaging error

    jugoretz
    Participant

    BuddyPress RC-1 and WPMU 2.7

    #42761

    In reply to: messaging error

    Jeff Sayre
    Participant

    Jugoretz-

    Which versions of BuddyPress and WPMU are you running?

    #42753
    cercetasu
    Participant

    Hy everyone!

    I have latest trunks of wordpress mu, buddypress, bp-dev and signup-password plugin from premium.wpmudev.org.

    The plugin doesn’t work. I have the password fields on my registration page but it still generates a random password on activation.

    How can i make it work?

    #42749
    gpo1
    Participant

    @Xmike, Are you using it from the blog side or user profile under BP?

    FYI for streaming video

    http://www.streamincloud.com/

    #42747
    Wythagy
    Participant

    I would LOVE to start getting some feedback on the site I am currently creating (still in beta) called Modelrific™. It is a modeling and photography community.

    http://www.modelrific.com

    username: test

    password: test

    (You’ll need these just to see the page, as I have it server-side protected)

    You can log in to the actual site using:

    username: testuser2

    password: testuser2

    Please let me know what you think!

    #42745
    David Mugo
    Participant
    #42737
    dbascent94
    Participant

    http://jeffersoniansobs.org/

    A site by and for motorcycle enthusiasts.

    #42722
    Jeff Sayre
    Participant

    In wp-login.php, I have found the following line of code (around line 470) ….

    I want to redirect the user to their profile page, so I changed it to …

    I would highly recommend that you stay away from hacking core WPMU files. You’ll have to make the changes all over again the next time you update WPMU.

    This is the way you should do it: https://buddypress.org/forums/topic.php?id=1095

    How can I change the wp-login page to include my site\’s logo instead of the WordPress logo? Is this possible?

    http://premium.wpmudev.org/project/rebranding-wordpress-mu

    By the way, you may receive faster responses in the future if you ask WPMU questions on the WPMU forums and ask BuddyPress-specific questions on this forum.

    #42720

    In reply to: Default Theme

    Jeff Sayre
    Participant

    Well, I assume you do your WPMU updates by deleting everything from the WPMU folder–with the possible exception of certain files / folders in wp-content? If so, then just delete again and start over.

    Also, read this thread ( https://buddypress.org/forums/topic.php?id=2065 ). Although not everything applies, there are important upgrade tips and instructions. Make sure you read / browse the entire thread.

    #42716

    In reply to: Default Theme

    Jeff Sayre
    Participant

    no i havent installed wpmu 2.7.1

    You must be running the latest branch of WPMU to use the trunk of BP 1.0_RC2.

    Did you read this thread? https://buddypress.org/forums/topic.php?id=1994

    #42709

    In reply to: Default Theme

    Jeff Sayre
    Participant

    Which version of BuddyPress are you using?

    #42708
    fishbowl81
    Participant

    Just to add my 2 cents,

    I’m using Eclipse as my IDE, and have had great luck with phpeclipse and subclipse. Because eclipse is java based it is cross platform, for the ide and plugins. I have used this setup on both a Ubuntu system and my Current Mac.

    I have 3 projects currently “checkout out” the Buddypress trunk, the WPMU trunk, and my private svn for personal development. This allows me to look at source code for everything. I only have submission permissions on my private svn, which is probably good.

    On my server I can also use the command line and checkout the files and copy them into the required directories.

    Hopefully this inspires someone,

    Brad

    #42705

    In reply to: Admin Bar

    2448027
    Inactive

    ok i got it working didnt realise you had to enable it ..

    is there away to set the buddypress admin bar as the default bar site wide ?

    #42690

    In reply to: Avatar Upload

    Jeff Sayre
    Participant

    Vito687-

    as far as version of PHP, do you mean myadmin client or actual code

    What version of PHP is your domain on your VPS running? Is this different than the version you’re using in MAMP?

    More steps to try:

    1. Do you have any plugins other than BuddyPress installed? If so, disable all of them and see if you still get the problem. If you do not, if it works, then activate the other plugins one at a time, each time trying the avatar change or upload until you get the problem.
    2. If that does not work, try reinstalling from scratch. This means deleting all the files from your domain and deleting the MySQL database you’re attaching to. Create a brand new database and then upload WPMU and BP per install protocol. See what happens.

    #42687

    In reply to: Help: Fatal Errors

    Burt Adsit
    Participant

    You are going to encounter lots of errors if bp isn\\\’t installed properly and you are not running the proper wpmu version. First thing is get the svn 2.7 branch of wpmu. This depends on the operating system you are developing on.

    Start with this: https://buddypress.org/forums/topic.php?id=2145#post-11567 and this https://buddypress.org/forums/topic.php?id=1285

    If you are on windows this is the client I use: http://tortoisesvn.net/

    Other than not running the right version of wpmu, bp does not seem to be installed right. You shouldn\\\’t have to upload the php file I mentioned to get things working right. If you are running the trunk version of bp you need to get the latest wpmu the same way you did the bp trunk. Just a different url.

    Neither bp nor wpmu seem to be installed correctly.

    #42686
    xmike
    Participant
    #42682

    In reply to: BP-FBConnect Plugin

    felix2009
    Participant

    I’ve also installed this plugin on the latest versions of WPMU + BuddyPress, and i dont have any problems at all ;-)

    #42680
    Andy Peatling
    Keymaster

    Upgrade to the latest trunk, or wait until RC2 comes out, and you will get the nice titles.

    #42679

    In reply to: Help: Fatal Errors

    Burt Adsit
    Participant

    Make sure that bp is installed in a directory called /plugins/buddypress

    Make sure that you are using the wpmu svn 2.7 branch http://svn.automattic.com/wordpress-mu/branches/2.7 not the wpmu trunk.

    For some reason bp is not loading correctly. bp should be installed in the above directory and there should be other subdirs underneath that with all the components. Do you have this file in this path? /plugins/buddypress/bp-groups/bp-groups-templatetags.php

    That is one of the files that is not loading.

    #42675

    In reply to: Avatar Upload

    vito687
    Participant

    Okay thanks jeff for the help, let me try to answer your questions as precisely as you have laid them out.

    first off, I have pre-existing avatars in my blogs.dir, these avatars load fine, the thumbnails and everything else is there. Ive tried just using an empty blogs.dir and it still didnt work. I hit “change avatar” upload and get that error message.

    My permissions for the entire blogs.dir are set to 777 so I think that would clear up any permission issues.

    Im trying to use various formats for testing so far a png that was 800k and a jpg about the same, I have my limit set to 2500k

    I have read lance’s post but unfortunately none of the methods helped.

    I am using a customized theme, when I upgraded to the BP trunk as per andys instructions I copied only the functions and header files over for both my home and members theme. Everything is working properly. The BP_core and all plugin files were placed in the plugins/buddypress directory and are functioning fine.

    as far as version of PHP, do you mean myadmin client or actual code, which is whatever its written in to begin with, Ive done minimal php editing besides a custom loop on the home page, mainly CSS edits.

    I did not check and see if there where no files in the blogs.dir because there are files presently there, I will try again with an empy blogs.dir folder

    Is there anything in the DB that controlls where the upload script tries to send the file to? because I went from a local setup to a server set up, maybe the upload button is still using the local domain?

    I really need to get this working, any help is truly appreciated

Viewing 25 results - 66,126 through 66,150 (of 69,016 total)
Skip to toolbar