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.

Hide elements

9 years 2 weeks ago
Licenses:
JomSocial Expired

Hello,

I need to hide elements in upload page and photo page as shown in attached images:






Thanks in advance for your help!

Attachments:
9 years 2 weeks ago
Licenses:

Hi,

1)
please copy
list.php from /jomsocial/components/com_community/templates/jomsocial/layouts/photos/ to
/templates/purity_iii/html/com_community/layouts/photos/
find this code around line 301

<a href="<?php echo CUrlHelper::userLink($owner->id); ?>"><?php echo $owner->getDisplayName(); ?></a>
changing it to
<?php echo $owner->getDisplayName(); ?>

2)
we can disable the link, because that elements as global. so the stream and other parts will effected for the changes.

Regards

9 years 2 weeks ago
Licenses:
JomSocial Expired

Hello Albertus,

Thank you for your fast response!


It could be possible to hide the elements in the second attached photo through core hack? I am not using jomsocial as community, so I can´t let these links appearing in the page. The site users won´t have access to wall stream. I have already hidden some other elements in uploader, but if you point were should I go It will be much Faster to hide in photo page.

Thanks in advance

9 years 2 weeks ago
Licenses:

Hi,

please put this CSS by creating new file at /templates/[frontend template]/css/custom.css

.joms-popup--photo .joms-stream__header, .joms-js--photo-info .joms-stream__header {
  display: none;
}

Regards

The following user(s) said Thank You: Daniel Antonio
9 years 2 weeks ago
Licenses:
JomSocial Expired

Hello Albertus,

It worked like a charm!

Thank 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