Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,026 through 30,050 (of 32,024 total)
  • Author
    Search Results
  • #45083

    In reply to: Error creating groups

    Jeff Sayre
    Participant

    We don’t have sufficient information to provide any assistance. Please answer these questions:

    1. Which version of WPMU are you running?
    2. Did you upgraded from a previous version of WPMU, and if so, from which version and how?
    3. Did you have WPMU functioning properly before installing and upgrading BuddyPress?
    4. Which version of BuddyPress are you running?
    5. Did you log in as site admin in WPMU’s backend and activate BuddyPress?
    6. Do you have any plugins other than BuddyPress installed and activated?
    7. Are you using the standard BuddyPress themes or custom themes?
    8. Are there are errors in your server’s log files, and if so, what are they?

    #45073
    codyb
    Participant

    Response to your questions are as follows:

    1. I am positive I am running wordpressMU, under my admin dashboard it states You are using WordPress MU 2.7.1.

    2. This is a fresh install of WordPressMU and Buddypress. I had never heard of either of these until a week ago so I installed WordPressMU 2.7.1 first and then downloaded BuddyPress1.0 and installed via installation instructions listed here https://codex.buddypress.org/getting-started/installing-buddypress/

    3. I believe WordPressMU was functioning, but I had never used it before so I can’t state that confidently. Just from playing around with it previously and me still being able to use the dashboard without issue, I would say it was functioning.

    4. I am using BuddyPress1.0

    5. Yes I logged in as site admin on WPMU’s backend, activated buddypress under the plugins section, and am currently utilizing the BuddyPress Default Home Theme 1.0

    6. The only plugin I have listed is BuddyPress and I’ve never installed any other plugins

    7. I believe I am using the standard buddypress theme that was automatically installed with BuddyPress, I myself did not install any custom themes

    8. I do not see any error messages that are catching my eye in my /var/log/messages

    Just a little additional info. I’m running WordPress/BuddyPress on my own webserver. I am running a linux box using CentOS 5.3 and apache to host my current website utilizing drupal and all works fine. I wanted to utilize the BuddyPress social networking feel for my site so I’d like to move to BuddyPress. I started from scratch with installing WordPressMU and BuddyPress. I made the correct databases and users using MySQL. If you have any other questions please let me know. Thanks

    #45068
    Jeff Sayre
    Participant

    Okay, before we can assist further, we need more information. Please answer these questions:

    1. You’re positive that you’re running WordPress Mu and not single-version WP?
    2. Assuming the answer to number 1 is yes, then did you upgraded from a previous version of WPMU, and if so, from which version and how?
    3. Did you have WPMU functioning properly before installing and upgrading BuddyPress?
    4. Which version of BuddyPress are you running?
    5. Did you log in as site admin in WPMU’s backend and activate BuddyPress?
    6. Do you have any plugins other than BuddyPress installed and activated?
    7. Are you using the standard BuddyPress themes or custom themes?
    8. Are there are errors in your server’s log files, and if so, what are they?

    #45061
    enlightenmental1
    Participant

    you just need to edit your Members-Theme and move the “post to wire box/function” to where you want it.

    bp-themes/buddypress-member/profile/index.php

    on the very bottom of the page, you’ll see an IF statement “bp_wire_get_post_list”

    just move that where you want it, be sure to keep it in the right DIVs

    #45059
    azznonimous
    Participant

    Hi again

    I made some mistakes:

    – asume that the upgrade from RCx to v1 was simply copying files over the old ones and didn’t noticed the change in the setup procedure to /wp-content/plugins/buddypress

    – Also is posible that as my MU base was 2.7 it messed a bit too

    – Tampering the themes fields in the db with a non ortodox setup

    I started the intall process all over and it works fine again.

    As a final test I tried to swap the old DB for the new one but I get again messages like the BP_PLUGIN_DIR path.

    Just if helps …

    Regards,

    #45057
    azznonimous
    Participant

    I’m having the same issue but with Activities when starting up in:

    Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) …www/wp-content/mu-plugins/bp-activity.php on line 14

    I “ugraded” from RC1 to v1 but failed. Then I removed everything except WPMU & wp-config.php, as the DB was ok. Copied BP, moved the themes and got the message.

    I tried to reset the themes in db to bpmember and bphome without success.

    #45056
    enlightenmental1
    Participant

    you would edit your bp bp-themes/ or theme/buddypress-home/

    depending on where you want it.

    you could also add the “tweet” stuff directly to the functions.php file

    /themes/buddypress-home/home.php

    (the above is the home page, which calls the left,center,right sidebars)

    you could manually insert your code there.

    there’s a few different way to do that…. some would say creating a plugin/function/bp-custom code is the best

    #45055
    dainismichel
    Participant

    Just replaced the 6 instances of get_option(‘home’) in header.php of my member blog theme with $bp->root_domain as described.

    Don’t see any difference in the behavior of the site.

    Really impressed with delsolownersclub wow. great work.

    I’d love to turn this into a procedure for the community, but I don’t know how to do it yet. Stuck here too: https://buddypress.org/forums/topic.php?id=1632&page=2&replies=43#post-14553

    Best,

    Dainis

    #45053
    pcmike
    Participant

    The MU build is still confusing to me because it doesn’t have the editor function in the dashboard like the regular wp install… ALl I ave in MU under appearance is just widgets and themes…

    I did a quick look in the raw files… all I see is sidebar.php

    But can’t find left/center/right sidebar code to edit like ij standard wp install under editor.

    Where do I go to add the twitter code so it appears in the center column?

    Ezd
    Participant

    I remember Andy said he would fix this in a different post. Althrough I do not think this has been resolved in the latest skeleton theme yet.

    #45044
    KitWit
    Participant

    Apparently the bar doesn’t extend to the full width of the open browser even in the default installation (I assumed it did), but if you notice how this installation of BuddyPress is configured here on the BuddyPress site (the page we’re on, in BuddyPress.org), the bar at the top extends full-width! Since I can’t peer into this site’s base.css file for the theme I’m wondering how to change that attribute … ?

    #45034
    Arturo
    Participant

    i’ve found the function to check the logged in user is_user_logged_in()

    Jeff Sayre
    Participant

    Jfcarter-

    You do have the calls to the buddybar as I outlined in the second post in this thread, correct?

    Are you using a customized bbPress theme? If so, switch to the default bbP theme, add in the necessary code as detailed in this thread, and see what happens.

    #45028
    danielfelice
    Participant

    The dealine is May 30 so get your submissions in!

    Not long to go!

    #45023
    Andy Peatling
    Keymaster

    Not tested, but this would probably do it (put it in a plugin and activate it or add it to your theme’s functions.php file):

    <?php
    function disable_name_change( $data ) {
    if ( 1 == $data->field_id )
    $data->field_id = false;

    return $data;
    }
    add_action( 'xprofile_data_before_save', 'disable_name_change' );
    ?>

    #45018
    Jeff Sayre
    Participant

    We do not have sufficient information to provide any assistance. Please provide the following:

    1. Which version of WPMU are you running?
    2. Did you upgraded from a previous version of WPMU, and if so, from which version and how?
    3. Did you have WPMU functioning properly before installing and upgrading BuddyPress?
    4. Which version of BuddyPress are you running?
    5. Did you log in as site admin in WPMU’s backend and activate BuddyPress?
    6. Do you have any plugins other than BuddyPress installed and activated?
    7. Are you using the standard BuddyPress themes or custom themes?
    8. Are there are errors in your server’s log files, and if so, what are they?

    #45017
    Arturo
    Participant

    no alunsina, I want for unregistered/not logged users see only the form to do the login and the register link, such as facebook, and logged users can surf all the site.

    #45016

    In reply to: Featured/pro members?

    philpeter
    Participant

    Right, that\’s interesting.

    I\’m thinking now along just having a on/off setting for user\’s that identifies them as a \’special\’ member. This would involve a checkbox on the user page visible only to Admins and then some kind of conditional tag for dynamically altering the theme (e.g. adding a star next to a member\’s name).

    Any thoughts?

    Edit: in fact, this could be done with WP’s usermeta functions maybe?

    #45015
    alunsina
    Participant

    you can check out the privacy settings ( I would like my blog to be visible only to registered users from blog community ) then maybe edit the log-in page.

    Kunal17
    Participant

    Andrea,

    No I think I am using the other older one. (I came across DeannaS’ but for some reason forum discussions convinced me that it was still a work in progress.) Ill switch over and try it out now. Thanks.

    Simon
    Participant

    Just pinging this back to the top to see if anyone else is having this problem and knows of a fix? :-)

    You’ll want to put this at the top of bb-config.php:

    if ( !defined('ABSPATH') &amp; !defined('XMLRPC_REQUEST')) {
    define('WP_USE_THEMES', false) ;
    include_once( '/your/absolute/path/to/domain/wp-blog-header.php' );
    header("HTTP/1.1 200 OK");
    header("Status: 200 All rosy") ;
    }

    The &amp; should be just the &

    #44996
    Arturo
    Participant

    like FB homepage for not registered/logged in user…

    #44995
    2811435
    Inactive

    Duh, I didn’t put the bp-home theme into the WP theme dir.

    Thx for the help, JJJ.

    #44993
    2811435
    Inactive

    I’ll look into the JS/BB issue in a bit. Thanks for that.

    The only themes I have are:

    WordPress Classic

    WordPress mu Default

    WordPress mu Homepage

    Revolution City Gray

    Currently, ‘mu Homepage’ is the default theme.

Viewing 25 results - 30,026 through 30,050 (of 32,024 total)
Skip to toolbar