Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@driftless1 active 3 weeks, 3 days ago
There’s a lot of interest in the groupblog plugin… In fact, I wager its a vital piece of the Buddypress experience. Any thoughts on continued development? View
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    Driftless1 started the forum topic Forum Topics Missing (in FF not Opera) in the group How-To and Troubleshooting: 2 years, 6 months ago

    Logged in as the same user in both Firefox and Opera, I see a different set of Forum topics for a Group->Forum subpage. Currently there are 3 topics. Opera shows all 3, FF says viewing topic 1 to 3 (of 3 topics) but only shows one. Yes I have cleared he cache. Repeatedly. They are [...]

  • Profile picture

    Driftless1 posted on the forum topic Notification Problem in the group How-To and Troubleshooting: 2 years, 6 months ago

    I’m noticing this behavior as well – even though it was ‘fixed’ in April … http://trac.buddypress.org/changeset/2921

    Don’t know if that fix was included in the latest release?

  • Profile picture

    Driftless1 posted on the forum topic Forum Index (Bugs?) in the group BuddyPress Forums Extras: 2 years, 6 months ago

    Issue 1 resolved by editing the offending group title and saving again. Strage.

    Issue 2 – still haven’t found a workaround.

  • Profile picture

    Driftless1 posted on the forum topic Disable ’HOME’ for Certain Groups (ie, kill activity stream) in the group How-To and Troubleshooting: 2 years, 6 months ago

    Woohoo! Persistence pays… Once again, thanks to boone and r-a-y

    Found the solution here: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/#post-55449

    Wraped it all in a

    if ( groups_get_groupmeta( $bp->groups->current_group->id, 'forum_only' ) ) {

    wrapper – and we’re…[Read more]

  • Profile picture

    Driftless1 posted on the forum topic Disable ’HOME’ for Certain Groups (ie, kill activity stream) in the group How-To and Troubleshooting: 2 years, 6 months ago

    Hmmm. Well, I can kill the home tab, but since thats the default landing for a group, it means I get kicked to the site homepage whenever I try to open a group…

    Ok… so now to find how to change the default landing page of a group.

  • Profile picture

    Driftless1 posted on the forum topic Disable ’HOME’ for Certain Groups (ie, kill activity stream) in the group How-To and Troubleshooting: 2 years, 6 months ago

    I see a partial solution here:

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/custom-groups-or-activating-different-plugins-in-different-groups/ (thanks boone)

    The only other things I need to complete the process is a way for the end-user to easily set groupmeta. Can’t have em mucking about in the db now can…[Read more]

  • Profile picture

    Driftless1 posted on the forum topic Forum Index (Bugs?) in the group BuddyPress Forums Extras: 2 years, 7 months ago

    OK – thanks for the reply. Your forum suite is indispensable.

    Cheers

    (as an aside, what would it take to make the modules integrated into one plugin – like “theme my login” does so they are not taking up so much plugin page real-estate … just a low-priority admin aesthetics thought. – Thanks)

  • Profile picture

    Driftless1 posted a new activity comment: 2 years, 7 months ago

    ”Oh nooo! Now there is a reply to my post… but its not in the forums! Now my users are really confused!”

    View Conversation
  • Profile picture

    Driftless1 posted an update in the group How-To and Troubleshooting: 2 years, 7 months ago

    What happens if I mistakenly post a forum topic here? Does anyone hear the tree falling in the forest?

    (see http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/disable-home-for-certain-groups-ie-kill-activity-stream/ )

    • Profile picture
      Driftless replied 2 years, 7 months ago

      ”Oh nooo! Now there is a reply to my post… but its not in the forums! Now my users are really confused!”

  • Profile picture

    Driftless1 started the forum topic Disable ’HOME’ for Certain Groups (ie, kill activity stream) in the group How-To and Troubleshooting: 2 years, 7 months ago

    Anyone know of an elegant solution to disable the Home tab on a group? I have certain groups that are public that I want to be “Forum Only” groups. Right now, people land on he “Home” tab and mistakenly post forum topics in the activity stream… I would like to: 1) Completely hide the activity [...]

  • Profile picture

    Driftless1 posted on the forum topic Forum. Activity. Blog. Where's the beef? (i.e. What is Buddypress?**) in the group Miscellaneous: 2 years, 7 months ago

    Great response – I agree its up to the users to see what they are comfortable with… I’m running into the issue that the site I am developing is mainly for non-native English speakers so the subtleties of Blog Comment vs. Forum Topic, vs Status Update are maybe a little too subtle, yet I have [...]

  • Profile picture

    Driftless1 started the forum topic Forum Index (Bugs?) in the group BuddyPress Forums Extras: 2 years, 7 months ago

    Greetings – great work, thanks for the plugin. I’m noticing strange behavior on the Form Index module: 1) The first forum listed has the wrong Avatar and Title (but the right link) 2) Several group listings don’t include their tag-line (I think the ones with line-breaks in them… though even when I change the tagline [...]

  • Profile picture

    Driftless1 joined the group BuddyPress Forums Extras 2 years, 7 months ago

  • Profile picture

    Driftless1 posted an update: 2 years, 9 months ago

    @MariusOoms There’s a lot of interest in the groupblog plugin…

    In fact, I wager its a vital piece of the Buddypress experience. Any thoughts on continued development?

  • Profile picture

    Driftless1 joined the group BuddyPress Media 2 years, 9 months ago

  • Profile picture

    Driftless1 posted on the forum topic ETA Estimate? in the group BuddyPress Media: 2 years, 9 months ago

    7 days to go… This is like waiting for Christmas!

  • Profile picture

    Driftless1 posted on the forum topic GroupBlog Plugin – User Role in the group Creating & Extending: 2 years, 9 months ago

    Hi @Bpisimone –

    No worries – I’ve been using Filosofo Remove Dashboard plugin from wordpress. And I fixed the above issue by adding:

    if (preg_match(‘#wp-admin/?(.*)?$#’,$_SERVER) && (‘index.php’ != $menu)) //send everything packing
    wp_redirect(get_option(‘siteurl’));

    Around line 53 – just below the index.php redirect.

    Hope…[Read more]

  • Profile picture

    Driftless1 posted on the forum topic Admin can't see other forum topics in the group How-To and Troubleshooting: 2 years, 9 months ago

    Hi @Beckb – I was seeing it in the GROP -> FORUM tab… however, now Admin can see all forum topics…. but it was there! I swear!

    I will get back with more information if it happens again.

  • Profile picture

    Driftless1 posted on the forum topic Forum. Activity. Blog. Where's the beef? (i.e. What is Buddypress?**) in the group Miscellaneous: 2 years, 9 months ago

    Addendum – I see a similar (7 month old) thread here: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/have-i-misunderstood-what-buddypress-is-about/ that also tackles this issue… It seems this is not a new idea – but perhaps an idea who’s time has come? Can Buddypress gracefully accept a back-seat to the main…[Read more]

  • Profile picture

    Driftless1 posted on the forum topic Where is the bbpress forum? in the group Creating & Extending: 2 years, 9 months ago

    OK. I’ve been struggling with this concept as well… and just wrote a rant (of sorts) here http://buddypress.org/community/groups/miscellaneous/forum/topic/forum-activity-blog-wheres-the-beef-i-e-what-is-buddypress/ I think this question has been fielded enough times that it is indicating a bigger issue. It all makes sense once you figure it out…[Read more]

  • Load More
Profile picture of Driftless
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out