Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,951 through 30,975 (of 32,368 total)
  • Author
    Search Results
  • jodyw1
    Participant

    That’s the first time I’ve seen that jpg of an early version of a blog theme. It’s really elegant and beautiful. I’m thinking one of the future features for the site should be to configure blogs that way in addition to the stand alone themes people are working on now.

    #42420
    nightstalker101
    Participant

    you mean this?

    <?php echo bp_get_loggedin_user_link($bp->loggedin_user->id) ?>

    dainismichel
    Participant

    From my perspective, this thread continues the topics brought up here nicely:

    https://buddypress.org/forums/topic.php?id=1632&replies=4#post-10361

    dainismichel
    Participant

    @Wildrot

    and @apeatling of https://apeatling.files.wordpress.com/2008/06/blog.jpg

    is there a downloadable way to do what you guys have done and make it the default for user blogs (no user set up required, just automatic)?

    Can you guys make your user templates available to the BuddyPress community?

    Best,

    Dainis

    #42411

    In reply to: Changing the word blog

    Paul Wong-Gibbs
    Keymaster

    Or make bp-custom.php into your /plugins/buddypress/ folder, and put the following code in. This way saves you messing with the default themes and also having to re-do work if you change themes in future.

    <?php
    define('BP_BLOGS_SLUG', 'Diary');
    ?>

    #42379
    eporedieis
    Participant

    Thanks, but not solved. If I call this from http://mywebsite/2009/04/hello-world/, the link that u get me is to http://mywebsite/2009/04/hello-world/

    The same thing that done the other php-call =( Do u know why?

    #42377
    yeyeman9
    Participant

    You see. What I want to do tho is keep my wordpress blog intact. With that theme that it has right now and what not. And to have, as another “website” yet integrated with my wordpress blog, my socialnetwork section. So with the buddypress thing, I can have my other kind of theme, yet if people use their accounts from buddypress to comment on my original wordpress blog, it will still be connected..they will still be able to see it on their activity.

    #42375
    Burt Adsit
    Participant

    Those are the member, groups and blog directories. They live in respectively:

    RC1

    /wp-content/mu-plugins/bp-core/directories/bp-core-directory-members.php

    /wp-content/mu-plugins/bp-groups/directories/bp-groups-directory-groups.php

    /wp-content/mu-plugins/bp-blogs/directories/bp-blogs-directory-blogs.php

    trunk

    /wp-content/bp-themes/buddypress-member/directories

    #42371
    Burt Adsit
    Participant

    bp and wpmu use the same user table. A bp ‘account’ is a wp ‘account’. You can use any theme you like on your blog. All blog posts and their comments show up in activity from any blog that hasn’t been set to ‘private’.

    #42360
    yeyeman9
    Participant

    Alright I tried to fix it but I couldnt….Anyway, the skeleton thing is not working, I try to go to it and it just doesnt show the complete template…Do i have to add both files? Or with one is it good enough? check out what I mean:

    http://positiboricua.com/wordpress-mu/members/admin/

    #42356
    yeyeman9
    Participant

    I had a question but I am working on it…if I cant fix it I will repost it..thanx….

    #42355
    yeyeman9
    Participant

    There is a little something tho. I would like to cotinue using my wordpress as it currently is. What I mean is I want http://www.positiboricua.com to stay like that. Same theme, everything…Just in case. I am going to search on google tho…see what I can find…

    #42349
    yeyeman9
    Participant

    But my blog is already set…how do I transfer all those posts, and the theme and the plug in, and all?

    #42348
    yeyeman9
    Participant

    I am using the normal theme. Nothing has been changed..

    #42344

    Actually, I’ve had the exact same problem myself.

    Are you using a custom theme by chance? I think it has something to do with having a parent container element be less than 100% width. But then again Andy has it working fine here, so I’m not really sure.

    #42343
    happa
    Member

    Hey Halfpint , I’m getting the same error as you when I try to activate the facebuddy theme..

    I’ve looked in the locations you stated above but I only have the bp core signup.php only in bp-core directory , and not in mu-plugins or anywhere else that I can see.

    Any help is greatly appreciated. :)

    Thanks,

    Jenny

    #42339
    Paul Wong-Gibbs
    Keymaster

    bp_core_get_userlink()

    #42334
    Burt Adsit
    Participant

    Are you using the bp home theme?

    #42328

    In reply to: Theme for BuddyPress?

    fishbowl81
    Participant

    The nice thing about themes, they are just html. Which is free to look at and examine. Chances are if you take a look at the source, and spend a few minutes in an image editor you will find this “theme” pretty easy to replicate.

    What will be much harder to do is the quality job Andy has done integrating bbpress inside of buddypress. This blend on buddpress.org is seamless, and very difficult to achieve at this point without a lot of “deep intergration”.

    But take a look at the source, and I think you will see it holds most the answers.

    #42327

    In reply to: Theme for BuddyPress?

    Andy’s mentioned that he will release some of his tricks eventually, but for now his main focus is readying BP for the 1.0 release.

    You can piece a lot of this theme apart by staring at the CSS for a while. (It’s mostly just a lot of background images.)

    #42326

    In reply to: Theme for BuddyPress?

    Budde
    Participant

    I wonder if that means he will not release information on how to make the sub-nav and oval shaped content areas.

    #42323

    In reply to: Theme for BuddyPress?

    If I was going to use WordPress and bbPress as past examples, no, and don’t bet that it will be anytime soon.

    Someone may make a replica, but usually the *Press public themes aren’t available for public use.

    #42322

    In reply to: Theme for BuddyPress?

    Budde
    Participant

    Never Mind, I found the answer in another thread.

    #42310

    The only potential draw back with that method Erwin, is that it adds the link at the end of the assembled navigation instead of giving you total control over it.

    Something to think about, is that BuddyPress really does allow for per-theme blog setups.

    The difference between:

    http://delsolownersclub.com/

    and

    http://delsolownersclub.com/news/

    and

    http://delsolownersclub.com/mafdark/

    Are all just smoke and mirrors with different themes.

    You could really make any ‘blog’ of your website do whatever you want it to do, just like how the BuddyPress Codex is really just another blog. ;)

    Morpheus: “Do you think that’s air you’re breathing now?”

    #42288
    mypop
    Participant

    This is how I did it.

    I modified header.php in the buddypress theme AND the member theme.

    There is probably a better way since the forums location is included as part of the integration, however it works, and you can use this principle to include a hard coded link to anywhere.

    Find the bit of code that starts <div id="header">

    The first bit is the routine to run the blogs page, the second opens up bbPress in a seperate tab.

    `<?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 } ?>

    <li><a href=”http://www.mypartyonparty.biz/forums&#8221; target=”_blank” title=”<?php _e( ‘Support’, ‘buddypress’ ) ?>”><?php _e( ‘Support’, ‘buddypress’ ) ?></a></li>

    <?php do_action( ‘bp_nav_items’ ); ?>`

    What I’d like to do is present the forums in the same way that is done on here (BuddyPress.org, ) that just needs a bit of thinking about…

    Hope that helps

Viewing 25 results - 30,951 through 30,975 (of 32,368 total)
Skip to toolbar