Search Results for 'theme'
-
AuthorSearch Results
-
April 10, 2009 at 9:52 pm #42327
In 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
April 10, 2009 at 2:23 pm #42279In reply to: Buddypress Total-Black-Out :(
Jeff Sayre
ParticipantWell, it seems like you have an issue, alright. Let’s go down the list once again:
- You’re working with a current trunk of both WPMU 2.7.1_beta1 (current: r1725) and BuddyPress 1.0_RC2 (current: r1324)
- You’re using an old copy of wp-config.php which you updated as appropriate. In other words, you did not use the wp-config-sample.php that came with WPMU 2.7.1.
- You did a clean install of WPMU 2.7.1_beta1 by deleting everything, except your updated version of wp-config.php, and then uploaded the unzipped Mu files
- You then launched WPMU’s admin screen. That worked with out any problems.
- You then went to Site Admin > Upgrade and finished the upgrade
- You logged out of WPMU
- Next, you installed BuddyPress by:
- moving the contents of the unzipped BuddyPress 1.0_RC2 (r1324) to the WPMU plugins directory into a subdirectory called /buddypress/
- moving the /bp-themes/ directory out of the /buddypress/ directory
- placing the various themes in their proper locations
- You then logged back into WPMU and got a blank screen
A few follow up questions:
9. You’ve enabled error reporting as detailed above by John and Burt and after step 8 above, there are absolutely no errors being reported of any kind.
A few thoughts:
- Since this seems to be a test install and you do not have any content that needs saving, I would delete everything once again.
- This also means deleting your MySQL table that you’ve been using for this attempt and starting with a brand new database.
- I would then download the latest trunks of both WPMU and BuddyPress once again–>get rid of the old ones first.
- I would then use the wp-config-sample.php file that comes with the latest WPMU trunk and configure as necessary
- IMPORTANT: I believe when I downloaded the WPMU trunk (r1722) and looked at the wp-config-sample.php file, it had a trailing space after the closing php tag. You need to delete this!
- Now, go through steps 1 through 7 again and let’s hope when you get to step 8 it works!
April 10, 2009 at 2:14 pm #42278In reply to: How to add new top buttons ??
halfpint
ParticipantI still cant get this to work I have installed simple forums and want a link/ button to show up in the top members theme so they can go straight to the forum when the members are logged in
thanks
April 10, 2009 at 4:16 am #42256vito687
ParticipantI am running MAMP on a mac OS, I followed andys instuctions in a former post, I have a custom theme that I used so I copied the functions files to the members theme as per the instuctions as well as the functions from the home theme to my home theme.
https://buddypress.org/forums/topic.php?id=1994
It is not a cache issue or cookies or anything, it physically was not loading the style sheet which is stored in bp-themes/bp-members/css/directories.css, I got it working by putting the name into the loader.php file which is stored in the same place.
what I need now though is the header.php that is called within the groups/index.php and members/index.php because they are now stored in bp-themes/bp-members it calls the wrong header
April 10, 2009 at 3:32 am #42250In reply to: BuddyPress Showoff: Post your links
felix2009
ParticipantAs i didnt like the orange colors in BuddyPress, i did a slightly little make over …
And yes .. I did integrate bbPress in the current theme with a few minor steps
April 10, 2009 at 3:15 am #42247In reply to: My theme …
John James Jacoby
KeymasterNot necessary to open a second topic.
You can add your link to this post if you’d like.
https://buddypress.org/forums/topic.php?id=185
We appreciate your contributions, but you’re going against the grain here.
April 10, 2009 at 2:59 am #42241In reply to: Edited evrything …
felix2009
Participant“I’m keeping this topic open for now, but it’s on my watch list because it’s already breaking some rules. If it gets too rowdy in here I’m locking it up.
“What rules did i broke, just that i wrote down, that i edit and integrate bbpress into a buddypress theme ?
“(cause you’re not ok with the wp policy) “
There are many website’s out on the net who arent: “oke” with the WP policy (what ever that should be) …
I dont see the problem, and the only who makes a problem out of it, are you guys
April 10, 2009 at 2:39 am #42239vito687
ParticipantFinal post, I got eveything working using the above mentioned fix, it appears the loader.php stored in the CSS was not loading directories css so maybe andy could take a look at that. Also the header is in fact linked, but its the members header, which my members header is different than my Home theme header, could anyone tell me how I could include my header that is stored in themes/buddypress-home rather than the memebers one? thanks
April 10, 2009 at 2:17 am #42238In reply to: Buddypress theme?
Kevin Ryman
ParticipantI am also interested in this question.
April 9, 2009 at 10:12 pm #42222In reply to: Edited evrything …
John James Jacoby
KeymasterThankfully for us both, this isn’t a debate.

