Search Results for 'theme'
-
AuthorSearch Results
-
September 17, 2009 at 12:24 pm #52623
In reply to: Upgrading to 1.1-rc/1.1-beta
Michael Berra
ParticipantFinding two bugs (?) in the beta-version:
1. When updating the status in the sitewide-activity it shows double (2-times)
2. The widgets are not translated… Could that be a bug, because in earlier versions everything was fine (I am using a german localization)
Anybody else experiencing this?
The rest: JUST GREAT! Although I have to figure out what I will do now with my highly costumized theme…
September 17, 2009 at 4:04 am #52614crocgo
ParticipantI have deleted it and now it shows this error message
‘You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.’
are u sure deleting is correct?
September 16, 2009 at 10:06 pm #52604Andy Peatling
KeymasterMake sure /wp-content/bp-themes/ is deleted.
September 16, 2009 at 9:17 pm #52600In reply to: How to Find the Correct Theme Path for Child Themes?
bpisimone
ParticipantFor number one I tried this here,
echo '<link rel="stylesheet" type="text/css" href="' locate_template( array( 'custom-login/custom-login.css' ), true)'" />';It gets me this error
PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /Users/(...)/Sites/wordpress.mu/wp-content/themes/bp-default/functions.php on line 7For number two I have:
require_once locate_template( array( 'library/functions/theme_variables.php' ), true );and I get this error:
PHP Warning: require_once(/Users/(...)/Sites/wordpress.mu/wp-content/themes/bp-default/library/functions/) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Users/(...)/Sites/wordpress.mu/wp-includes/theme.php on line 843Thanks a lot for more pointers in the right direction, it’s puzzling me for the whole day, unfortunately.
September 16, 2009 at 7:04 pm #52588gerikg
ParticipantTry: change permission on bp-theme folder to 755
September 16, 2009 at 5:51 pm #52583crocgo
Participantthanks for the response. however I tried switching it to the normal member theme and still is same problem.
Am I missing some theme files there?
September 16, 2009 at 5:37 pm #52581In reply to: Trouble logging in on v1.1
Ezd
ParticipantJeff:
1. Which version of WPMU are you running?
2.8.4a
2. Did you install WPMU as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
subdirectory (domain.com/designs/wpmu)
4. Did you upgraded from a previous version of WPMU? If so, from which version?
No I made a clean install
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
Yes. Login was working fine. When I installed buddypress I couldnt login from the buddybar login. It looks for wp-admin.php in the root instead of in the directory “designs/wpmu/” where wp-admin.php is located.
6. Which version of BuddyPress (BP) are you running?
1.1 beta
7. Did you upgraded from a previous version of BP? If so, from which version?
No clean install
8. Do you have any plugins other than BuddyPress installed and activated?
Only Buddypress
9. Are you using the standard BuddyPress themes or customized themes?
Standard that comes with buddypress
10. Have you modified the core files in any way?
No
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version?
bbpress 1.0.2
13. Please provide a list of any errors in your server’s log files.
When logging in from the buddybar it cant find wp-admin.php as its looking for the file in domain.com and not in the correct location which is domain.com/designs/wpmu where wp-admin.php is located.
When clicking login I get the message “No input file specified.”
I even tried making a clean install once again. Same problem with buddybar!
September 16, 2009 at 5:32 pm #52580In reply to: Adding Pages
John James Jacoby
KeymasterNever edit the parent theme unless you copy the files out of it and create your own. By editing the parent theme directly you’re risking it not working correctly in future versions.
Copy the header.php out of the parent theme folder, and into your current active theme folder. bp-default, or whatever else you might be using.
WordPress will automatically override the parent header.php because files in child themes have a higher priority over parent themes. You won’t need to do anything additional to tell it what to do.
September 16, 2009 at 5:26 pm #52578John James Jacoby
Keymastercrocgo, you’re using the skeleton member theme instead of the normal member theme that includes style. Switch your style and you’ll be fine.
September 16, 2009 at 5:25 pm #52577In reply to: Adding Pages
wordpressfan
ParticipantThanks. I have some questions:
1. By “copy in” do you mean copy the header.php file from the bp-parent?
2. If the child theme points to bp-sn-parent, how do I tell it to get header.php from my child theme?
3. Or, am I completely missing the point and you are suggesting I edit the parent them?
September 16, 2009 at 5:13 pm #52573In reply to: Beta 1.1 not Blogs listing in blog site
Paul Wong-Gibbs
Keymaster*If* you’ve even enabled BuddyPess, you need to copy or merge the functions.php from the standard BuddyPress theme into your custom theme.
September 16, 2009 at 5:08 pm #52570In reply to: Adding Pages
Paul Wong-Gibbs
KeymasterIf you haven’t already, make a child theme. Copy in header.php and edit it.
If you want to manually add a link to your specific page, do that, otherwise look into adding this: https://codex.wordpress.org/Template_Tags/wp_list_pages
September 16, 2009 at 5:01 pm #52565In reply to: How to Find the Correct Theme Path for Child Themes?
bpisimone
ParticipantThanks Jeff!
I’m trying, but it’s not working so far. Shouldn’t it look something like this?
$functions_path = locate_template( array( '/library/functions/' ), true );require_once locate_template( array( '/library/functions/theme_variables.php' ), true );Here I’m not sure what to do because it’s wrapped in echo and href:
echo '<link rel="stylesheet" type="text/css" href="' . locate_template('template_directory') . '/custom-login/custom-login.css" />';September 16, 2009 at 4:18 pm #52564In reply to: How to Find the Correct Theme Path for Child Themes?
Jeff Sayre
ParticipantYou do not have the proper syntax for locate_template().
September 16, 2009 at 4:08 pm #52562In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
Participantjust remember not all our themes are that wide…

