Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

[Resolved] a few questions. (5 posts)

Started 3 months, 2 weeks ago by: sheffieldlad

  • Profile picture of sheffieldlad sheffieldlad said 3 months, 2 weeks ago:

    Hi all.
    I have a few questions.

    1/ when users comment on an activity in the activity stream their comments are indented to the right. after a few comments they become unreadable because they go so far to the right that they look like this:

    u
    n
    r
    e
    a
    d
    a
    b
    l
    e

    How do I stop this from happening?

    2/ I would like to stop group forum posts appearing in the group activity stream.
    My users find it confusing and think they can comment on a forum post and it should reply to the post.
    How do I do this?

    Many thanks for any help you can give me.

    Paul.

  • Profile picture of @ChrisClayton @ChrisClayton said 3 months, 2 weeks ago:

    re activity comments: http://buddypress.trac.wordpress.org/ticket/1870#comment:2

  • Profile picture of sheffieldlad sheffieldlad said 3 months, 2 weeks ago:

    Thanks for the replt Chris.
    I’m quite new to all this and I’m not sure if I am meant to replace code with the code in your link or add it somewhere?

    Any help would be appreciated :)

  • Profile picture of @ChrisClayton @ChrisClayton said 3 months, 2 weeks ago:

    you can add it to your bp-custom.php – http://codex.buddypress.org/extending-buddypress/bp-custom-php/

    or a small functions plugin (i personally prefer this method :) ) – http://justintadlock.com/archives/2011/02/02/creating-a-custom-functions-plugin-for-end-users

    It MIGHT also work in your themes functions.php file, but i haven’t tested it.

  • Profile picture of sheffieldlad sheffieldlad said 3 months, 2 weeks ago:

    Thanks Chris, I think I got it.
    Put it in a small plugin file.