Search Results for 'theme'
-
AuthorSearch Results
-
December 19, 2008 at 8:53 am #34622
In reply to: Home theme not working
Burt Adsit
ParticipantYou seem to have mu configuration problems. None of your subdomains can be reached. It’s best to get mu setup, configured and working properly before installing bp. Test mu blog creation and reachability, create and edit posts, make comments. Get comfortable with mu first.
It will make installing and configuring bp a whole lot easier. I played with mu for a month before I felt comfortable with it.
What type of host are you on? Shared, DV? Looks like you need to do some DNS tweaking for your subdomains to work.
December 19, 2008 at 3:19 am #34613In reply to: Home theme not working
bloggerhistory
Memberthose are set to 755. I literally went through every single file twice and all buddypress files are 755.
December 19, 2008 at 2:56 am #34612In reply to: Home theme not working
Burt Adsit
Participant@bloggerhistory Check the permissions in /wp-content/themes/buddypress-home/css
Those 3 files and the css dir should be 755.
December 19, 2008 at 1:49 am #34607In reply to: Home theme not working
bloggerhistory
MemberI am still having this problem on my site:http://bloggerhistory.com. I have gone through and changed all buddypress files to 755.
All that after a *Fresh install of the latest versions of both WPMU & Buddypress. Did I miss anything else?
December 19, 2008 at 12:00 am #34599In reply to: editing admin bar
adamhdv
Memberheh’ sorry, I found it in bp-core-adminbar.php
Took out:
if ('Admin' == $role) { echo '<li><a>siteurl . '/wp-admin/themes.php">' . __('Switch Theme', 'buddypress') . '</a></li>';
and the “}” on line 163.
December 18, 2008 at 11:25 pm #34596In reply to: BuddyPress Showoff: Post your links
j_junyent
MemberBuddypress started working on http://seminaritaifa.org
Theme customization is not 100% ready but we decided to put it up inproduction
December 18, 2008 at 9:57 pm #34592In reply to: BuddyPress Showoff: Post your links
stix1972
Memberborkweb I love the uber-geeks design and colors. How do you get those colors intothe theme???
December 18, 2008 at 8:49 pm #34588In reply to: list of mini-issues
neuromancer2701
Participant1 and 3 are fix, I had activated the theme but not selected it, Doh.
December 18, 2008 at 4:20 pm #34578In reply to: /groups/my-group, refering to unknown style
Burt Adsit
ParticipantMy mistake. I see that invalid path question here alot and you are the first to say it was trying to access Groups. Usually it goes: “I’m having a problem fix it for me”. I just saw the path and plugged in the standard response. Well, lets go look at that problem then.
This is happening in the member theme when you try to access a group where? Me > Groups > My groups > pickagroup?
That’s about the only place in the member theme you can pick a group. What versions of everything are you running.
Line 74 in mu 2.7 trunk is a comment.
December 18, 2008 at 3:27 pm #34576In reply to: /groups/my-group, refering to unknown style
Per Søderlind
ParticipantI know it’s not a valid path, but I can’t find the invalid config. btw, I suspect it’s a bug since this only happens in /groups/some-group and not on other parts of BP that are using the member theme
For now I’ve redirected php errors to a log file by adding this to the top of wp-config.php:
@ini_set('log_errors','On');
@ini_set('display_errors','Off');
@ini_set('error_log','/FULLPATH/log/php_error.log');December 18, 2008 at 3:06 pm #34575In reply to: /groups/my-group, refering to unknown style
Burt Adsit
ParticipantYou have a configuration problem. /wp-content/member-themes/buddypress-home/… is not a valid bp path.
December 18, 2008 at 2:06 pm #34573In reply to: themes error line 472
neuromancer2701
ParticipantThanks, I guess I was reading an old readme or something.
I got some new issues now but I will start a different thread.
December 18, 2008 at 11:16 am #34571gnattybumpo
Memberproblem solved. see https://buddypress.org/forums/topic.php?id=428&replies=3#post-1845
December 18, 2008 at 11:15 am #34570In reply to: themes error line 472
gnattybumpo
MemberI had the same problem with my member theme until I tracked down this post: I was putting the member theme in the themes directory along with BuddyPress Home theme. What threw me was the fact that in the pre beta releases the member theme WAS located in the themes directory. A bit confusing, but an easy fix.
December 18, 2008 at 6:14 am #34568In reply to: themes error line 472
Burt Adsit
ParticipantThe dire warning means it can’t load up the member theme because as you pointed out, it isn’t in the right spot. It needs to be in /wp-content/member-themes.
The home page theme needs to be selected as your theme if you want it to be the theme on that blog.
December 17, 2008 at 8:07 pm #34542In reply to: BuddyPress Showoff: Post your links
Burt Adsit
Participant@fserer Nice work on integrating bp into your theme. Very slick.
December 17, 2008 at 8:03 pm #34541In reply to: Log Out Redirect Error
Burt Adsit
ParticipantBoth the member adminbar and the home theme logout options take you back to the originating url. Upgrade to the latest trunk or the beta download.
December 17, 2008 at 7:52 pm #34540In reply to: Log Out Redirect Error
mdsports
ParticipantHere’s the code which can be found in the BP home theme header:
<?php if ( function_exists(‘wp_logout_url’) ) : ?>
/ ” alt=”<?php _e( ‘Log Out’, ‘buddypress’ ) ?>”><?php _e( ‘Log Out’, ‘buddypress’ ) ?>
<?php else : ?>
/ “><?php _e( ‘Log Out’, ‘buddypress’ ) ?>
<?php endif; ?>
December 17, 2008 at 4:33 am #34494In reply to: Where are the user’s links
gogoplata
ParticipantWhat I did was added this code to my theme’s functions.php file:
<?php function _user_name()
{
global $userdata;
get_currentuserinfo();
echo $userdata->user_login;
}
?>
Then, you construct your links like this:
http://yourdomainhere.org/members/<?php _user_name(); ?>/profile
Just swap out “profile” for whatever you want to link to.
December 16, 2008 at 5:13 pm #34465In reply to: Group forums working yet not working
bebopcool
Participantthose paths sounds good
Here are my paths:
wp-content/member-themes/buddypress-member/
wp-content/themes/buddypress-home/
usually do not put buddypress home in member-themes/
have you tried bbpress and wpmu inegration ?
December 16, 2008 at 4:26 pm #34464In reply to: Group forums working yet not working
zenseeker
Participantburtadsit, I am totally confused and brain dead.
Excuse my ignorance.
Here are my paths:
wp-content/member-themes/buddypress-member/
wp-content/themes/buddypress-home/
From install instructions:
Move the “buddypress-home†folder to “wp-content/themes/†and move the “member-themes†folder to “wp-contentâ€.
You should now have the following folder locations “wp-content/themes/buddypress-home†and “wp-content/member-themes/buddypress-homeâ€.
How does buddypress-home get in both paths? See, I’m brain dead.
December 16, 2008 at 3:15 pm #34459In reply to: Group forums working yet not working
Burt Adsit
ParticipantOnce again. You have a config problem. This is the same path you mentioned in another message as having a different problem. I explained there also that:
/wp-content/member-themes/buddypress-home/…
Is not a valid path for bp.
The only thing under /wp-content/member-themes is /wp-content/member-themes/buddypress-member/…
December 16, 2008 at 2:34 pm #34457In reply to: Group forums working yet not working
zenseeker
ParticipantBoy, I thought this was going to be a go until I got this: when trying to create a group:
Warning: require_once(/home/ramona/public_html/wp-content/member-themes/buddypress-home/index.php) [function.require-once]: failed to open stream: No such file or directory in /home/ramona/public_html/wp-includes/theme.php on line 822
Fatal error: require_once() [function.require]: Failed opening required ‘/home/ramona/public_html/wp-content/member-themes/buddypress-home/index.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/ramona/public_html/wp-includes/theme.php on line 822
I’m logged into buddypress as the admin
I just installed fresh this morning – buddypress-combo
Fresh install of bbpress-1.0-alpha-4
Fresh install of wpmu trunk r1574
As a side note I also got an error trying to access user account, but I’ve posted that elsewhere here.
It looks like it’s almost pudding, but not quite. What am I missing?
December 16, 2008 at 2:12 pm #34456In reply to: Best way to customize home theme?
Wardee
ParticipantThanks, Burt!
December 16, 2008 at 1:02 am #34441In reply to: Best way to customize home theme?
Burt Adsit
ParticipantHi wardeh. Are you just gonna skin the home theme? In that case yes. custom-styles.css is what I would use. If I remember correctly it gets fired up last in sequence so it overrides the other css.
Yep. Just looked. Both the home and member themes look for custom.css and load it last.
-
AuthorSearch Results