Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 26,976 through 27,000 (of 31,072 total)
  • Author
    Search Results
  • #55906

    It isn’t that the directory needs to physically exist, because just like WordPress, all permalinks are virtual pointers to PHP interpreted code.

    When you’re talking about notifications, are you talking about the emails you receive? Or are you talking about the actual Notifications screen in BuddyPress?

    If you’re talking about the later, then it means your plugins_template.php file is missing from the root of your parent theme. BuddyPress still uses that file as a generic pointer for the settings pages to use, since they do not have their own specific template files at this point in time.

    #55903
    bpisimone
    Participant

    It’s located in your theme/registration/register.php.

    Finding this interesting people are obviously targetting new bp sites..

    #55897

    I recommend using the field name, just because it’s easier to keep track of…

    Example…

    <?php if ( $firstname = xprofile_get_field_data('First Name') ) : ?>
    <h3><?php _e('First Name', 'your-theme-textdomain') ?></h3>
    <div class="profile-data-field">
    <?php echo $firstname ?>
    </div>
    <?php endif; ?>

    …will get you the data from the field named “First Name” for the currently displayed user. If there is no user displayed (your account or anyone else’s), it will return false.

    #55896

    In reply to: Syncing Status Updates

    acvanrijn, re: the add new post link, in future versions of BP the links are not visible if you are not logged in. Easiest way to fix the issue for now, and we may revisit the login redirect in the future, when themeing the login page is more feasible.

    re: syncing status updates; there are hooks and filters in place to allow plugin authors to do this kind of thing, but they will probably not be built into the core. BuddyPress is designed to be a flexible product that stands on its own. Synchronizing it with other websites (while convenient and cool) isn’t really within the scope of the core app.

    Thinking ahead to 5 years from now, there may be a dozen different sites to keep up with. If plugin authors want to grab this by the horns and make it happen, that’s a great thing.

    And… Just like anything else… My opinion on this is subject to change at any moment. :) haha!

    #55893
    dwarfsibling
    Participant

    Got that – thanks! I was looking in the wrong spot for header.php (see OP)

    In any case, that looks good – so now it’s just a matter of updating all the php on the site with a reference to ‘group/groups’ on it?

    Usually if I’m trying to hard, I start to look for other solutions so I’m going to peruse the forums for a bit, but I would call this thread solved/closed with the following recap for the next person;

    To modify the labels for BuddyPress’ main front-page navigation, modify the following file

    <webroot>/wp-content/themes/bp-sn-parent/header.php

    #55890
    Jeff Sayre
    Participant

    You are looking in the right place–in header.php of the bp-sn-parent theme folder. Starting on line 86 of that file, you will find the code.

    By the way, I said look in header.php, not specifically within the <head> tag section of the header.php file. Use the search feature of your IDE and you will quickly find what you are looking for! ;)

    #55886
    brentcee234
    Participant

    Yes I am using the Default theme

    #55885
    Hollosch
    Participant

    Now, when i put widgets for the first section – but they are not displayed

    #55884
    Hollosch
    Participant

    Hi Mike,

    here’s the Link:

    http://jgudl.de/

    #55883
    Jeff Sayre
    Participant

    @dwarfsibling

    Did you not see my post immediately above yours? ;)

    Please start a new thread as even my last post is 4 months old and once again much has changed in the theme architecture.

    #55881
    dwarfsibling
    Participant

    Here is my header.php from wp-content/themes/home/header.php

    I’m still missing something, I don’t see where I can change the names on some of these components…

    many thanks for any guidance

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <style type="text/css" media="screen">
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    </style>

    <?php wp_head(); ?>
    </head>
    <body>
    <div id="page">

    <div id="header">
    <div id="headerimg">
    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    <hr />

    #55877
    Mike
    Participant

    you’ve actually got the same files on your server as i do, so i’d have to take a look at your site first to see what’s up. can you post or pm me your web addy pls?

    #55869
    kkemenczy
    Participant

    1. Which version of WPMU are you running?

    2.8.5.2

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

    as a directory

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

    subdirectory

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

    No, this is a clean install,

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

    yes, and it will work again if I remove the BP from plugin directory

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

    1.1.2

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

    No, this is a clean install

    8. Do you have any plugins other than BuddyPress installed and activated?

    this is the first plugin in the system.

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

    standard

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

    no

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

    no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    no

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

    when the plugin activated the blank page appears and firefox try to download the php file in

    +1 have you copied the buddypress themes to themes folder and activated default theme.

    yes, but after activate the plugin or activate the theme first I cannot log in the admin site again

    #55866
    Brajesh Singh
    Participant

    have you copied the buddypress themes to themes folder and activated default theme.

    Does your wpmu works before activating the buddypress.

    Please have a look here

    https://buddypress.org/forums/topic/when-asking-for-support

    and provide more details.

    #55864
    Brajesh Singh
    Participant

    are you using the default theme with buddypress or something else.

    #55861
    Hollosch
    Participant

    Hi Mike,

    after installing the patch, it doesn’t work. on the left side there is always 33% free space. maybe wrong files in the patch ?

    regards

    hollosch

    #55851
    Mike
    Participant

    i’ve gone ahead and uploaded the files here… (it’s the 2-column theme patch)

    http://code.google.com/p/avenuek9-bp-theme/downloads/list

    #55843
    joshuagrech
    Participant

    I’m having the same problem. I’m working on a child theme (which isn’t finished yet, so that may be the problem) however Home and Blog works just fine. Members, groups, forums and blogs seem to be redirecting to Home as there is no subdomain to go to. I’m on a mac with a new install on a MAMP localhost. I went in to edit the htaccess doc as the forum suggested to mod_rewrite but I am no expert when it comes to anything server-based. I rewrote from security to:

    <IfModule mod_rewrite.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    Not sure if this is correct, but it hasn’t seemed to work so far.

    #55840
    Hollosch
    Participant

    Sorry for this: But how do i display 2 columns on the homepage instead of 3, like on your site

    http://members.avenuek9.com/ ?

    Hope you can help me…

    hollosch

    Mike Pratt
    Participant

    One other thing to consider: In the back-end (admin) side your new admin bar location may not play nice with the WP admin theme layout. I had to put a check in the code to see if a user was on an admin page to call the right class

    #55826
    Jean-Pierre Michaud
    Participant

    i personally find the NavXT version to be perfect as a widget (navxt widget)… you put it where you want, the only thing you need to do as a coder is to create the breadcrumb as a list (< ul >) and the themers do the rest…

    see how it works on my site:

    http://vbenhancer.com/temp/repli_bp.jpg

    and yeah. this one is a BuddyPress… ;) theme from RocketTheme.com, i’m building a BuddyPress complete integration to be released…

    #55823
    Brajesh Singh
    Participant

    hey

    Just to keep you posted.I am working on this for a new theme of mine,But for me,I have been doing it on and off and I hope to complete it in next 2 weeks.Then I will release the enhanced here.If someone can do it before ,then that will be great.

    btw what you people think,A separate breadcrumb plugin for buddypress which shows the “home” for the profile page and say edit profile page as “Home”->Edit profile will be better or just extending the wordpress plugin ,which shows Home(for the main site)

    #55816

    In reply to: Future of BP

    David Lewis
    Participant

    @gaz: Yes, with the default theme you get a main navigation bar that focuses on BuddyPress features (Members, Groups, Forums). So in that sense, BuddyPress “takes over”. But there’s also the “Blog” link which links to your WPMU main blog. WPMU is nothing more than Posts and Pages. So it’s all still there.

    But yes, the main navigation is BuddyPress-focused when using the default theme. However, that is easily changed. Simply create a child theme with a custom header.php file. Your navigation could then be… Blog, About, Products, Contact, Customer Care… whatever you wish. Perhaps those BuddyPress links (Members, Groups, Forums) would be either in a separate navigation bar (like the bottom bar on Facebook) or maybe subsections of a “Community” menu. Or what have you. It’s all very do-able.

    Unfortunately… you are also correct that there are very few custom themes right now. And no purpose-specific themes. BuddyPress is too new. So your choices are to either a) roll up your sleeves and be prepared to do a ton of learning and research or b) hire someone.

    And Site Architecture is critical of course. It seems like you have a good idea of what you want to do but you’ve started out by taking a default BuddyPress install and working backwards from there. A good sanity check (if you haven’t already done so) is to sit down and sketch out exactly what you want… what sections… what navigation bars… what functionality… etc. Draw it all out (again, if you haven’t already). Then work from there.

    I think you’ve made the right choice. It’ll just require some work. WordPress and BuddyPress are so much more flexible and better supported than the other open source alternatives. It’s worth the effort.

    Paul Wong-Gibbs
    Keymaster

    @kookjai – Topics marked as resolved (with the green icon) aren’t read very often. You’d have been better making a new topic as your question is different from what the thread is about :)

    Anyway, have a read of https://buddypress.org/forums/topic/how-to-remove-the-admin-bar-from-blogs

    Paul Wong-Gibbs
    Keymaster

    Woo hoo!

Viewing 25 results - 26,976 through 27,000 (of 31,072 total)
Skip to toolbar