Looks good.
Sidenote: font-family:”swister-1″,”swister-2″; if the user doesn’t have these fonts the computer replaces them with something “similar” and sometimes the results is not what you would like. On my screen the font it replaces with is hard to read.
@gerikg thanks, think typekit just has an issue with IE at the moment, will look into replacement type face though. screen shot
no problem, I like clean sites straight to the point, like yours.
@Burkie: snaps is an interesting forum. I’m building something similar for journalists. A couple questions:
1. How did you display profile field groups beyond “base” ? I never see those displayed, except when logged-in as admin or by the profile-owner.
2. What do you use to create a portfolio link to photos? I have a number of photographers and offering a portfolio would be a popular feature.
@wordpressfan thanks, just a fun project…
1. in the profile field setup create a new group – add items, then bp_profile_group_tabs() ?> does the rest.
2. bp_the_site_member_link() ?>album works perfectly
Thanks. Excuse the non-coder questions, but should bp_profile_group_tabs() ?> be added (it’s not in bp-sn-parent) and in which profile php file?
I notice bp_profile_group_tabs() is in profiles/edit.php. This chunk of code caught my eye as being perfect for the main profile page (as opposed to the edit screen):
<?php get_header() ?>
<div class=”content-header”>
<ul class=”content-header-nav”>
<?php bp_profile_group_tabs(); ?>
</div>
Could that be added to the main profile php file?