I don't particularly like Facebook's cover photo feature, so I didn't particularly like it when JomSocial followed suit. Here's how to disable JomSocial's cover photo feature altogether.
Backup Your Site
Just in case. The Joomla extension Akeeba Backup does a great job.
Modify the Following JomSocial Template Files
Frontpage cover photo - root/components/com_community/templates/default/frontpage.guests.php
Remove the code:
<div class="row-fluid hero-area">
...
</div>
Profile cover photo - root/components/com_community/templates/default/modules/profile/userinfo.php
Remove the code:
<div class="js-focus-cover">
...
</div>
Group cover photo - root/components/com_community/templates/default/groups.viewgroup.php
Remove the code:
<div class="js-focus-cover">
...
</div>
Event cover photo - root/components/com_community/templates/default/events.viewevent.php
Remove the code:
<div class="js-focus-cover">
...
</div>
Copy the Modified Files to JomSocial Template Overrides
Copy the files you modified to this location:
root/templates/current_template/html/com_community
This is the template override feature that allows you to keep your modifications across JomSocial package upgrades.
Related Articles
Windows - Disable Startup Reco...
If a colleague's PC crashes, Windows will restart into start-up recovery. The problem here is that start-up recovery often makes an even bigger mess of the com...
Elastix PBX - Voicemail Disabl...
I ran a yum update process on my Elastix PBX, updating all the packages. The update process completed without error; however, voicemail was disabled on all use...
Virtual PfSense on KVM - VirtI...
Virtualization of pfSense on KVM went smoothly for the most part. PCI pass-through to a network card worked swimmingly, and I adore the new built-in virtio dri...
Joomla Running on Nginx and Ub...
What follows is an outline I compiled while building an Ubuntu server for running the Joomla CMS on the Nginx web server. NOTE: Ubuntu 14.04 LTS was used for th...