For various reasons related to our WordPress trademark, we ask if you’re going to start a site about WordPress or related to it that you not use “WordPress” in the domain name. Try using “wp” instead, or another variation. We’re not lawyers, but very good ones tell us we have to do this to preserve our trademark. Also many users have told us they find it confusing.
If you already have a domain with “WordPress” in it, redirecting it to the “wp” equivalent is fine, just as long as the main one users see and you promote doesn’t contain “WordPress.”
“WordPress” in sub-domains is fine, like wordpress.example.com, we’re just concerned about top-level domains.
We’ve told this to anyone who has ever asked us, we just wanted to make it public so more people could be aware of this policy.
I applaud your efforts, and hope your intention is at least to make the theme available publically.
I’m keeping this topic open for now, but it’s on my watch list because it’s already breaking some rules. If it gets too rowdy in here I’m locking it up.
April 9, 2009 at 10:00 pm #42218In reply to: Edited evrything …
John James Jacoby
KeymasterMay want to read this…
Same goes with WordPress as well.
In response, good job modifying the theme colors. In my opinion the forums could still use some work (margins on the sides need 20px), and the missing BuddyBar at the top urks me.
April 9, 2009 at 9:47 pm #42214In reply to: Buddypress Total-Black-Out :(
John James Jacoby
KeymasterAlso, and this may be a repeat suggestion, but when upgrading, you’re going to want to BACKUP and DELETE the old files, all of them EXCEPT your wp-config.php file. That file you do NOT delete and keep where it belongs.
1. Upload WPMU, visit wp-admin, and make sure it’s running the way it should be.
2. Upload BuddyPress per the install instructions, visit wp-admin, make sure it’s running the way it should be.
3. Reinstall plugins and custom themes.
The reason for the delete is because of all the file locations and names that have changed around since RC1. If you have copies of old files lying around, say in mu-plugins, etc… That will gum things up too.
Michael Berra
ParticipantThanx, that’s what I found out, too
. It is just the call for that menu in the header (like in standard bp-member-theme). The question is, how to avoid that without showing the blog-menu-item. Thanks for your efforts…
April 9, 2009 at 3:46 pm #42184In reply to: Buddypress Total-Black-Out :(
Burt Adsit
ParticipantWe’re working in the dark here Michael. What is your installation config like? subdomain or subdirectory? Windows, Mac or Linux? Shared or dedicated hosting?
You have the latest mu 2.7.1 branch and the latest bp trunk installed correctly
You have deleted bp completely from /mu-plugins and installed it in /plugins/buddypress
You have your member theme in /wp-content/bp-themes
You have activated sitewide the buddypress plugin
Your wpmu install works perfectly. You can create new blogs and post to them.
You do not have *any* other plugins running at all.
After all the above is ‘yes’ you get a white screen when visting any url in bp or wpmu? You have to be getting errors. Make sure that your php.ini file is configured to report errors and you are looking where it’s reporting.
Is this the same host as the bp install that is working?
April 9, 2009 at 3:42 pm #42182vito687
ParticipantHey robert, This is the post I followed and \”directories\” is in the bp-themes/buddypress-member theme is this correct? becasue if so its not being recognized. Do I strip them from the folder and throw them in the corrosponding folders or something? thanks for the quick reply previously
::Edit::
Actually I just read what you posted again, my problem is that the blogs/groups/members display but the letter list runs straight down and the layout is incorrect. Is my solution just to style the pages over ? because I dont even have the sidebar on the page, do I need to add the sidbar php and header and style accordingly? just a thought,thanks again
April 9, 2009 at 2:57 pm #42179In reply to: Page not found with search
yannco
ParticipantRe I have the same problems with the original buddypress-home theme and original member-theme ….
April 9, 2009 at 2:47 pm #42177In reply to: Page not found with search
yannco
ParticipantYesn i have a custom theme, exactely, i have modified the original buddypress theme with a personal header.
I try to rename my custom template and upload the original theme and test …. i comme back
April 9, 2009 at 2:40 pm #42175In reply to: Page not found with search
Paul Wong-Gibbs
KeymasterAre you using a custom theme?
If this occurs with the standard theme, then the error is probably because you have installed the BP themes incorrectly.
April 9, 2009 at 2:13 pm #42173In reply to: Buddypress theme for bbPress ?
Johanhorak
ParticipantI came here because I want such a theme but a stable core, or a one click mu/bbpress/bp install is my first choice. Go for it!
April 9, 2009 at 10:28 am #42165In reply to: bbPress – BuddyPress theme integration
felix2009
ParticipantI’am currently working on a matching bbPress theme for BuddyPress … But, it only fit my (tweaked) theme for BuddyPress

The forum is up and running, but the theme is still in development

The color scheme i use can be seen over here:
-
AuthorSearch Results