Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 29,926 through 29,950 (of 32,013 total)
  • Author
    Search Results
  • #45604
    David Mazza
    Participant

    I also realized why I hated the default member theme so much. For some reason in Firefox 3.5b4 on mac all the font on the member theme is huge. I don’t know if anyone else has had this problem, but it is fine in Safari. It actually looks really nice in Safari.

    #45603
    David Mazza
    Participant

    Thanks for the links.

    I have seen the horizontal design as well, and I don’t especially care for that either. I have determined for my purposes that I don’t need that navigation at all.

    That is an awesome facebook theme, but I don’t literally mean that I want it to look like facebook, I just want it to function more like facebook. Facebook has a very minimal amount of navigation by putting everything into “apps.” I don’t want to do that, but I also don’t think I need navigation just to see each of my friends’ events, groups etc. I am just interested in seeing who is attending each individual event, or who is a member of each individual group.

    My ideal design is this: The front page lists upcoming events, new groups and recent activity including blog entries, which is already possible. The top navigation remains the way it is with links to each component. I can see my own profile and friends’ profiles. I can see a list of all events, all groups, and within those events and groups I can see who is attending. Finally, each group has events and a blog. Each blog is primarily used to talk about and link to the group’s events. I guess that is exactly what we already have, but I feel like the default design is almost too much functionality for my needs.

    I think I am going to take apart the default member theme and show you what I mean. Then we can go from there, because I think a lot of people might like a more simple member theme.

    #45601

    In reply to: Avatar upload failed

    Jeff Sayre
    Participant

    Philpeter-

    This clearly looks like a permissions-based issue. A couple of questions:

    1. What are the permissions for blog.dir?
    2. What, if any, errors are showing up in your log files?
    3. Have you tried disabling all plugins except BuddyPress and switching to the default themes?

    #45600
    Jeff Sayre
    Participant

    @Fi3ryfalc0nz-

    Do you have any member themes installed? At a minimum you should have the bpmember theme installed in /wp-content/bp-themes/.

    Paul Wong-Gibbs
    Keymaster

    Assuming you have followed instructions correctly and moved the two themes to their appropiate folders, you just need to enable and activate the bphome theme on the main blog, just as though you would for any other theme.

    #45583
    gpo1
    Participant

    I agree with DJPaul, but you could get a developer to create theme you want.

    However, check this guy out:Nazieb

    http://wp-project.nazieb.com/themes/smells-like-facebook/

    Might look into it?

    #45579

    In reply to: p2 integration

    Kunal17
    Participant

    Gp01,

    I meant in the member theme. Implementation in the home theme would be boring I think (unless you can prove me incorrect :))

    #45578

    In reply to: p2 integration

    gpo1
    Participant

    Is it for the home or member theme, because for home theme just add the BP widgets to it?

    You need to get integrate twitter to the theme.

    #45575
    Sgrunt
    Participant

    the Shouty Theme has a profile page with horizontal bars: http://www.buddydress.com/2009/04/shouty-theme/

    i haven’t tested it with the 1.0 release, but it worked fine with the Rc2.

    You can see some profile examples here:

    http://hub.sharetips.co.za/members/dreamboy/

    http://community.lads.my/members/ziqah/

    #45565
    Tracedef
    Participant

    It definitely looks awesome and moving the nav bars to the top makes a lot of sense in terms of utilizing space a little bit better… the default theme is awesome as well though, Andy and whomever was involved with that did a great job…. which isn’t always the case with default themes….

    #45563
    David Mazza
    Participant

    Actually I’m just surprised that no one has yet. I am somewhat reluctant to do so at the moment because things are still changing fast, but now it seems a little more stable. I think I want a much more simple design than most people would, so I can understand why you made it that way. My users are college students, so it needs to function just like Facebook. I am using it for campus groups to post their events, form online groups and start blogging. The main focus in on the events. BuddyPress is exactly what I have always dreamed of because I don’t like Ning.

    #45560
    Andy Peatling
    Keymaster

    For what it’s worth – the customization of this theme was done in 2 days and based on the original default theme. If you are competent with CSS then it should not a be problem for you.

    #45549
    Jeff Sayre
    Participant

    I don’t understand why they didn’t just model it from their own awesome member theme. Even the skeleton member theme is more or less the same as the default.

    It’s because the awesome member theme was a customization of the default theme. The default themes have been around since BuddyPress was first made available as a release candidate.

    So, as Nicola and DJPaul suggest, if you want to create your own custom themes, by using either the skeleton theme or the default themes you have a solid foundation from which to work!

    #45545
    Paul Wong-Gibbs
    Keymaster

    The skeleton is built to allow theme developers a base to start from. That’s all.

    #45541
    David Mazza
    Participant

    The default member theme sucks, and I haven’t seen anyone significantly modify it. I plan to do so at some point, but I don’t understand why they didn’t just model it from their own awesome member theme. Even the skeleton member theme is more or less the same as the default. You would have to make significant modifications to the skeleton theme itself for it to be anything like the buddypress.org member theme.

    Specific issues:

    Profile fields are way too spaced out.

    The navigation design isn’t really necessary.

    The wire should be on top, and profile fields in a small table below. Everything else is mostly unnecessary.

    #45539
    nicolagreco
    Participant

    As Andy says 2000 times, this theme will not released, but tweaks to make a theme like that will be shared :)

    Anyway look at css and make your own :D

    #45510
    Kunal17
    Participant

    Has anyone released a good buddypress style theme for bbpress yet?

    #45509
    belogical
    Participant

    kunal17, use this for selected class:

    https://buddypress.org/forums/topic.php?id=1997

    #45497
    2766283
    Inactive

    In bb-config.php

    <?php

    /* require_once( $_SERVER['DOCUMENT_ROOT'] . '/wp-blog-header.php' ); */

    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {

    define('WP_USE_THEMES', false);

    include_once( '/home/xxxxxxxxxx/public_html/wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    if ( !defined( 'ABSPATH' ) ) {

    include_once( '/home/xxxxxxxxxxxxxxxxx/public_html/wp-load.php' );

    }

    /**

    * The base configurations of bbPress.

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys and bbPress Language. You can get the MySQL settings from your

    * web host.

    *

    * This file is used by the installer during installation.

    *

    * @package bbPress

    */

    // ** MySQL settings - You can get this info from your web host ** //

    /** The name of the database for bbPress */

    define('BBDB_NAME', 'xxxxxxxxxxxxxxx');

    /** MySQL database username */

    define('BBDB_USER', 'xxxxxxxxxxxxxxx');

    /** MySQL database password */

    define('BBDB_PASSWORD', 'xxxxxxxxxxxxxxx');

    /** MySQL hostname */

    define('BBDB_HOST', 'localhost');

    /** Database Charset to use in creating database tables. */

    define('BBDB_CHARSET', 'utf8');

    /** The Database Collate type. Don't change this if in doubt. */

    define('BBDB_COLLATE', '');

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * @since 1.0

    */

    define('BB_AUTH_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    define('BB_SECURE_AUTH_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    define('BB_LOGGED_IN_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    define('BB_NONCE_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    define('BB_AUTH_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    define('BB_LOGGED_IN_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    define('BB_SECURE_AUTH_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

    /**#@-*/

    define('BP_DISABLE_ADMIN_BAR', false);

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $bb_table_prefix = 'bb_';

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called "my-languages" in the root

    * directory of bbPress. For example, install de.mo to "my-languages" and set

    * BB_LANG to 'de' to enable German language support.

    */

    define('BB_LANG', 'es_ES');

    define('COOKIE_DOMAIN', '');

    define('COOKIEPATH', '/');

    require_once(ABSPATH . 'wp-settings.php');

    $bb->bb_xmlrpc_allow_user_switching = true;

    ?>

    #45496
    2766283
    Inactive

    Try deleting or renaming functions.php in kakumei folder.

    This is my header.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title><?php bb_title() ?></title>

    <?php bb_feed_head(); ?>

    <link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />

    <?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?>

    <link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />

    <?php endif; ?>

    <?php bb_head(); ?>

    <?php

    add_action( 'wp_footer', 'bp_core_admin_bar', 8 );

    add_action( 'admin_footer', 'bp_core_admin_bar' );

    add_action( 'wp_head', 'bp_core_admin_bar_css', 1 );

    ?>

    <!--[if IE 6]>

    <link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/ie/ie6.css' ?>" type="text/css" media="screen" />

    <![endif]-->

    <!--[if IE 7]>

    <link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/ie/ie7.css' ?>" type="text/css" media="screen" />

    <![endif]-->

    <?php wp_head(); ?>

    </head>

    <body>

    <div id="search-login-bar">

    <?php bp_search_form() ?>

    <?php bp_login_bar() ?>

    <div class="clear"></div>

    </div>

    <div id="header">

    <h1 id="logo">" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></h1>

    <ul id="nav">

    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?>

    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?>

    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?>

    <?php if ( function_exists( 'groups_install' ) ) { ?>

    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?>

    <?php } ?>

    <?php if ( function_exists( 'bp_blogs_install' ) ) { ?>

    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?>

    <?php } ?>

    <?php do_action( 'bp_nav_items' ); ?>

    <div class="clear"></div>

    </div>

    </body>

    <div id="main">

    <?php if ( is_bb_profile() ) profile_menu(); ?>

    <div class="clear"></div>

    <?php include("sidebar.php");?><!-- includes sidebar -->

    #45492
    plrk
    Participant

    I can’t get this to work at all. They’re supposed to be installed in /bb-templates/, right?

    I get errors like:

    Fatal error: Call to undefined function bp_page_title() in /example.org/forum/bb-templates/kakumei/header.php on line 4

    #45490

    In reply to: Multi-language edition

    jalien
    Participant

    For the backend it’s simply a matter of adding another .mo file to the language folder in /wp-content to get wpmu to be multilingual, the same goes for any other plugins, they each have to have their own .mo file.

    There is a great plugin available which makes translating plugins or even the the wpmu core itself easy, and allows you to do it a little at a time. CodeStyling Localization (I am not affiliated with them in the least, but it is more than great). It allows you to do localization for themes, plugins, mu-plugins, and wpmu base code itself, absolutely awesome.

    http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en

    For the front end and to allow different users of any of the blogs to change the backend easily and quickly I recommend qTranslate.

    http://www.qianqin.de/qtranslate/

    It is easy to use and easy to setup. Non-technical users will immediately know how to use this once it is setup. The setup may not be for non-technical users on their own, but a simple how-to will easily walk anyone through it. This plugin allows visitors to see multilingual content and change the language on the blog front-end (although I haven’t really used it for multilingual switching for the social networking portion of buddypress, I’ll have to play around and see what it can do).

    Each blog can have it’s main language set in the the Settings/General page with the site wide default set in Site Admin/ Options (this is built in to wpmu, it doesn’t need a plugin – it’s been there from before 1.0 if my memory is correct).

    I use English and Japanese (which will often not work when the localization is not done right) so I think these are pretty good plugins that work well with wpmu’s built in localization.

    #45487
    Kunal17
    Participant

    I have started hardcoding links to the pages. How do I use the selected class? Can anyone include sample code for a hardcoded link?

    #45486
    Kunal17
    Participant

    BeLogical,

    yes, it does look like the links will have to be hardcoded. I wonder what the best way to do it is to protect from future updates.

    Can code be added to the bp-custom.php file to add links to the navbar?

    #45468
    Jeff Sayre
    Participant

    Jodyw1-

    If I understand your question correctly, they are hardcoded. Look in the index.php files in each of the subfolders in /wp-content/bp-themes/bpmember/directories/

Viewing 25 results - 29,926 through 29,950 (of 32,013 total)
Skip to toolbar