-
AuthorPosts
-
augengott Friend
augengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
September 27, 2010 at 2:35 am #154652hello,
I’d like to completely remove the activity stream from my profile page.
how can this be done?
thanks for your assistanceDon Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
September 28, 2010 at 6:57 am #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 Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
September 29, 2010 at 1:00 am #357016hi,
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 Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 2, 2010 at 12:07 am #357405no 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 Friendhilfiger
- Join date:
- September 2010
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 17
- Thanked:
- 6 times in 1 posts
October 2, 2010 at 3:03 am #357417from 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 2, 2010 at 10:37 am #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 Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 21, 2010 at 11:46 pm #359951ok, 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 Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
November 7, 2010 at 11:18 am #361850still no answear…
how long do you need – that’s not what we as your customers call support!
when will you fix this??November 7, 2010 at 11:09 pm #361870Hi 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 backgroundThat’s all. It worked for me.
Hope this post will be helpful
Cheers
Juan
-
AuthorPosts
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