Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

  • Liesl Fawcett
    Participant

    @liesl1698

    @gunju2221 Yeah that’s what I’m looking for. Right now I have my members using mentions to get “notified” on the site. I wonder why it is only for messaging and other functions and not replies. Oh well, hopefully there will be a plugin for it soon.


    Liesl Fawcett
    Participant

    @liesl1698

    Nevermind, I figured it out. After upgrading, I always replace some of my theme files… I replaced the functions.php file in /bp-themes/bp-default/ which caused the problem, so I got the “new” functions.php and it fixed it. Sorry lol


    Liesl Fawcett
    Participant

    @liesl1698

    Yep, it is.


    Liesl Fawcett
    Participant

    @liesl1698

    That worked. Thank you SO much!!!


    Liesl Fawcett
    Participant

    @liesl1698

    Yeah, I figured… It would be great if someone were able to do this in a plugin!


    Liesl Fawcett
    Participant

    @liesl1698

    Oh I see. Where would I have to put that?


    Liesl Fawcett
    Participant

    @liesl1698

    I looked at it but the code on there seemed to be for something else so I’m not really sure what you mean… :/


    Liesl Fawcett
    Participant

    @liesl1698

    That didn’t work. The problem is that I have this:

    <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?> which makes the “Load More” link work. I am trying to ADD ‘per_page=35’ (which I know works when put this way: <?php if ( bp_has_activities ( ‘per_page=35’ ) ) : ?> but I need to keep, not replace, the bp_ajax_querystring part). How do I do that?


    Liesl Fawcett
    Participant

    @liesl1698

    I tried using that but it didn’t do anything. ‘per_page=35’ works but what I’m trying to do is put it into:

    <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?> because if i replace it with the bp_ajax_querystring( ‘activity’ ) part, the “Load More” thing won’t work anymore.


    Liesl Fawcett
    Participant

    @liesl1698

    No.. where am I supposed to put that? Sorry, I’m not really a developer and I don’t want to mess anything up. Could you be more specific please?


    Liesl Fawcett
    Participant

    @liesl1698

    Ok so because I removed that my “Load More” thing isn’t working anymore… Is there a way to put (‘per_page=35’) along with ( bp_ajax_querystring( ‘activity’ ) )??

    I had this: <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?>

    and to specify the number of posts to show on the activity stream I want to add this: (‘per_page=35’)

    without having to completely remove the ( bp_ajax_querystring( ‘activity’ ) ) part.


    Liesl Fawcett
    Participant

    @liesl1698

    I had this: <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?> and I didn’t know how to add the per_page part so I did it this way: <?php if ( bp_has_activities (‘per_page=35’) ) : ?> and it worked. Thank you very much!


    Liesl Fawcett
    Participant

    @liesl1698

    Thanks, I’ve seen that but I’m not a developer so I don’t know how to do it…


    Liesl Fawcett
    Participant

    @liesl1698

    Hi, where exactly did you put the code you posted at first & on which file?

Viewing 14 replies - 1 through 14 (of 14 total)
Skip to toolbar