-
Marcella replied to the topic Looking for partner for collab BuddyPress theme (big project) in the forum Creating & Extending 11 years ago
I think that’s what I’m getting at with this theme.
It’s deliberately neutral, which is maybe counter-productive. I feel it could be a catch-all with a neutral design, the content of the demograph would speak for itself.
I don’t think there’s enough time in the day to build a theme for multiple audiences.
I’d like to get this theme to a stage…[Read more]
-
Marcella replied to the topic Looking for partner for collab BuddyPress theme (big project) in the forum Creating & Extending 11 years ago
@buddyboss – Thanks, it’s nothing fancy. I keep getting annoyed with the messy code I write.
@henrywright – Yeah it’s a little bit tighter but could use some work yet.I keep getting frustrated with the code I’m writing. It seems verbose and hurts my head. ^^
Can any of you guys envision who would use a theme like this? Feels like i’m building…[Read more]
-
Marcella replied to the topic Looking for partner for collab BuddyPress theme (big project) in the forum Creating & Extending 11 years ago
@bilalvirgo10 I’d love for you to join in, I’ll be uploading my theme shortly. You can take a copy and look at the code to help with learning.
@mercime thanks! I got there, it’s now on version 0.2 I tighter design, WordPress options and soon BuddyPress support. I despise BBPress theming though, it just aint that much fun.
@buddyboss Thanks man,…[Read more]
-
Marcella replied to the topic 0.1 Release of my theme in the forum Showcase 11 years ago
The theme is probably going to go through one more complete re-design before I settle on features also and skin BBPress.
-
Marcella replied to the topic 0.1 Release of my theme in the forum Showcase 11 years ago
I’ve updated the home page, to outline a little information about this theme.
The blog is a good place to get involved right now, if anyone wishes to.
-
Marcella replied to the topic 0.1 Release of my theme in the forum Showcase 11 years ago
Why thank you very much!
-
Marcella replied to the topic [Resolved] Group join date in the forum Creating & Extending 11 years ago
I just found this function
<?php bp_group_member_joined_since(); ?
It does exactly what I need.
Thanks for the help.
-
Marcella started the topic 0.1 Release of my theme in the forum Showcase 11 years ago
I’ve created a very early release of my theme which you can view at http://pixelcoder.co.uk. A download link is in the header of the site “Download from GitHub”.
There’s lots to do I appreciate that, this theme does not have any bp-default markup in it, which is maybe why it’s taking me so long to build.
However that said, once BBPress support…[Read more]
-
Marcella replied to the topic [Resolved] Group join date in the forum Creating & Extending 11 years ago
I don’t know of any core functions off the top of my head… It’s been a while since I’ve used WPDB but will take a look.
-
Marcella replied to the topic Group admin and mods loops – not working in the forum Creating & Extending 11 years ago
No, how would you debug this loop? The loop finishes and returns nothing.
-
Marcella started the topic [Resolved] Group join date in the forum Creating & Extending 11 years ago
I’d like to show when a user joined a group on the groups > members page. I looked in the bp_group_members table and found a field date_modified, but not sure if this is the one I’m looking for.
Anyone have any advice on how to find the correct database column to query and then output that within a bp_group_has_members() loop.
Thankssss
-
Marcella started the topic Group admin and mods loops – not working in the forum Creating & Extending 11 years ago
I have 2 loops in the sidebar on a group page.
[Read more]
<?php if(bp_has_members('&include='. bp_group_admin_ids())) : ?>
<?php while(bp_members()) : bp_the_member(); ?>
<li>
<a href="<?php bp_member_permalink(); ?>">
<div class="thumb">
<?php echo bp_core_fetch_avatar(array('item_id' => bp_get_member_user_id(), 'type' => 'thumb', 'width'… -
Marcella replied to the topic BBPress themes in BuddyPress theme in the forum Creating & Extending 11 years ago
Thanks for posting guys.
Many thanks.
-
Marcella replied to the topic Registration form on the homepage in the forum Creating & Extending 11 years ago
It’s me Rick, the phantom.
-
Marcella replied to the topic Hiding Activity Feed/Members from non-members. in the forum How-to & Troubleshooting 11 years ago
<?php if(is_user_logged_in()) : ?>
<?php bp_get_template_part('members/members-loop'); ?>
<?php endif; ?>This will hide your members directory unless you are logged in to the site.
-
Marcella replied to the topic Releasing a theme – Best practices in the forum Creating & Extending 11 years ago
Thanks again 🙂
-
Marcella replied to the topic Releasing a theme – Best practices in the forum Creating & Extending 11 years ago
Thanks for the tips @henrywright .
I’m not sure which will be the best way to go but you’ve given 2 fine places for sure.
It would be good to guage interest for the theme, I’ve uploaded the work in progress to http://pixelcoder.co.uk
Group creation isn’t styled yet, but most other places have something at play.
Any ideas how to get some…[Read more]
-
Marcella replied to the topic Releasing a theme – Best practices in the forum Creating & Extending 11 years ago
Did this even post?
-
Marcella started the topic Releasing a theme – Best practices in the forum Creating & Extending 11 years ago
I’m thinking about releasing a theme and was wondering what the best practices are to follow?
My theme doesn’t support any of the ajax functionality that ships with BuddyPress but it does include all of the other functionality.
I’ve themed, groups, members, activity, sites, register and activate and thrown in some other support for a login page…[Read more]
-
Marcella replied to the topic Customising default member avatar – Gravatar bug? in the forum Creating & Extending 11 years ago
Thanks guys that’s awesome.
Worked out the box @shanebp
- Load More
@marcella1981
Active 6 years, 5 months ago