Haha!
Since the goal is to eventually have this component merged into BuddyPress core, its CSS is designed to work with BuddyPress’ default theme. It is up to each user to style their site the way they see fit. Anyone with CSS experience will have no problem doing that.
September 16, 2009 at 3:58 pm #52559In reply to: Private Profiles
Greg
ParticipantThis is a little risky for a non-programmer, but here is some code that would replace the profile-loop.php file in the skeleton member theme. Note that this theme is deprecated in the new parent-child theme setup. It is also not a sophisticated privacy component like the one Jeff is working on. It simply omits everything except the base profile fieldset when a non-member views the profile.
This is from my own installation, but I have removed some pieces (mostly formatting) to simplify things a bit. I haven’t tested it in the simplified form.
It assumes that “Base” is the base profile group name you specified in the BP dashboard settings.
<?php
/*
* /profile/profile-loop.php
* This file loops through the profile field groups, and then each profile field to
* display the profile information that a user has entered.
*
* Loaded by: 'profile/index.php' (via the xprofile_get_profile() template tag)
*/
?>
<?php if ( bp_has_profile() ) : ?>
<?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
<?php if ( (bp_get_the_profile_group_name() == "Base") || ( is_user_logged_in() ) ) : ?>
<div class="info-group">
<?php if ( bp_group_has_fields() ) : ?>
<h4><?php bp_the_profile_group_name() ?></h4>
<table class="profile-fields">
<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
<?php if ( bp_field_has_data() ) : ?>
<tr<?php bp_field_css_class() ?>>
<td class="label">
<?php bp_the_profile_field_name() ?>
</td>
<td class="data">
<?php bp_the_profile_field_value() ?>
</td>
</tr>
<?php endif; ?>
<?php endwhile; ?>
</table>
<?php else : ?>
<h4><?php bp_the_profile_group_name() ?></h4>
No info yet.
<?php endif; ?>
</div>
<?php endif; ?>
<?php endwhile; ?>
<?php if ( !is_user_logged_in() ) : ?>
<p class="not-a-member">You need to log in to see full member profiles.</p>
<?php endif; ?>
<?php else: ?>
<div id="message" class="info">
<p><?php _e( 'Sorry, this person does not have a public profile.', 'buddypress' ) ?></p>
</div>
<?php endif;?>September 16, 2009 at 3:51 pm #52558In reply to: BuddyPress Privacy Component: An Update
gerikg
ParticipantJeff Sayre, great work, just remember not all our themes are that wide…
September 16, 2009 at 2:36 pm #52550In reply to: Details About the New Theme Architecture
realistdreamer
Participant@zageek Are you modifying either parent in such a way that upgrades to the theme frameworks might not work? If you’ve found a way around this, please share.
September 16, 2009 at 2:18 pm #6588Topic: forums in 1.1
in forum How-to & TroubleshootingMike
Participanthello, hello… my forums are pointing me to a 404 page from the main nav as well as whenever i want to add a forum to my group. bp says that they are installed correctly in the forums setup. i hit the reinstall link twice and still got the “bbPress forum integration in BuddyPress has been set up correctly” message but no luck. running the latest versions on everything — bp 1.1beta, wpmu 2.8.4a, bbpress 1.0.2. everything else is spot on though and works right out of the box. wpmu/bp is in the root with directory install. this was a fresh install for everything at michaelkuhlmann.com … no mods or additional plugins, just testing everything before i theme it.
September 16, 2009 at 1:09 pm #52544In reply to: Details About the New Theme Architecture
zageek
Participant@Andy thanks, I have begun hacking the parent theme since I might need to make changes to more than just CSS.
@realistdreamer I am wanting to do exactly that, I am looking at Theme Hybrid modified to work with Buddypress. Then that can be the parent theme, from which the children can be spawned.
September 16, 2009 at 4:59 am #52529In reply to: theme only half installs…
Andy Peatling
KeymasterWhich version?
September 16, 2009 at 4:21 am #52526In reply to: Private Profiles
Greg
ParticipantOne way is to use the “is_user_logged_in()” function in the profile loop (normally, “profile-loop.php” in the member theme).
You need to use that in conjunction with (bp_get_the_profile_group_name() == “BASIC”), where BASIC is the base profile group name you specified in the BP dashboard settings, to test whether you’re on the BASIC profile.
September 16, 2009 at 12:28 am #52518In reply to: Details About the New Theme Architecture
realistdreamer
ParticipantOK, I almost understand. I want to use Theme Hybrid Framework and BP Framework to create a custom Parent or should that be, custom Child?
From @Detective, it sounds like I need to integrate the functionality of both frameworks and build the child(ren) off that functionality. Is that right or am I missing something?
Will that method allow the benefits of upgrades to both Frameworks?
I’ve been looking at TastyKitchen.com and VW Tankwars both on the WP.org showcase https://wordpress.org/showcase/flavor/buddypress/ for ideas for 1 blog implementations of WPMU and BP.
September 15, 2009 at 10:43 pm #52516In reply to: Forums in v1.1
Mike
Participantwah… forums aren’t working for me
running the latest versions on everything — bp 1.1beta, wpmu 2.8.4a, bbpress 1.0.2. everything else is spot on though. wpmu/bp is in the root with directory install. fresh install for everything at michaelkuhlmann.com … no mods, just testing everything before i theme it. any takers? eh? eh?
September 15, 2009 at 8:13 pm #52506In reply to: Cannot login to new blogs.
Paul Wong-Gibbs
KeymasterThis is not a BuddyPress issue, I’m afraid. Have a look at the WPMU forums. It sounds like a cookie issue, or you have a theme setup wrong.
-
AuthorSearch Results