Search Results for 'theme'
-
AuthorSearch Results
-
March 18, 2009 at 9:14 pm #40356
In reply to: BuddyPress Showoff: Post your links
vgfan
MemberDamn Kunkel, that’s one nice theme. Did you make it yourself or did someone else make it for you?
I’m actually looking for someone who can customize a theme for me and integrate Buddypress and bbPress in it.
March 18, 2009 at 6:50 pm #40342In reply to: BuddyPress For WordPress (Not MU) Coming
patrick10128
ParticipantHow hard do you think integrating BuddyPress into a site already running WP would be? Would it just be a matter of inserting php tags into where you would like certain features to appear? Or would it mean redesigning a whole theme so that it would work with BuddyPress?
I’m not much of a coder, but I know my way around. About how hard do you think integration with a WP theme would be?
March 18, 2009 at 6:30 pm #40339In reply to: Tables are messy on my current theme
Michael Tieso
Participanthttp://artofbackpacking.com/members/skylab/
looks like the top bar got all messy. Seems to be hidden underneath the page at random spots. Revolution theme would be perfect with buddypress if I can work out all the small things.
March 18, 2009 at 5:32 pm #40329In reply to: Thesis and Buddypress?
Marco72
ParticipantHey vskylabv, wait before leavin Revolution!
I’m currently adapting a Streamline theme to buddypress so I can help you!
March 18, 2009 at 4:20 pm #40325In reply to: Thesis and Buddypress?
Sgrunt
ParticipantYou could use DarkPress: it’s cool, it’s for buddypress, and it’s free
March 18, 2009 at 3:46 pm #40317In reply to: Tables are messy on my current theme
Marco72
ParticipantAs I’m a Revolution/Studiopress (ab)user I can help you for sure, but you have to wait this late evening (GMT+1) when I’ll come back home.
March 18, 2009 at 3:35 pm #40312In reply to: Tables are messy on my current theme
Erwin Gerrits
ParticipantLooks like it’s a float problem.
Make sure the members list div is on “float:left” and the sidebar div is “float:left” as well. Then you have to make sure that the total width of the divs (INCLUDING MARGINS) is less than the total with of the page. So if you’re working with percentages, make the total width 99% or so (say, members div = 59% sidebar is 30%). If you’re working with absolutes, make the total width 5 or 10px less than the page width. Be careful of the margins as they are OUTSIDE of the div widths and if they add up to more than the page’s width, your floats will not work.
Also make sure at the end of the two divs you put a <div class=”clear”></div> to clear up the floating for the footer.
March 18, 2009 at 3:01 pm #40309In reply to: Buddypress theme for bbPress ?
bingoneighbour
ParticipantI’ll jump on the wagon here – has there been any progress since this series of posts?
This support forum looks great, and as all I’m using is a modified buddypress theme whatever this site uses would be perfect.
Anything around that could do the job?
The prospect of starting from scratch isn’t something I’m particularly keen on to be honest.
March 18, 2009 at 2:59 pm #40308In reply to: Widget avatars loose links after ajax call
Sgrunt
Participantguys i don’t want to be boring: i’ve installed last MU, latest buddy press trunk but the problem it is still there. I’m testing the default home theme: after clicking newest, active, popular, the item-avatars loose the link
March 18, 2009 at 1:46 pm #40292In reply to: Widget avatars loose links after ajax call
Burt Adsit
Participantsgrunt, ya I guess you wouldn’t need to mod the widget code, just the theme code. hmm. Well if Andy says it’ll go away by updating to latest trunk then it will. Warning! The theme directories have changed. See: https://buddypress.org/forums/topic.php?id=1675
March 18, 2009 at 1:21 pm #40285Burt Adsit
ParticipantI can’t reproduce this. I know this issue has cropped up before. I remember it now. Did you update your themes also?
March 18, 2009 at 1:13 pm #40283In reply to: Profile Fields – Hide on edit profile
Burt Adsit
ParticipantYou’ll have to modify the member theme functions that display the fields in the profile. That gets generated in: /buddypress-member/profile/profile-loop.php
by the function: bp_the_profile_field_value() in /mu-plugins/bp-xprofile/bp-xprofile-templatetags.php
There’s a filter in there that you can hook: echo apply_filters( ‘bp_the_profile_field_value’, $field->data->value, $field->type, $field->id );
So that you can detect these specific fields and change what gets generated by bp.
March 18, 2009 at 1:01 pm #40282In reply to: How To: adding Links
Burt Adsit
ParticipantLet’s see, are you talking about all the links in the admin menu bar, the member theme or the home theme? It seems you want to know where *all* of them are.
(sigh) Ok.
The admin bar code is in: /mu-plugins/bp-core/bp-core-adminbar.php
The code for the member theme is in: /wp-content/member-themes/buddypress-member
The code for the home theme is in: /wp-content/themes/buddypress-home
March 18, 2009 at 12:45 pm #40279In reply to: Widget avatars loose links after ajax call
Sgrunt
Participanthi Burt, no i’ve not touched nothing outside theme folders, and i’ve seen this issue with other (not mine)bp like: http://ilovewestdavis.com/ or http://sportsblognet.com/
March 18, 2009 at 12:31 pm #40276In reply to: BuddyPress Theme Contest
danielfelice
ParticipantHi Guys,
Theme Contest is going to be extended an extra month! Official annoucement soon!
Thanks
Dan
March 17, 2009 at 8:49 pm #40249In reply to: wp-signup vs register
Simon
ParticipantNot specifically… although I have tried using the loader.php to load styles via custom.css over base.css. No effect. I can’t see a reference to bp_styles() in the buddypress templates anywhere… any idea where should I be looking?
Cheers.
update: Scratch that… found it in member theme. But adding that to the home theme has no effect (and it doesn’t appear to be included in the default bp home theme anyway).
March 17, 2009 at 7:03 pm #40244In reply to: wp-signup vs register
Simon
ParticipantAlso, using a custom theme seems to break the ajax calls for the BuddyPress widgets (groups, members etc.)… clicking the links in these widgets takes you to the respective directory pages rather than refreshing the widgets.
March 17, 2009 at 7:01 pm #40243In reply to: wp-signup vs register
Simon
Participant@Nicola, I’m using the latest SVN build (1228) and I get this same issue.
There’s no doubt this is related to the use of a custom theme but having copied all the neccesary files and functions from both the home and member themes I have yet to discover the missing piece of the puzzle.
March 17, 2009 at 5:39 pm #40230In reply to: wp-signup vs register
Kunkel
ParticipantI had modified the original BP theme, I am going to go slower this time and watch what I can do to see if I can nail down the problem
March 17, 2009 at 5:28 pm #40227In reply to: wp-signup vs register
tamphet
ParticipantFresh install could be a fix. But would it be nice to understand the issue.
I saw many people using custom theme get the same issue, it posted all over the forums. I checked all sites currently running BP. The result is if it does not use BP-theme, the signup page points to wp-signup.php instead of register.
Could this be a BP’s bug?? or Because the theme used does not design for WPMU?
Curriousity…..
March 17, 2009 at 1:53 pm #40207In reply to: wp-signup vs register
Kunkel
Participantand in the home folder here is functions.php
<?php
/* Register the widget columns */
register_sidebars( 1,
array(
‘name’ => ‘left-column’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’
)
);
register_sidebars( 1,
array(
‘name’ => ‘center-column’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’
)
);
register_sidebars( 1,
array(
‘name’ => ‘right-column’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’
)
);
register_sidebars( 1,
array(
‘name’ => ‘blog-sidebar’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’
)
);
/* Catch specific URLs */
function bp_show_home_blog() {
global $bp, $query_string;
if ( $bp->current_component == HOME_BLOG_SLUG ) {
$pos = strpos( $query_string, ‘pagename=’ . HOME_BLOG_SLUG );
if ( $pos !== false )
$query_string = preg_replace( ‘/pagename=’ . HOME_BLOG_SLUG . ‘/’, ”, $query_string );
query_posts($query_string);
$single_check = strpos( $query_string, ‘&name=’ );
if ( $single_check === false )
bp_core_load_template( ‘index’, true );
else
bp_core_load_template( ‘single’, true );
}
}
add_action( ‘wp’, ‘bp_show_home_blog’, 2 );
function bp_show_register_page() {
global $bp, $current_blog;
if ( $bp->current_component == REGISTER_SLUG && $bp->current_action == ” ) {
bp_core_signup_set_headers();
bp_core_load_template( ‘register’, true );
}
}
add_action( ‘wp’, ‘bp_show_register_page’, 2 );
function bp_show_activation_page() {
global $bp, $current_blog;
if ( $bp->current_component == ACTIVATION_SLUG && $bp->current_action == ” ) {
bp_core_activation_set_headers();
bp_core_load_template( ‘activate’, true );
}
}
add_action( ‘wp’, ‘bp_show_activation_page’, 2 );
/* Hook for custom theme functions via plugins */
do_action( ‘bp_home_theme_functions’ );
?>
March 17, 2009 at 1:52 pm #40206In reply to: wp-signup vs register
Kunkel
Participanthere is the functions.php in the members
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’,
));
function bp_get_options_class() {
global $bp, $is_single_group;
if ( !bp_is_home() && $bp->current_component == $bp->profile->slug || $bp->current_component == $bp->friends->slug || $bp->current_component == $bp->blogs->slug ) {
echo ‘ class=”arrow”‘;
}
if ( ( $bp->current_component == $bp->groups->slug && $is_single_group ) || ( $bp->current_component == $bp->groups->slug && !bp_is_home() ) )
echo ‘ class=”arrow”‘;
}
function bp_has_icons() {
global $bp;
if ( ( !bp_is_home() ) )
echo ‘ class=”icons”‘;
}
/* Hook for custom theme functions via plugins */
do_action( ‘bp_member_theme_functions’ );
?>
March 17, 2009 at 1:10 pm #40199In reply to: wp-signup vs register
nicolagreco
Participantah ok i understand your problem,
you’ve made new themes (member/home) or not updated, copy the bp hooks and function contained in the current svn in the functions.php of the member theme & home one to your functions.phps
March 17, 2009 at 9:35 am #40189In reply to: members names disappeared in member lists
Andy Peatling
KeymasterChange /wp-content/member-themes/ to /wp-content/bp-themes
March 17, 2009 at 8:09 am #40186In reply to: Modify widget width in default home theme
Marco72
ParticipantAs I can remember, cuz I’m on a mobile, : #center-column has width of 260px, the same is for #right-column, so they are fixed width.
#left-column has only a margin-right of 560px.
Try to change #center-column width:285px and #left-column margin-right: 535px.
-
AuthorSearch Results