Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,051 through 49,075 (of 68,969 total)
  • Author
    Search Results
  • #86567
    B.
    Participant

    Thanks everyone, I was going to say after the first two post that I was going to jump into Child Theming something I’ve wanted to do for a while. The second two post sound more like using the theme pack and making a standard theme may be a better option. Ah, I’m back where I started! I think I’m leaning towards child theme for two reasons 1) it’s something I’ve wanted to learn and 2) It has all the BP ajax, CSS, etc.

    Thanks for your input thus far and I encourage you to keep it coming.

    #86565
    modemlooper
    Moderator
    #86563
    Andrea Rennick
    Participant

    You don;t need to create a child theme if you’ve downloaded one to use. And you need to keep the parent them there too.

    Which theme did you want to use? TwentyTen? If you have the twentyten child theme I did, then activate that one. Leave the rest where they are.

    #86562
    Andrea Rennick
    Participant

    I only start with a child theme off the default BP theme, *if* the markup of the non bp-areas (blog pages, etc) is close to what I want in the end.

    #86559
    Vera Schafer
    Participant

    I’ve been following this thread closely because this is what I need to go live. My site would involve a lot of sub-groups for each continent/country and then sub-groups for the countries. I wish I could help you folks but I’m not a programmer. I’ve seen requests all over the net for what seems to be a premium plugin now. Good luck!

    #86558
    r-a-y
    Keymaster

    I noticed with database caching on in W3 Total Cache that if someone registered on a BP site, two additional accounts would be created with the same username, but their user ID for each of these new accounts would be different. So unfortunately I had to disable database caching.

    Haven’t tried W3 Total Cache 0.9 to see if this is fixed.

    #86557
    Pisanojm
    Participant

    @paul_gibbs we are also seeing issues using object-cache with BuddyPress and w3 total cache, most notably this manifests itself when trying to send Private Messages… We are using Minify, Database Cache, CDN (Amazon s3), and Browswer Cache (Developmental Version of Plugin)…

    #86555
    Paul Wong-Gibbs
    Keymaster

    Yes, don’t use page caching with BuddyPress.

    @jmarino I have no problem with W3TC’s CDN on BudddyPress.

    #86550
    Paul Wong-Gibbs
    Keymaster

    I disagree. Using the BP Template Pack and building as a child theme of BP-Default have their respective advantages and disadvantages.

    An advantage of using the Template Pack which I feel you’re overlooking is that it allows theme designers to quickly get the required template/css/js files into their custom theme. This is a lot quicker for a non-BP-expert than figuring out which files are required. The designer then has two options; add, possibly duplicate, your CSS to style the BuddyPress templates to match the rest of the site, or use the Template Pack files as a skeleton, which the designer can then use to rebuild those templates to their own HTML/CSS specifications (perhaps to use a theme framework).

    Helene Goldberg
    Participant

    OK, no problem everyone, I’ve figured it out. I just had to disable Global Forum Directory in BuddyPress –> Settings, and now the tab is gone too. Pity, I’d prefer to have that enabled, and see all the topics. Dilemma is that it’d be really great to have that global forum directory I think, we’d just have to change our groups from private to public, and I don’t know if we want to do that.

    #86547
    sicksight
    Participant

    @firetag perfect! just started thinking how to implement group categories! let me know if you need help!

    #86537
    modemlooper
    Moderator

    Don’t use template pack. That’s a quick fix to get WP users without theming skills using BP. For the long run you are better using a child theme as a start. Upgrades are easy this way too.

    #86535
    Roger Coathup
    Participant

    Hi, we always create a child theme derived from the BuddyPress default theme (we are on our 5th commercial BP project at the moment).

    We customise heavily, change an awful lot of the CSS, and tear our hair out at the masses of unnecessary divs and classes. But, on the other hand it does give us a huge head start – BuddyPress needs a lot of template files and loops that aren’t in standard WordPress themes.

    If you are happy with the default structures and functionality, you can get a long way quickly with this approach. Styling the layouts to your needs.

    If you want to add new functionality, seriously enhance the loops, and so on – you are in for a bigger challenge – it’s not as easy as WordPress theming, you quickly end up in hooks, filters and plugins (which you can usually avoid in standard WP theming), and a fairly restricted API (which is due to get better, and better documented). The joys of building on the sands of a still relatively early stage project.

    Good luck – I’m sure you’ll create a great site.

    Roger

    p.s. setting up a child theme is straightforward – a few lines in your style.css. We typically mimic the folder structure of the default theme, copy over just the files we are specialising (most of them!), and work from there. Only strange thing is functions.php – a functions.php in your child theme doesn’t override the one in the parent theme, both are used.

    p.p.s. I can’t comment on the theme pack plugin… I haven’t used it

    #86533
    nit3watch
    Participant

    @boonebgorges thinking about it and your way makes sense. Thanks

    #86529
    lincme.co.uk
    Member

    @jmarino; We saw ‘unexpected results’ when using a page cache with BuddyPress. As BP is generating new content with each post and response, page caching appears to make a dog’s breakfast of things. :)

    #86525
    nit3watch
    Participant

    @boonebgorges Im using a membership plugin that assigns a level to a user based on if he has paid yet, with this level value he can now create a group ( sorted restricting this already ), if he stops paying, he’s level is demoted and can’t continue updating/editing his group.

    So when he pays, he gets level ‘1’, he cant afford it any more so he gets he’s lvl taken away and cant update the group untill he has paid again, ( got he’s level back )

    So I need to restrict editing/updating a group to admins and based on he’s user lvl?

    Hope thats clearer

    current_user_on_level( $level_id )

    #86520
    nit3watch
    Participant

    @boonebgorges @mercime Think this would work?

    http://pastebin.com/ZZv97ATa

    ps: current_user_on_level( $level_id ) is a built in function

    #86519
    Anton
    Participant

    @r-a-y I’m not sure I understand? I should be on the member’s profile if I want to mark them as a spammer? Can I use that function to enable the admin bar?

    How do I enable the buddybar for admins only?

    #86510
    Anton
    Participant

    @r-a-y I presume network mode is MU? I’m running it on normal / single WP 3.0 without MU enabled.

    @hnla – Is there any plugins available to mark them as spammers or should I re enable the admin bar every time I want to mark a member as a spammer?

    #86501
    r-a-y
    Keymaster

    Check out the xprofile_set_field_data() in /buddypress/bp-xprofile.php.

    #86500
    r-a-y
    Keymaster
    #86499
    r-a-y
    Keymaster

    I’d just create a custom page template and create a RSS feed from a filtered, BuddyPress activity loop that only outputs blog posts.

    Here’s a guide that will help you create the custom RSS page template:
    http://yoast.com/custom-rss-feeds-wordpress/

    Here’s the activity loop codex page:
    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    *Set the action to “new_blog_post”

    #86497
    footybible
    Participant

    @hnla I’m afraid to say I have changed the 4 php files and the js in my theme and still no luck

    #86488
    @mercime
    Participant

    “the function where by if your are member it just displays the group or if you are the admin of the group it displays the group setting and so on”
    That’s how it is already set up actually. If I didn’t get what you meant though, you can also use https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ or check source code for more info.

    edit – too slow mercime

    Ben
    Participant

    Thanks Mercime,

    I downloaded the zip files and extracted them via cpanel from hostgator. Same problem, I even installed BP MU with wp 3.0 on another domain and account to test it and same outcome. It is not picking up the Twnety Ten Theme but everything else works. I am using my reseller account, I don’t know if that would be an issue. Also I noticed my “.htacccess” file (i think i pronounced it right) was burried in BB Press. (that’s where I added step 3 in copying the rewrite files). I don’t know if that has anything to do with it? Also it was set up with fantastico for wordpress 2.9.2 then I changed it to 3.0.

Viewing 25 results - 49,051 through 49,075 (of 68,969 total)
Skip to toolbar