Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 27,301 through 27,325 (of 31,072 total)
  • Author
    Search Results
  • #54517
    Kevin Pine
    Participant

    Thanks – We actually had other issues due to the fact we are using IIS7 on windows server 2008. This article has info: https://mu.wordpress.org/forums/topic/12659

    #54514
    enacuous
    Participant

    bump

    #54513
    wolfapache9516
    Participant

    When I activate buddypress default theme it gives me blank page when clicked on create new blog but on wordpress default theme it does not show blank page.

    #54511

    In reply to: Themes

    outolumo
    Participant

    It would seem that you have neglected to copy the appropriate BP themes from under the BP-directory to themes directory and activate them at the buddypress blog dashboard.

    Of course, having read the the documentation about installing BuddyPress, you already knew that…

    So, could you give some more detailed information about your sitution?

    #54510
    outolumo
    Participant

    This is a WPMU issue. Check this:

    http://wpmudev.org/project/New-Blog-Defaults

    Mike Pratt
    Participant

    It’s really more a feature request…and a good one. BP handles all the functions but passes lost password requests back to WP which blows because it takes unsuspecting uses into eh Wp back-end, under a different look/theme. Same thing plagues blog posting as well, which is fine for sites that want to create a user/blogs owner kinda ting (the blog owners expect some sort of admin) but for the rest of us making use of BP’s great social/engagement features, it just causes confusion unnecessarily.

    #54503
    designodyssey
    Participant

    This is awesome. Of course, I’m not a coder and don’t understand it yet, but it’s a beginning. I will try the same thing with Hybrid theme next month. Not sure about using the custom function, but if it’s easier and more flexibile, I guess I’ll learn.

    Thanks for sharing this. I’m sure MANY are thinking about how to do this

    #54499
    Kevin Pine
    Participant

    Thanks DJPaul. How do I select a theme for the user blogs?

    #54496
    Paul Wong-Gibbs
    Keymaster

    The default BP theme will only work on the home blog. Things like the menu code will complain, otherwise.

    #54495
    Gianfranco
    Participant

    @proceon

    A lot about what you’re trying to achive is said here: https://buddypress.org/forums/topic/new-theme-framework-and-exisiting-wp-themes

    Otherwise, I myself am trying to get a step by step procedure to integrate BuddyPress as a section of a “normal” website, that is not full BuddyPress based.

    So far, form my experiments with theaming and integrating I can say:

    1) Delete all the files from “bp-sn-parent” that are already in your WP Theme (header.php, footer.php, index.php, …). Leave just all sub-directories and “optionsbar.php”, “userbar.php”, “plugin-template.php”, “style.css.

    2) Copy this at the bottom of “header.php” (WP Theme):

    <?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>

    <?php locate_template( array( ‘userbar.php’ ), true ) /* Load the user navigation */ ?>

    <?php locate_template( array( ‘optionsbar.php’ ), true ) /* Load the currently displayed object navigation */ ?>

    <?php endif; ?>

    3) In the header (comments) of the “style.css” in “bp-sn-parent” theme write this:

    Template : your-wp-theme-name

    …so you make this theme a child of your WP Theme, right?

    4) Activate the “bp-sn-parent” theme in the backend, under “Site Admin/Themes”, then activate it under “Apperance/Themes”.

    This will be the theme ofor the whole site, but it’ll call all the WP theme templates when no BuddyPress functions are needed. It’s a reverse way of doing the integration. I think it’s better.

    This procedure makes a lot of what you need, I think. Like, it gets your WP Theme working as it should and it “calls” the BuddyPress into play only when needed.

    But, I need to warn you that I am still struggling with styling (or skinning) the BP theme.

    So, I am still on it. But maybe it was worthing sharing already what I got so far, so that other may take it from there.

    Hope it helps…

    gerikg
    Participant

    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]

    #54493
    Mariusooms
    Participant

    Check out this plugin…it will do mostly what you need, including creating a group specific blog. What more, it includes a theme for that blog and remains tied to the group, so you can pull in group information on that blog.

    However, it only allows one blog per group. Check out the details here:

    https://wordpress.org/extend/plugins/bp-groupblog/

    Group specific forums are already inherently part of groups since BP1.1 came out.

    #54490
    proceon
    Participant

    I could really use some help here….Not getting any responses.

    HOW IS COMPATIBILITY MODE SUPPOSED TO WORK IN 1.1.1?

    I have gone down the route of trying to integrate my WP theme with Buddypress, for my root blog

    but it is not going to work. I would like to keep the themes separate like in 1.0.3 etc. HOW DO YOU DO THIS? Which exact template files do I need to move? I see which ones to move if I would like to INTEGRATE my theme with BP, but NOT if I want to keep the themes SEPARATE. Here are my specifics once again: Fresh install of

    WPMU 2.8.4a

    BP 1.1.1

    No plugins

    using subdirs

    WPMU is not at root on webserver

    using WP default theme at root (trying to get MagicBlue working, but will start with default).

    CentOS 5.3

    Is this setup possible? Can BP 1.1.1 run like BP 1.0.3 with a separate WP root theme? Please

    HELP….this is chewing up a lot of time trying different alternatives.

    Thanks

    #54488
    David Lewis
    Participant

    Flynn… why not just register your extra widget areas in the child functions.php file? They should just be added to the already registered widget areas (sidebars) in the parent functions.php

    p.s. As to the original poster… ya… what Paul said. Two functions with the same name = white page.

    #54484

    In reply to: Themes

    wolfapache9516
    Participant

    I guess you dont answer twice 2 the same persions inquiry …. I tried it when I was installing it but you even there never responded me twice and left me hanging with the problem

    #54482
    flynn
    Participant

    I had this problem adding extra site bar areas to the footer of my theme…

    It’s not perfect, but if you backup your functions.php to be safe, you can edit the parent functions.php

    Of course, this means that updates will erase your changes, so you’ll have to babysit any BP updates until a better solution is found.

    #54480

    In reply to: Themes

    wolfapache9516
    Participant

    I have already activated buddypress but this theme does not get activated How can I do that?

    #54479
    Paul Wong-Gibbs
    Keymaster

    I’m almost certain you are getting a white page because, by copying parent theme functions.php into your child theme, you are re-declaring a function of the same name which PHP doesn’t like.

    AFAIK you don’t need to copy the functions.php into your child, that should be inherited. If you are trying to change a function which has been written into parent functions.php, you’ll need to approach it another way.

    #54478

    In reply to: Themes

    wolfapache9516
    Participant

    well for some reason I am unable to activate it can you please guide me I have done it before its just bad luck this time

    #54477

    Nothing related to this in Apace, SQL, PHP logs. If I reproduce the problem, then nothing new turns up in those logs…

    I have tried emptying the file of code, and then the site loads. So it must be related to the code that’s in the BuddyPress standard theme.

    #54476

    In reply to: Themes

    Paul Wong-Gibbs
    Keymaster

    It’s the default theme which comes with BuddyPress 1.1.1.

    #54465
    Paul Wong-Gibbs
    Keymaster

    What’s in your web server error log? I’m guessing a PHP duplicate function declaration warning.

    #54458
    Detective
    Participant

    I won’t release the theme because without Thesis it doesn’t work. I can customize it for a client and give it under a fee, under a GPL2 license.

    My theme has only one file that calls Thesis functions, but Thesis-compatible markup is spreaded all over the template files. They don’t need a Thesis installation, but their markup requires Thesis’ CSS to look good.

    In the short-term I want to make an “expansion pack”, with compatible markup with the Tarski Theme. This will be released publicly ;)

    #54453
    Gianfranco
    Participant

    Thanks for the answear, Detective.

    So,the 3 layers thing as suggested by outolumo is never going to work, right?

    Does that mean that I will have to merge the “bb-default” css and images files into “bp-sn-parent”?

    #54452
    Detective
    Participant

    You can’t have three themes loaded, only two: a parent and a child.

Viewing 25 results - 27,301 through 27,325 (of 31,072 total)
Skip to toolbar