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.

add date date and time in group status ?

10 years 9 months ago
Licenses:
JomSocial Expired

hello,
i want to add to a group status an date and time to know when the status was sent
how can i do it ? is it an option i can turn on and off or i deed to add something costume to the code ?

please advice ?

10 years 9 months ago
Licenses:

Hi Ben,

could you please more specific about a "group status" and your requirement purpose.
because group status at group activities stream already have date/time.

Regards,
Albert

10 years 9 months ago
Licenses:
JomSocial Expired

hello,
i'm attaching image to show illustration of the issue i want to solve :)

this is my group page in my site snakes.co.il/%D7%A7%D7%94%D7%99%D7%9C%D7...92%D7%B3%D7%99%D7%A7

if you can see the last status on the wall of group don't have the date when it was sent...

in the image attaches in pic2, i need the date to be shown in the status, when a user send the status.
i know in other streams activities its showing the days and months gone from the last time it was published on the wall... i need the exact date, day\month\year

please advice if its possible ? i don't know if its possible to do from simple configuration in the component setting or if i need to add a line of code to the template...

Attachments:
10 years 9 months ago
Licenses:

Hi Ben,

I cannot access administrator page. invalid username/password.
for activities date we have the setting at backend.



I hope this can help you.

Regards,
Albert

Attachments:
10 years 9 months ago
Licenses:
JomSocial Expired

hello,
sorry my user name is ben koren

any way the solution you showed me is good for regular status!
but its not working when i'm uploading image to the status...
is it possible to show the date when i upload image to the group ?

Attachments:
10 years 9 months ago
Licenses:

Hi Ben,

this is a valid bug. but I already put the temporary fixes for you
/domains/snakes.co.il/public_html/templates/protostar/html/com_community/activities.photos.php line 88
from

<?php if(!$act->groupid) {?>
    <div>
        <?php echo CActivitiesHelper::getStreamPermissionHTML($act->access,$act->actor); ?>
        <span class="joms-share-meta date"><?php echo $createdTime; ?></span>
    </div>
<?php } ?>
to
<?php }?>
<?php if(!$act->groupid) {?>
    <div>
        <?php echo CActivitiesHelper::getStreamPermissionHTML($act->access,$act->actor); ?>
        <span class="joms-share-meta date"><?php echo $createdTime; ?></span>
    </div>
<?php } else { ?>
    <div>
        <span class="joms-share-meta date"><?php echo $createdTime; ?></span>
    </div>
<?php }?>

Regards,
Albert

The following user(s) said Thank You: Ben Koren
10 years 9 months ago
Licenses:
JomSocial Expired

thank you, now its working great
i hope in the next update this issue will not be a bug :)

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