Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • augengott Friend
    #154652

    hello,
    I’d like to completely remove the activity stream from my profile page.
    how can this be done?
    thanks for your assistance

    Don Lee Friend
    #356892

    <em>@augengott 195586 wrote:</em><blockquote>hello,
    I’d like to completely remove the activity stream from my profile page.
    how can this be done?
    thanks for your assistance</blockquote>

    Hi,

    Do you mean that you want to remove the module ja facebook activity on your site?

    augengott Friend
    #357016

    hi,
    no – I want the “usual” activity stream from jomsocial at the profile page to be removed.

    I personally don’t want to have activity stream and “walls” at same page, because this looks very confusing (new post at wall and same at activity stream some parts later again at same page.

    how can this be done?

    augengott Friend
    #357405

    no idea for this?

    also I think there’s something designed wrong:
    You can change the number of activity stream entries in the profile – if you set this to 1 for example only 1 activity is shown – but the box size is still big for 20 entries… so there’s a lot of free space which doesn’t look good.

    hilfiger Friend
    #357417

    from what i know there is a bug with jasocial which shows the jomsocial acivity stream long as the modules on the right side of it

    is that your case?

    Saguaros Moderator
    #357459

    <em>@augengott 196463 wrote:</em><blockquote>no idea for this?

    also I think there’s something designed wrong:
    You can change the number of activity stream entries in the profile – if you set this to 1 for example only 1 activity is shown – but the box size is still big for 20 entries… so there’s a lot of free space which doesn’t look good.</blockquote>

    Sorry, please kindly provide me some snapshots, or where do i get to see the problem with activity stream :(, i would like to have a look on this

    Thanks

    augengott Friend
    #359951

    ok, this is the usual way the activity stream looks at the profile page:

    I want to delete this COMPLETELY from the profile page – and there you have a bug in your template. Because if I delete the necessary parts there still stays a white empty box. I tried with different templates and the problem only exists with ja social!

    Here is how it looks:

    how can I get this ugly white box away?

    best regards

    augengott Friend
    #361850

    still no answear…
    how long do you need – that’s not what we as your customers call support!
    when will you fix this??

    juanci Friend
    #361870

    Hi augengott

    I had exactly the same problem so I researched a little bit to find a solution if any. I think I found it and you can check it at artesanique.com/comunidad.

    I explain all the process in case it should be helpful to anybody else:

    Note. I’m using jomsocial 1.8.11

    0- Make a backup of your profile.index.php located into your ja_social jomsocial template folder. Just in case anything goes wrong :((

    1- Locate the following block of code:

    <?php echo @$header; ?>

    <?php $this->renderModules( 'js_profile_feed_top' ); ?>

    <div id="activity-stream-nav" class="filterlink">
    <div style="float: right;">
    <a class="p-active-profile-and-friends-activity active-state" href="javascript:void(0);"><?php echo JText::sprintf('CC PROFILE OWNER AND FRIENDS' , $profileOwnerName );?></a>
    <a class="p-active-profile-activity" href="javascript:void(0);"><?php echo $profileOwnerName ?></a>
    </div>
    <div class="loading"></div>
    </div>

    <div class="activity-stream-profile">
    <div id="activity-stream-container">
    <?php echo $newsfeed; ?>
    </div>
    </div>
    </div>

    2- Remove the code inside so finally you have only:

    <?php echo @$header; ?>

    </div>

    3- Be carefull to keep the last </div> It is important.
    4- Rename the class <div class=”cMain-inner clearfix”> at the very begining of the .cMain to <div class=”connectedSortable”>. You can also use the class “app-box app-core” to keep the white background

    That’s all. It worked for me.

    Hope this post will be helpful

    Cheers

    Juan

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 5 voices, and was last updated by  juanci 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum