Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Can't see Activity Stream Frontpage

9 years 11 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

Hi,

I can't view the activity stream on the frontpage before logging in. its blank. I could actually care less if it were there but when its not it leaves a ugly empty space and the site looks dumb like that so need to fill in that space so gotta get the activity stream back. Also do you guys know anyone who can help me with design or is it possible to do so? i do not like anything about how the modules look and pretty much everything as in style . its just too basic looking.

ISSUE SUMMARY:


STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

9 years 11 months ago
Licenses:

Hi, Bryan.

It's because you set to NOT display activity stream for NON-LOGGED IN users.

You may also hide sidebar modules for guests so it will look better.

So copy this file:

ROOT/components/com_community/templates/jomsocial/layouts/frontpage/base.php

to:

ROOT/templates/your-template/html/com_community/layouts/frontpage/ (if you don't have any of those folders, feel free to create them)

Edit file and look for:

<?php if ($moduleCount > 0) { ?>

Then replace it with:
<?php 
    $user = JFactory::getUser();
    if (($moduleCount > 0) AND (!$user->guest)) { ?>

This will also hide modules on frontpage for guests.

If you need further help with re-designing your site, please contact with developers for hire;
www.jomsocial.com/jomsocial-developers


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 11 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

I'll try the code but for reference under the jomsocial backend where it ask how i want the activity stream displayed i have it set to "show" for the frontpage. if there is any other section of the backend that controls it then i have no idea where that would be

9 years 11 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

Oh i found this code but not the one you described to find.

I found this <?php if ($moduleCount > 0) { ?>
and not this <?php if ($moduleCount > 0) { ?>

9 years 11 months ago
Licenses:

Hi, Bryan.

I provided you with solution that works 100% - I tested it.
If you followed my instruction you should succeed. As I see you found the code.
Please, compare what you find with my post above.

Also I advise you to hire a developer to do any changes for you... I'm sorry to say that but it seems that you have no at least basic php/html skills... so you may involuntary damage something.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 11 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

I still can't find how to show the Activity Stream on the Frontpage. Everything is selected to show it in the jomsocial backend but still nothing .

9 years 11 months ago
Licenses:

Hi, Bryan.

You couldn't see activity stream because you had only ONE activity... and it has privacy set to display it only for you (this is default privacy setting you've made).

I've posted a public activity and it's visible.

So just change your account default activity privacy: prntscr.com/7c5p6x


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW