By saidi on Tuesday, 17 December 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 812
Votes 0
Hi,

Could you tell me how to hide toolbar and search component in profile view?

Best regards
Hello Saidi,

You will need to customize the theme file which is located in /components/com_easydiscuss/themes/simplistic/toolbar.php and add the following php codes at the first few lines of the file


<?php
if( JRequest::getVar( 'view' ) == 'profile' )
{
return;
}
?>
·
Tuesday, 17 December 2013 21:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, i did but nothing change.
Look the screenshoot
·
Tuesday, 17 December 2013 22:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Saidi,

So sorry for the delay in getting back to you. May i have your backend and FTP to check this out? Please advice.

Thanks!
·
Wednesday, 18 December 2013 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post