Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 108 total)

  • gerikg
    Participant

    @gerikg

    open your .htaccess file in the root wordpress folder and put this on the top

    AddHandler x-httpd-php5 .php

    AddHandler x-httpd-php .php4

    then try again. If you don’t have .htaccess file create one.


    gerikg
    Participant

    @gerikg

    Who is your hosting company?


    gerikg
    Participant

    @gerikg

    You can have both.

    http://img267.imageshack.us/img267/2127/wpbbbbp1.jpg

    http://img32.imageshack.us/img32/1755/wpbbbbp2.jpg

    I just don’t know how to get the buddybar to work right on bbpress


    gerikg
    Participant

    @gerikg

    Thanks added to the trac, btw the second link doesn’t work.


    gerikg
    Participant

    @gerikg

    I can do it, not all themes work with that plugin.


    gerikg
    Participant

    @gerikg

    I have deep integration, if you see the screen shots bbpress is using wp/bp sidebars.

    I don’t know to code just know how to move things around…so can you elaborate and tell me where and to put it?


    gerikg
    Participant

    @gerikg

    change the topic to resolved at the top.


    gerikg
    Participant

    @gerikg

    is there a command line to get the buddybar like, getsidebar() ???


    gerikg
    Participant

    @gerikg

    It’s more like an issue. Log-in, register, forgot password, and log-out should be all the same look.

    Log-in and register is buddypress theme and forgot password and log-out is wordpress core theme.

    [rant]it won’t matter where I put it, it won’t get resolved or get a straight answer. Plus I can’t move it after it’s posted.[/rant]


    gerikg
    Participant

    @gerikg

    Is this a go?


    gerikg
    Participant

    @gerikg

    I figured it out.

    I had a css line on the original theme:

    .avatar {
    height:55px;
    width:55px; }

    that caused the issue. It’s a good to know.


    gerikg
    Participant

    @gerikg

    Just a question, I edited a few WP themes to work with buddypress 1.1 what do you guys put as the author? It’s someone else design but it’s your hard work making it work with buddypress. If you guys are going forward can I help?


    gerikg
    Participant

    @gerikg

    You can change Studies into Science. I know that doesn’t help much. Getting a new URL will probably be the best bet. You can fwd the old domain into the new one.


    gerikg
    Participant

    @gerikg

    1. Which version of WPMU are you running? 2.8.4a

    2. Did you install WPMU as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WPMU? If so, from which version? 2.8.3

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? Yes

    6. Which version of BuddyPress (BP) are you running? 1.1

    7. Did you upgraded from a previous version of BP? If so, from which version? 1.0.3

    8. Do you have any plugins other than BuddyPress installed and activated? not when the error happened

    9. Are you using the standard BuddyPress themes or customized themes? default 1.1

    10. Have you modified the core files in any way? no

    11. Do you have any custom functions in bp-custom.php? nope

    12. If running bbPress, which version? 1.0.2

    13. Please provide a list of any errors in your server’s log files.

    Parse error: syntax error, unexpected '~', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /homepages/0/d188981313/htdocs/test/mu/bb-config.php on line 72


    gerikg
    Participant

    @gerikg

    add this to you custom style sheet

    /* BuddyBar Removed - fixing gap */
    body { padding-top:0px!important; }


    gerikg
    Participant

    @gerikg

    John James Jacoby the files are the same.

    This line doesn’t work


    @import
    url(css/loader.php);

    it will import css but not the php file.

    I just added to the style.css

    @import url(css/base.css);
    @import url(css/directories.css);
    @import url(css/settings.css);
    @import url(css/components.css);

    <?php
    /* If there are any custom component css files inside the /custom-components/ dir, load them. */
    if ( is_dir( 'css/custom-components' ) ) {
    if ( $dh = opendir( 'css/custom-components' ) ) {
    while ( ( $css_file = readdir( $dh ) ) !== false ) {
    if( substr ( $css_file, -4 ) == '.css' ) {
    echo "@import url(custom-components/$css_file);\n";
    }
    }
    }
    }

    /* Now load the custom styles CSS for custom modifications */
    if ( file_exists('css/custom.css') )
    echo "@import url(css/custom.css);\n";
    ?>

    I know it’s not the right way but it works…

    Anyone know why the server won’t pull import the php?


    gerikg
    Participant

    @gerikg

    P.S. crocgo gave me access to the site


    gerikg
    Participant

    @gerikg

    okay first.. I think some of us missed this…

    “6. Which version of BuddyPress (BP) are you running?

    version 1.0.3″

    I set permission on bp-theme 755 and everything under it. Nothing.

    I deleted the folder and uploaded bbmembers again. Nothing

    Uploaded a new member theme and activated it. Nothing

    I deleted buddypress and deactivated all plugins (welcome pack & achivements). Nothing.

    I uploaded everything back and nothing.

    All the settings are fine. it’s not pulling the css file.


    gerikg
    Participant

    @gerikg

    can someone explain in “dumb” people talk how site activity works? Does the action send the information to site activity or does the site activity pull from somewhere…


    gerikg
    Participant

    @gerikg

    thanks! works good. The one on the sidebar has “RSS Feed” on the top, the code you link me to has “Viewing item X to X (of X items)” is that a parameter?


    gerikg
    Participant

    @gerikg

    like this? http://delsolownersclub.com/discussions/ you have to ask JJJ


    gerikg
    Participant

    @gerikg

    any status on this?


    gerikg
    Participant

    @gerikg

    If you use Firefox you can get firebug a useful plugin for these situation. It can tell you what it’s calling and where it’s located.http://getfirebug.com/


    gerikg
    Participant

    @gerikg

    Click on FORUMS on the top. Scroll down to Latest Discussion, look under “FAQ: How To, Code Snippets and Solutions” the solution is there.


    gerikg
    Participant

    @gerikg

Viewing 25 replies - 1 through 25 (of 108 total)
Skip to toolbar