Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 21,326 through 21,350 (of 31,072 total)
  • Author
    Search Results
  • LPH2005
    Participant

    Narrowed this down to the thesis child theme. A change to the default theme allows the stream to show and groups to be created – however – the “home” link is wrong and tries to go to /news.

    #95208
    Pascal Birchler
    Participant

    *bump* since I edited the topic a bit. Translation still doesn’t work. I already deactiveted all plugins, activated BuddyPress with the default theme. Result: Not working!

    #95188

    In reply to: Beginners Questions

    LPH2005
    Participant

    WP 3.0.1 would be the best install with BuddyPress 1.2.6 (released this coming weekend).

    But before walking through too much detail, is there a reason you want BuddyPress on a subdomain? Is WordPress installed on the main domain?

    Now, it is possible to install BP and have members create blogs using subdomains .. but maybe you have a different purpose for putting the whole community on the subdomain .. which is also possible.

    There are a growing number of great themes for BuddyPress:

    http://premium.wpmudev.org/project/buddypress-magazine-theme

    http://bp-tricks.com/

    Also, you can take any WP theme and modify it to match the community by using the template pack.

    #95184
    konradS
    Participant

    @boonebgorges: Thanks!
    @cryptidresearch: Thanks for your feedback!
    1) as Sven mentioned above, the next version comes with variable header height.
    2) good idea, there’ll be an option for this in the next version!
    3) I will also have a closer look on the title..
    You can play around with style.php and both .css-files, but all changes will be gone with the next update.

    #95182
    brucenow
    Member

    Thanks much for the suggestions. But I tried them and get the same results.
    I deleted the plugin, reverted back to the WordPress Twenty Ten theme, and am working with the initial wordpress installation, that is, I have never posted or created any pages. The problem persists. When I go to edit the About page without actually editing it, just clicking on the “View Page” button. I get this message:

    Forbidden
    You don’t have permission to access /about/ on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.33 Server at neighborsconnect.us Port 80

    Same thing if I am on the home page and click on the About in the horizontal menu beneath the header.
    That happens with any permalinks other than the default including the custom /%category%/%postname%/ .
    And the browser window reads” url/About.

    I don’t get any messages when I change the permalinks.

    #95162

    In reply to: next version of bp

    LPH2005
    Participant

    @hnla – installed the branch the other day and pagination still doesn’t work on the activity stream. Decided to look at the way I had it done in the child theme but am not done.

    Yes I ran only the Buddypress plugin & the BuddyPress Default 1.2.5.2 by BuddyPress.org theme

    Any ideas on what we could look at in the default theme/plugin?

    If its posting to MY wall, why wouldnt it post to the Activity Stream then when I’m actually replyin ON the Activity Stream page?

    #95156
    Heiner
    Participant

    Thank you for this. Is there any chance I can do the setting in my theme so it is not overwritten when an update comes?

    Roger Coathup
    Participant

    @johnnyscience – sounds like a javascript / CSS problem to me – are you definitely running with the vanilla BuddyPress install AND the BuddyPress default theme.

    No CSS or HTML changes at all?

    The default theme uses javascript routines to display a lot of the reply code – if you are using a different theme, you need to also modify your javascripts to ensure they still work

    #95129

    In reply to: Zlib compression

    LPH2005
    Participant

    Yes, enabling zlib compression by placing code in the header.php of a child theme will improve performance.

    `<?php
    ini_set(’zlib.output_compression’, ‘On’);
    ini_set(’zlib.output_compression_level’, ‘1?);
    ?>`

    Source: WPMU.org

    Additionally, you could enable W3-Total Cache as a plugin and gain other benefits, ie. CDN, Minify, database caching, object caching, browser caching, and user agent groups.

    https://wordpress.org/extend/plugins/w3-total-cache/

    You cannot do both the plugin and the enabling of zlib compression in the header :)

    Kirk
    Participant

    Right, its private.
    I have to login as admin, and then go to My Account, My Groups, then I see the link to the Students group, click that I then I can finally click the Forum link. I also can use the WP main menu Groups link, and find the Students group. Our members are lazy, they want to hit the main page, one click and they are in the forum (assuming they are logged in).
    I tried the link you provided above and it keeps redirecting me to what I belive is the WP general blog/comment diaglogue. The buddypress install went OK as I can tell. In the WP admin backend I still have the msg:

    “BuddyPress is ready. You’ll need to activate a BuddyPress compatible theme to take advantage of all of the features. We’ve bundled a default theme, but you can always install some other compatible themes or upgrade your existing WordPress theme.”

    Even though I activated the default BP template several times. Possibly something to do with the issue here?

    #95109
    Roger Coathup
    Participant

    Go back to a base WordPress install with the default 2010 theme. Then try to set custom permalinks to /%category%/%postname%/

    Does that work? Can you go to categories and posts without problem?

    If not, it is a problem with your server setup for WordPress and nothing to do with BuddyPress. You should fix that problem before attempting to use BuddyPress

    #95102
    kunalb
    Participant

    @obakitch You can over-ride the theme files — I guess you can get an events directory, etc. as required; disable the forums; to match the look of your site the edit-form, create and edit pages will have to be drastically re-themed.

    For future reference, try raising plugin issues on the plugin group: https://buddypress.org/community/groups/eventpress/

    #95101
    brucenow
    Member

    Got impatient. Deleted everything and reinstalled, since I didn’t have that much content anyway. Still have a problem with pernalinks whether the plugin is there or not. I’m using “BuddyPress Twenty Ten Child 1.0” by bp-theme-converts for my theme.

    #95092
    Sven Lehnert
    Participant

    @cryptidresearch, In the next version will be an option for the header height ;-)

    #95091

    Alright, concrete feedback now that I’ve played with your features.
    1) Header image is too small. I would like options to have a larger image. I like 275 px
    2) Remove the search from the header. I’d like options to remove that. It’s unneeded for my site.
    3) Title. It’s currently behind the gray bar for the buddypress. Move it down?

    Now, I’m just learning PHP, been using HTML for years. New to WordPress in last year. Can I make the above changes somehow in the style.php? I hate to make changes and break it.

    I like that it uses the custom menus, so much of my information needs to be accessed in it’s categories.

    Thanx for the hard work!

    #95086

    never mind, figured it out. don’t use the # mark on the HEX number. :) Thanx! It’s looking good!

    #95082

    Alright, finding out the ups and downs of your theme. Good work! Wondering though, what code do I put into the theme options for the colors?

    #95081
    Boone Gorges
    Keymaster

    What plugins are you using? Does the problem persist when you enable bp-default instead of your custom theme?

    #95078
    Boone Gorges
    Keymaster

    I like it. Thanks for sharing.

    #95076

    It would be nice if the header image was a bit taller

    #95066

    In reply to: List pages in nav bar.

    @mercime
    Participant

    Not quite sure what you mean, but if you’ve deleted this line with wp_list_pages in header.php then you need to add it back,

    James
    Participant

    ok, with thanks to http://cleverness.org/2010/08/08/add-user-types-to-wordpress-and-buddypress/ found another starting point:

    Put this in you BuddyPress theme /registration/register.php file:

    `

    User Type A
    User Type B
    User Type C

    `

    Put the following code in your theme’s functions.php:

    `<?php
    /* Add sign-up field to BuddyPress sign-up array*/
    function bp_custom_user_signup_field( $usermeta ) {
    $usermeta = $_POST;

    return $usermeta;
    }
    add_filter( ‘bp_signup_usermeta’, ‘bp_custom_user_signup_field’ );

    /* Add field_name from sign-up to usermeta on activation */
    function bp_user_activate_field( $signup ) {

    update_usermeta( $signup, ‘signup_type’, $signup );

    return $signup;
    }
    add_filter( ‘bp_core_activate_account’, ‘bp_user_activate_field’ );

    function synchro_wp_usermeta($user_id, $password, $meta) {
    global $bp, $wpdb;

    $type = $meta[signup_type];

    update_usermeta( $user_id, ‘signup_type’, $type );

    }
    add_action( ‘wpmu_activate_user’, ‘synchro_wp_usermeta’, 10, 3);
    `

    This should create selection of account types on the signup page.
    If anyone knows how to update profile-loop.php, so that every account type would have different profile group, please share your opinion.

    thanks.

    #95054
    Archie Webmaker
    Participant

    I am the owner of Blogcastor.com and is not in anyway harmful. It was a comment with a link (cc.co) that cause the problem. It has been removed and is running fine now.

    In that process(reactifying) I have lost my data. Themes will be available for download ASAP.

    #95042
    revolutionfrance
    Participant

    Hi @travel-junkie!

    I am very interested in your plugin, but am wondering about one thing: will it be possible to embed the events map in another place (for example the front page?) . I don’t need any fancy plugin option or anything to do this, just some code that I could paste into my theme…

Viewing 25 results - 21,326 through 21,350 (of 31,072 total)
Skip to toolbar