Search Results for 'theme'
-
AuthorSearch Results
-
March 17, 2009 at 6:55 am #40180
Sgrunt
Participanti’m sure it depends on the version your using: i was getting mad to solve it in my local installation with no success: i thought it was a fault of my custom theme. Then i’ve tried my custom theme on my second local installation and all worked fine. I don’t remember how to see the current version number of buddypress, if i know how to see it i can tell you what is the working version.
March 17, 2009 at 6:40 am #40179In reply to: members names disappeared in member lists
Gibcosta
Participanthave now reverted back to RC1 and it’s working ok – had some conflict with All in One SEO plugin as well. Will have another go at it with the plugin disabled – still confused about the error message.
You do not have any BuddyPress themes installed.
Please download the Default BuddyPress Theme and install it in /wp-content/buddypress-themes
March 17, 2009 at 3:14 am #40173In reply to: Blogs with custom domains
Gibcosta
Participantunfortunately this did not work for me, i’d also like to use one wpmu install and run multiple separate domains with buddypress on a subdomain and bbpress, using the inove theme.
see my post on wpmu forum
https://mu.wordpress.org/forums/topic.php?id=11695#post-70149
March 17, 2009 at 2:30 am #40172ztas
MemberHello thanks for your reply.
The only things I’ve changed in the themes are the logo.gif files and the adminbar.gif in bp-core/images, I’ve never touched any php or html file.
Only in footer.php I added google analytics code, just before the </body> tag.
I just tested with the latest unmodified bp-themes (home and member) from SVN.
I also updated all buddypress mu-plugins to this latest SVN.
The sidebar is still in the content div.
Offcourse I cleared browser-cache etc, etc.
oh i know well that …lovely… bug: it happens only when you are not logged in.
Yes you’re right this doesn’t happens when a user is logged in.
Anyway I’ll keep on searching what causes this.
If anyone has some advice, you’re welcome to post.
March 17, 2009 at 1:21 am #40171sounepatoune
MemberWarning: require_once(/home/public_html/wp-content/member-themes/buddypress-member/index.php) [function.require-once]: failed to open stream: No such file or directory in /home/morisus/public_html/wp-includes/theme.php on line 822
Fatal error: require_once() [function.require]: Failed opening required ‘/home/public_html/wp-content/member-themes/buddypress-member/index.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/public_html/wp-includes/theme.php on line 822
How do we address the path issue?
March 16, 2009 at 11:29 pm #40167jayemes
ParticipantThanks for the feedback guys. What I’ve resolved to do was code a new WP blog template to be used exclusively for the blogs on the site while using the default BP for the member pages, similar to the setup of http://testbp.org/
I originally wanted to use BP’s beautifully-created default theme for both the member pages and the blogs, but apparently this cannot be done (which I find shocking)…unless you want to hard-code the BP template. I would do this but it’s simply out of my league and I wasn’t able to find the help on the forum on how to do this.
I signed up for a test account with http://testbp.org and found they aren’t even using the default BP theme for blogs but a generic WP blog theme. I’m surprised because part of the appeal of using BP is that all the components are nicely integrated both in design and functionality. Using the default WP theme for the blog breaks the design aspect and makes the functionality that much more difficult to do for frontend guys like myself.
I’m going to stick with WPMU/BP for now and hope a plugin is made that remembers widget positions for all blogs created, thus allowing me to stick with the default BP theme for blogs, or a non-widgetized version of the default BP theme. I would pay for that to be done and I might have to look into that rather than create a whole new theme for my blogs that doesn’t even keep the look and feel of BP.
March 16, 2009 at 6:09 pm #40152Burt Adsit
ParticipantMake sure you are starting your customization with the latest trunk brad85. I don’t know what ver of bp’s home theme you are customizing. In the latest trunk there are two functions that control what goes on in the login/signup buttons. The bp home theme header.php file calls <?php bp_login_bar() ?>. In that fn it calls bp_signup_page() which you see below:
function bp_has_custom_signup_page() {
if ( file_exists( WP_CONTENT_DIR . ‘/themes/’ . get_blog_option( 1, ‘template’) . ‘/register.php’) )
return true;
return false;
}
function bp_signup_page( $echo = true ) {
global $bp;
if ( bp_has_custom_signup_page() ) {
if ( $echo )
echo $bp->root_domain . ‘/’ . REGISTER_SLUG;
else
return $bp->root_domain . ‘/’ . REGISTER_SLUG;
} else {
if ( $echo )
echo $bp->root_domain . ‘/wp-signup.php’;
else
return $bp->root_domain . ‘/wp-signup.php’;
}
}
Unless you don’t have the register.php file in /themes/<your theme>, or you’ve somehow altered the header calling sequence so this code doesn’t run, then it should work fine. The signup button should not have anything to do with wp-login.php
March 16, 2009 at 6:01 pm #40151In reply to: Can not change the Theme.
stefanovski
Memberthanks
March 16, 2009 at 6:00 pm #40150In reply to: Can not change the Theme.
stefanovski
Memberok…i got it.
March 16, 2009 at 5:56 pm #40149In reply to: Modify widget width in default home theme
brad85
MemberHey Burt,
Believe me I have Firebug and know how amazing it is…however I’ve used “inspect” and have tried to figure out every which way to change one but not the other…I can’t seem to find the correct element that changes the left sidebar ONLY and the center sidebar ONLY. Since I want to change both in different ways, I can’t exactly edit the css of .widget. Do you know which element I should be editing? I don’t think they are measured in pixels because they seem to be fluid on different resolutions.
March 16, 2009 at 5:30 pm #40139In reply to: Can not change the Theme.
Sgrunt
Participant“i have the BuddyPress Home Theme set to active and the other set to no.”
here you are talking bout the “admin themes” where admin can approve or not themes that can be activated. But it is not the activation: go to Design / Themes and click on the selected theme you want to be active.
March 16, 2009 at 5:28 pm #40138In reply to: link problem with multilanguage installation
Burt Adsit
ParticipantThe member theme and some core functions all refer to the main blog. The will use whatever translation is active on that blog.
March 16, 2009 at 5:26 pm #40137In reply to: DarkPress: another free theme
Sgrunt
Participantthanx Daniel i’ll visit your site. I’m waiting a bit so people can show me theme bugs or other problems to fix.
March 16, 2009 at 5:14 pm #40134In reply to: Can not change the Theme.
stefanovski
Memberi have the BuddyPress Home Theme set to active and the other set to no. yet it still gives me the other themes. other than with myself, where do you think the root of this error might be?
March 16, 2009 at 5:03 pm #40130In reply to: BP-FBConnect Plugin
danielfelice
Participantgot this working now
however I am unable to log out via BP, I have to go to FB to logout
Are there functions in the home theme that need to be carried across into my custom theme?
March 16, 2009 at 4:54 pm #40128In reply to: Can not change the Theme.
John James Jacoby
KeymasterDouble, triple, quadruple check your work…
You’ll need to change your active theme in the main blog Appearance area also.
March 16, 2009 at 4:38 pm #40124In reply to: DarkPress: another free theme
danielfelice
ParticipantYou should submit your designs to the Free BuddyPress Themes contest – http://www.freebpthemes.com
March 16, 2009 at 4:35 pm #40122nicolagreco
ParticipantYou could do that making the $args an array that contains values that have to be extracted, for example $before_widget that is in the code has to be
$args = ‘<div class=”my_class”>’;
$args = ‘</div>’;
$args = ‘<h2>’;
$args = ‘</h2>’;
and us $args in the function like bp_widget_you_want( $args )
March 16, 2009 at 4:29 pm #40120Burt Adsit
ParticipantCurrently the bp widgets can’t be called as template functions.
March 16, 2009 at 4:24 pm #40118In reply to: Modify widget width in default home theme
Burt Adsit
ParticipantRun don’t walk, to get firebug. http://getfirebug.com/
It is one of the essential parts of any toolkit. It will tell you what the names of the divs are that control this, show you the css that controls everything, including the names of the files and even allow you to interactively change settings on the fly to try things out.
March 16, 2009 at 2:16 pm #40111In reply to: !! BuddyPress Theme Folder Changes !!
nicolagreco
ParticipantOk It works now
I think that member-themes wasn’t confusing, anyway bp-themes is better
March 16, 2009 at 11:48 am #40107jayemes
ParticipantI am using a plugin that makes all of my new blog signups an ‘editor’ of their own blog. I want to use Buddypress and have all of the widgets the same for all of my new blogs, so they look the same. Is there a way to do this so I don’t have to set up each blog’s widget positions as it’s created? I can’t imagine every Buddypress install out there gives their users admin access to change the templates? Clearly I must be doing something wrong.
March 16, 2009 at 4:55 am #40098In reply to: Displaying Birthday on Profile
fishbowl81
ParticipantWe need to get Andy to changed the member theme not to show private profile fields, and then use those private profile fields in custom boxes to diaplay stuff. This would be a great way to ask for zipcode, and build a custom module to show a Google Map, or ask for birthday and just show a count down timer until their birthday.
Where I don’t expect this to be in the 1st version, but would be nice to get the details hammered out in early post release versions.
Brad
March 16, 2009 at 12:53 am #40092In reply to: main links – home / blog / members etc
domainsmalltalk
MemberI’m playing around with the buddypress-home theme at the moment.
Thanks, I’ll have a look at that.
March 16, 2009 at 12:51 am #40091In reply to: Am I Missing Something? – Blog Sidebar
mspecht
ParticipantHi Kelly,
Each blog uses it’s own theme so you will need to write your own actions to do this similar to https://mu.wordpress.org/forums/topic.php?id=8041 and http://premium.wpmudev.org/forums/topic.php?id=653 would be my guess.
-
AuthorSearch Results