Hi Onimoro,
please check at this location:
/templates/socialize/html/com_community/profile.miniheader.php if the file is exist at there. please rename/delete it.
and make you have this file at /components/com_community/templates/default/profile.miniheader.php
if still can't find it, you can provide me FTP and Administrator access detail.
Regards,
Albert
I don't have profile.miniheader.php in the folder /components/com_community/templates/default/
I have profile.miniheader.php in the folder /components/com_community/templates/default/
I insert ftp
then explain to me what you did to fix this problem?
Also the demo socialize template has this problem
Ok my friend give me fix for this problem, bat I do not understand why you have not yet settled this problem that seems to me quite problematic.
Insert this code on socialize/html/com_community/toolbar.index.php
the page php the page should be this.
<?php if ( $miniheader ) : ?>
<?php echo @$miniheader; ?>
<?php endif; ?>
<?php if ( !empty( $groupMiniHeader ) ) : ?>
<?php echo $groupMiniHeader; ?>
<?php endif;
// this is empty cz the toolbar is no longer needed when the templated is used
?>
Hi Onimoro,
here the fix:
1. delete or rename /templates/socialize/html/com_community/toolbar.index.php
2. goto jomsocial backend > configuration > layour and set Show Toolbar = No
Regards,
Albert