Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,851 through 31,875 (of 32,561 total)
  • Author
    Search Results
  • #38205
    alunsina
    Participant

    can you also point me to where i can copy it (sitewide activity or latest blog post so i can replace the blog posts when using a different theme for the home page?

    thanks.

    #38198
    ozpoker
    Participant

    Don’t worry – gunna code them all in myself.

    Anyone aware of any premade buddypress &/or bbpress themes or csss styles?

    #38196
    ozpoker
    Participant

    just looking in to the header – it doesn’t appear as it is not called :

    <ul id="nav">
    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>

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

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

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

    Is that an error in the current theme ?

    #38195
    ozpoker
    Participant

    I just don’t have the forum tab available in the bp home or memebr themes – I have :

    Home

    Blog

    Members

    Groups

    Blogs

    No forum

    #38191
    Burt Adsit
    Participant

    Howdy. You can access the bp group forums from Groups > My Groups > <pick a group> > Forums. The bbpress theme doesn’t get changed by doing user integration with wpmu.

    It sounds like you have one more step to take and that is to configure bp group forums. That is detailed in the file /mu-plugins/bp-forums/installation-readme.txt

    There is also an extremely helpful topic by Trent located here: https://buddypress.org/forums/topic.php?id=471

    #38184

    In reply to: Buddy Press themes

    mimik
    Member

    Ok this might sound strange but delete the original home theme then put the BP-home theme in your themes directory. this is what i did and it worked perfectly

    #38176

    In reply to: Wire as Blog

    nicolagreco
    Participant

    as i said, i made that same think you’v planned to do :D

    not using wires but integrating buddypress membertheme with wordpress loops

    #38175
    tridian
    Participant

    Hello johnjamesjacoby and thanks very much for your reply. Unfortunately I grabbed the new functions.php and placed it into my buddypress-home theme folder and I still have the same issue. (Again, just to test after this did not work, I tried the functions.php from my older template and it worked just fine). Just as a background, this install is from the latest RC1 combo download. Is there anything else I can tell you about my configuration to help with this? Thanks again very much for your time

    #38174

    In reply to: Something I did wrong?

    Andy Peatling
    Keymaster

    According to the error you don’t have the default member theme in the correct location.

    #38148

    In reply to: Buddy Press themes

    Andy Peatling
    Keymaster

    Check the permissions on your CSS and JS, it should be 644.

    #38147

    In reply to: Buddy Press themes

    modemlooper
    Moderator

    I am having the same problem. The site seems to not be loading the style sheets and I tried to change permission to 644 but it is denied.

    benny148148
    Participant

    Thanks for the clarification…I’ve been running MU for a while but haven’t ventured over here until now. I was basically asking if I can use the friends/groups plugins as stand alone plugins, without using the BuddyPress core plugin and BuddyPress themes…I think you answered this question though.

    Thanks

    Trent Adams
    Participant

    Not sure what you mean by changing your site? Buddypress is just the suite of plugins to extend WPMU, so what do you mean change site to buddypress? You can add the functionality to any theme, so you don’t have to use the buddypress-home and member themes if that is what you are referring to.

    Trent

    #38132

    In reply to: Buddy Press themes

    mimik
    Member

    Right its fixed!!! woooooooooooohooooooooooooo!

    I deleted WPMU and BP off my server uploaded WPMU again and downloaded the latest trunk files then whacked it up and hay presto its all working!

    Thank you so much for eveyone who tried to help me though I appriciate it so much thanks again!

    #38122
    oldskoo1
    Participant

    parkcityxj

    Are you using a custom members theme?

    If so it won’t be RC1 compatible.

    You might be able to patch the groups module to get the forums working…

    Download RC1 – open members theme folder, copy the groups folder, paste it over your current groups folder and it might fix your problem.

    Of course, backup your current groups just in case.

    #38118
    Erwin Gerrits
    Participant

    I believe that section is called “userbar” and there’s a userbar.php in the buddypress-member theme directory. Unless the user is logged in it displays the login form, otherwise it calls bp_get_nav() to display the user nav options.

    #38117

    In reply to: Buddy Press themes

    mimik
    Member

    Here is my home theme folder with css, you will see I havent modified anything. If someone can take a wee look and see where im going wrong please

    http://uploading.com/files/45XJ22TL/buddypress-home.zip.html

    #38113
    Kevin Ryman
    Participant

    Well, sorry for the above post. I uploaded all the theme files and re-modified the necessary files and the problem was fixed. Thank you for bbPress! :D

    #38108
    Kevin Ryman
    Participant

    After upgrading to 1.0 RC1 I get the following error message when trying to access my messages:

    Fatal error: Cannot use object of type stdClass as array in /home/********/public_html/beta/wp-content/member-themes/buddypress-member/functions.php on line 14

    I didn’t upload the themes but I did upload the functions.php to the buddypress-theme as directed above. Any tips?

    #38106

    Hehe..

    Same as I tried.. If you reduce width, iexplorer has problems with showing elements correctly when scaling down.. Avatars are not at right position etc. .. Firefox looks perfect.. I hate Iexplorer (; Your theme as well has problems with iexplorer. Try to scale down and reduce width of browser your background is squeezing

    #38102

    well i meant that the theme is centered and has white border on the right/left.. That was exactly what I was trying all the time.. (for advertising and Web2.0 looking reasons..)

    #38099

    In reply to: Buddy Press themes

    mimik
    Member

    No the default MU theme works fine.

    I have tried moving everything to a _temp file still the same occurs

    and all the css files are present and correct, also i havent modified any of the file names so should all be correct. Should i be trustworthy and let someone have a look at it?

    #38096
    jfcarter
    Participant

    I have a sketchy workaround. I duplicated the buddypress-member directory and named it buddypress-home. I put them both in the member-themes directory. And now it works perfectly!

    #38092
    MartinNr5
    Participant

    Great! Now we just need to get users to look there as well. ;)

    #38086

    In reply to: Buddy Press themes

    Erwin Gerrits
    Participant

    Also, make sure the name of the css file corresponds with what loader.php is trying to load. Maybe you renamed the css file for your theme and haven’t updated loader.php yet.

    It really looks like the css is not loading for some reason. One could be the name, another could be the formatting of it. Maybe you could post the css file so some of us can check it out?

Viewing 25 results - 31,851 through 31,875 (of 32,561 total)
Skip to toolbar