Search Results for 'theme'
-
AuthorSearch Results
-
April 12, 2009 at 1:32 am #42421
jodyw1
ParticipantThat’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.
April 12, 2009 at 1:25 am #42420In reply to: Use the \”bp user link\” in a wp theme
nightstalker101
Participantyou mean this?
<?php echo bp_get_loggedin_user_link($bp->loggedin_user->id) ?>
April 11, 2009 at 11:19 pm #42413dainismichel
ParticipantFrom my perspective, this thread continues the topics brought up here nicely:
https://buddypress.org/forums/topic.php?id=1632&replies=4#post-10361
April 11, 2009 at 11:11 pm #42412dainismichel
Participantand @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
April 11, 2009 at 10:58 pm #42411In reply to: Changing the word blog
Paul Wong-Gibbs
KeymasterOr 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');
?>April 11, 2009 at 8:53 am #42379In reply to: Use the \”bp user link\” in a wp theme
eporedieis
ParticipantThanks, 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?
April 11, 2009 at 6:31 am #42377yeyeman9
ParticipantYou 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.
April 11, 2009 at 6:08 am #42375In reply to: Member/Group Page Template File
Burt Adsit
ParticipantThose 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
April 11, 2009 at 5:22 am #42371Burt Adsit
Participantbp 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’.
April 11, 2009 at 1:47 am #42360In reply to: Skeleton Theme & Component for Developers
yeyeman9
ParticipantAlright 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:
April 11, 2009 at 1:01 am #42356In reply to: Skeleton Theme & Component for Developers
yeyeman9
ParticipantI had a question but I am working on it…if I cant fix it I will repost it..thanx….
April 11, 2009 at 12:58 am #42355In reply to: Integrating my wold wordpress blog
yeyeman9
ParticipantThere 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…
April 11, 2009 at 12:35 am #42349In reply to: Integrating my wold wordpress blog
yeyeman9
ParticipantBut my blog is already set…how do I transfer all those posts, and the theme and the plug in, and all?
April 11, 2009 at 12:34 am #42348In reply to: Avatar cropping problem
yeyeman9
ParticipantI am using the normal theme. Nothing has been changed..
April 11, 2009 at 12:17 am #42344In reply to: Avatar cropping problem
John James Jacoby
KeymasterActually, 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.
April 11, 2009 at 12:14 am #42343In reply to: How do you delete user profile text
happa
MemberHey 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
April 10, 2009 at 11:12 pm #42339In reply to: Use the \”bp user link\” in a wp theme
Paul Wong-Gibbs
Keymasterbp_core_get_userlink()
April 10, 2009 at 10:34 pm #42334In reply to: Comment loop gone when using /category/ permalink
Burt Adsit
ParticipantAre you using the bp home theme?
April 10, 2009 at 9:54 pm #42328In reply to: Theme for BuddyPress?
fishbowl81
ParticipantThe 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.
April 10, 2009 at 9:52 pm #42327In reply to: Theme for BuddyPress?
John James Jacoby
KeymasterAndy’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.)
April 10, 2009 at 9:49 pm #42326In reply to: Theme for BuddyPress?
Budde
ParticipantI wonder if that means he will not release information on how to make the sub-nav and oval shaped content areas.
April 10, 2009 at 9:41 pm #42323In reply to: Theme for BuddyPress?
John James Jacoby
KeymasterIf 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.
April 10, 2009 at 9:40 pm #42322In reply to: Theme for BuddyPress?
Budde
ParticipantNever Mind, I found the answer in another thread.
April 10, 2009 at 7:46 pm #42310In reply to: How to add new top buttons ??
John James Jacoby
KeymasterThe 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:
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?”
April 10, 2009 at 3:32 pm #42288In reply to: How to add new top buttons ??
mypop
ParticipantThis 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” 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
-
AuthorSearch Results