Search Results for 'theme'
-
AuthorSearch Results
-
October 10, 2008 at 2:54 am #33286
In reply to: Home theme vs buddypress theme
gogoplata
ParticipantI am not sure I fully understand what you’re asking, but the BuddyPress theme is a great starting point. Users can still choose their own theme (provided you’ve installed and enabled them). On Testbp.org the user profiles use the BuddyPress theme while the blogs use the default WordPress theme.
The BuddyPress theme can also be deconstructed so you can integrate the features you want into a theme of your own to further customize your community’s look and functionality.
October 9, 2008 at 7:17 pm #33278In reply to: When we can download the Home Theme Mockup?
vlad0
MemberThanks! I edit this fields in database.
I’m impatience for new theme
October 9, 2008 at 6:29 pm #33276In reply to: Privacy options (friends only viewing)
pcrain
MemberHere’s what I did as a temporary solution (this is prob. not the best way, so I wouldnt recommend it). In each /theme/buddypress/plugin folder, for example /theme/buddypress/profile/index.php after div id=”content”> I added
<?php
global $bp, $wpmu;
$potential_friend_id = $bp['current_userid'];
$friend_status = BP_Friends_Friendship::check_is_friend( $bp['loggedin_userid'], $potential_friend_id );
if ( $friend_status != 'is_friend' && $potential_friend_id != $bp['loggedin_userid']) {
echo "You must be friends to view this profile.".bp_add_friend_button();
} else { ?>then before the last </div> in the file i added
<?php } ?>
October 9, 2008 at 4:18 pm #33274In reply to: When we can download the Home Theme Mockup?
Andy Peatling
KeymasterRight now the basics on the front screen are done and it is live at: http//testbp.org
If you get hold of the trunk, it was checked in last night.
I need to use the __() function on the “First Name” and “Last Name” fields so they can be translated – after which you should be able to translate them the same way you translate WordPress. For now, you can simply edit the names in the database – in the “wp_bp_xprofile_fields” table.
October 8, 2008 at 9:49 am #33268In reply to: Home Theme Mockup
orangeguru
Participant@wondercore: The site went live some time ago – https://bizzlounge.com/ – with some ugly additions. It’s based on the SocialEngine – and loads of custom code.
October 7, 2008 at 6:48 pm #33260In reply to: Installed But No ‘Profile’ tab
ddegraw
ParticipantThanks for the advice guys, but WPMU install is clean and functioning properly. Theme folder permissions are 755 as well. hmm…
October 7, 2008 at 6:40 pm #33259In reply to: Installed But No ‘Profile’ tab
Andy Peatling
KeymasterCheck permissions on the theme folders. They should be 755.
October 7, 2008 at 5:59 pm #33257In reply to: Site admin management of groups
Andy Peatling
KeymasterYep, group administration and editing will be in the next version of the groups component. I’ll be moving onto that next, once the home theme is in.
That slide was really only for a high level overview. The best bet is to look at each component here:
https://trac.buddypress.org/wiki/roadmap
Basically, everything on the list for each component needs to be done before it’s considered ready for a first real release.
October 6, 2008 at 3:38 pm #33242In reply to: Profiles are seperate from blogs
Huda Toriq
MemberSame idea here https://buddypress.org/forums/topic.php?id=25#post-92 , where Andy linked to this topic
.
I think we need to discuss more about it.
We can handle such URL like http://domain.com/andypeatling/home or http://domain.com/user/andypeatling simply by customizing the home theme. Instead of using another theme for the home base, let the home theme handle it.
I hope the other components have enough flexibility to be used in such way.
October 5, 2008 at 2:37 am #33229In reply to: Home Theme Mockup
jdhartley
ParticipantThis is pretty amazing!!!
If I had to choose between the two color sets, I like the second one better. (I think that is the only difference….)
Can’t wait to test this out!!!
October 5, 2008 at 12:56 am #33228In reply to: Home Theme Mockup
ikki_83
Participantyou’re great, andy!
October 4, 2008 at 9:15 pm #33227In reply to: Home Theme Mockup
Andy Peatling
KeymasterI want this checked in next week.
October 4, 2008 at 4:47 pm #33224In reply to: Home Theme Mockup
ikki_83
Participanti like it very much.. when could we test it?
October 4, 2008 at 8:35 am #33221In reply to: Home Theme Mockup
Duane Storey
ParticipantI like it. My only comment would be that it seems a bit too busy. Maybe a bit more white-space would help. If you’re looking for suggestions, maybe align the left edge of the “Home” menu item up with the “Members” bar below it, just to keep things in line.
October 3, 2008 at 11:56 pm #33218In reply to: Home Theme Mockup
Alessandro Fazzi
ParticipantVery impressed…
Nothing but “WOW!” to say for now.
We’re all waiting for this.
Great job!
October 2, 2008 at 4:21 am #33215In reply to: Home Theme Mockup
Phlux0r
ParticipantWhat I’d look for in a default theme is not necessarily the styling but the functionality. It should provide all possible features of BuddyPress and be documented reasonably well to make customisation easy. Hardly anyone will use a theme out-of-the box anyway. If anything you wouldn’t want to overload it with too many styles and graphics
.
The theme looks nice and goes with the look and feel of the BP profile theme.
By the way, what will the criteria for the active/popular groups and members tabs be?
October 2, 2008 at 3:16 am #33214In reply to: Home Theme Mockup
Idiom
ParticipantExcellent! Thanks a bunch Andy!
October 2, 2008 at 12:19 am #33213In reply to: Home Theme Mockup
Andy Peatling
Keymaster@brianbrey – Yes, I’m working on it right now. It’s important for this to be in the first version of BuddyPress.
October 1, 2008 at 11:32 pm #33212In reply to: Home Theme Mockup
Idiom
ParticipantWow. I’m super impressed and excited for the future of buddypress. Do you think a version 2 will be part of the dec release?
Keep up the great work Andy!
– Brian
October 1, 2008 at 11:18 pm #33211In reply to: Home Theme Mockup
dazednconfused
MemberI’m liking v2!
October 1, 2008 at 10:36 pm #33210In reply to: Home Theme Mockup
Andy Peatling
Keymaster@MrWiblog – Not sure exactly how the “Hot Posts” will work yet. It was more just an idea. A rating system would be good if there is one out there that would work?
@milo317 – Everything is dynamic, although content will likely be cached to reduce server load.
@wildebees – I think a site wide activity feed shouldn’t be too tough. Every members activity is cached in the DB, so merging those together to produce a site-wide feed should be ok to do.
@Member – Site wide categories and tags would be a big plus. Not sure if that will make it by December though.
@orangeguru/dazednconfused – Some people love padding, others hate it.
Thankfully you can edit the CSS, so it should be fairly simple to tighten up the theme.
@exchequer598 – I think someone was working on a BuddyPress video component, but I’m not entirely sure.
October 1, 2008 at 10:12 pm #33208In reply to: Home Theme Mockup
Andrea Rennick
ParticipantWoot! There’s my nose!
Looks good Andy.
For video support, MU strips out any script, like those in embed codes, so you need to add some generic video plugin to allow them.
October 1, 2008 at 8:30 pm #33204In reply to: Home Theme Mockup
Trent Adams
ParticipantLooks amazing Andy! I am really looking forward to what trying it out!
October 1, 2008 at 5:00 pm #33203In reply to: Home Theme Mockup
exchequer598
ParticipantYay! I got featured on the screenshot
.
Great work Andy. I remember someone asking for video support. Maybe you can download some free FLV player and brand it ‘BuddyPress Player’ or something and use it for video content throughout the website!
October 1, 2008 at 4:49 pm #33202In reply to: Home Theme Mockup
dazednconfused
MemberI like all the aggregation. I find the layout a little bit to spaced out. My suggestion is tighten it up a tad.
-
AuthorSearch Results