Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 125 total)
  • @marcella1981

    Participant

    @kris35 it’s up and running again, although nowhere near complete.


    @henrywright
    thanks for the tutorial links, I’m using some right now to show a “minimum requirements” sort of deal.

    @marcella1981

    Participant

    Not sure when it will be ready, I’m integrating some bespoke functionality to link with BuddyPress and WordPress so it’s been taken down.

    Also have to think about some sort of mobile / tablet situation as it never had one before.

    I’ll come back here when it gets going again.

    @marcella1981

    Participant

    There’s no real reason, other than knowing exactly what my theme is doing and what it’s outputting in each scenario. I appreciate it’s a little idiosyncratic but it’s just how I do it.

    If I do let buddypress.js by default, how would I make it sing nicely with this theme which is shrouded with custom markup?

    Appreciate any help offered, @hnla thank you.

    @marcella1981

    Participant

    *bump*

    @marcella1981

    Participant

    Thanks 🙂

    @marcella1981

    Participant

    Hey,

    Yeah you can hide it with some CSS. There is a way you can do it with PHP but I couldn’t tell you how off the top of my head.

    span.activity-read-more { display: none; }

    @marcella1981

    Participant

    It’s actually the Site Tracking in conjunction with Activity Stream which allows for post publishing to be tracked.

    I don’t know exactly what you’re trying to do here, but you could first start by increasing the excerpt length to be a little longer. I’m not sure what the default excerpt length is for BuddyPress, however the function below will increase it to 750 characters.

    Place the function below into functions.php or bp-custom.php

    function px_bp_activity_excerpt_length() {
        return 750;
    }
    add_filter('bp_activity_excerpt_length', 'px_bp_activity_excerpt_length');

    @marcella1981

    Participant

    You may actually be able to get away with adding that CSS via wp-admin > appearance > edit css.

    Placing it to the bottom of style.css should work.

    @marcella1981

    Participant

    *ignore*

    I redefined the slugs via

    define('BP_ACTIVITY_SLUG', 'activity' );

    My bad

    @marcella1981

    Participant

    Thanks @r-a-y, this is useful to know.

    @marcella1981

    Participant

    *unrelated*

    A few problems with BuddyPress 2.1 also, pagination on activity items had some problems.

    I’ve reverted back until I can afford more time to the latest.

    @marcella1981

    Participant

    Hey. Its just a custom page template for the home page.

    Its weird it will work if I pass the parameter of type as an empty variable and default to active but wont output anything if its set to newest or online for example.

    @marcella1981

    Participant

    Its ysed in a custom page tempkate in a sidebar.

    Ive looked at those docs and cant see anything im doing wrong nor how to debug.

    @marcella1981

    Participant

    Yeah, I was thinking about learning SASS just to use the framework. Claymate looks cool. Also like the bower support it has.

    @marcella1981

    Participant

    @henrywright Ah that’s cool. I thought about using a framework but figured it’s much more learning than I wanted to commit to.

    The Gumby framework is pretty nice.

    @marcella1981

    Participant

    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 where it’s robust enough to maybe start a community on a whim, but it’s not quite there yet.

    Ultimately I think I want to retire from theme building, and have this as a going away gift to myself. That all said, it’s not very satisfying.

    I get what you’re saying though and yes the headaches suckkk.

    Do you have any audiences in mind? Maybe we could tackle a personal project together @henrywright ?

    @marcella1981

    Participant

    @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 for no one but myself, and that’s not too wise.

    @marcella1981

    Participant

    @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, i’m not looking at it as a paid gig.

    @marcella1981

    Participant

    The theme is probably going to go through one more complete re-design before I settle on features also and skin BBPress.

    @marcella1981

    Participant

    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.

    @marcella1981

    Participant

    Why thank you very much!

    @marcella1981

    Participant

    I just found this function

    <?php bp_group_member_joined_since(); ?

    It does exactly what I need.

    Thanks for the help.

    @marcella1981

    Participant

    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.

    @marcella1981

    Participant

    No, how would you debug this loop? The loop finishes and returns nothing.

    @marcella1981

    Participant

    Thanks for posting guys.

    Many thanks.

Viewing 25 replies - 26 through 50 (of 125 total)
Skip to toolbar