By Daniel Holdinghausen on Wednesday, 17 May 2017
Posted in Technical Issues
Replies 16
Likes 0
Views 439
Votes 0
I noticed that i can use manuel https://www.abir.eu/aktuelles/blogger.html

I dont want that there is displayed any info about blogger and that this path dont display entrys.
So whta is to do to deactivate it?
Hi Daniel,
If you want to configure the all authors page, you would have to create a menu item for this page since there are settings that you can configure there: http://take.ms/HRtWc
·
Wednesday, 17 May 2017 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
no i dont want to have displayed any informations about the bloggers.
·
Wednesday, 17 May 2017 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
Are you referring to information like author biography, Twitter and website?
Or do you mean that you do NOT want to allow users to access to this page?
·
Wednesday, 17 May 2017 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
yes.
·
Wednesday, 17 May 2017 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
You can try creating a menu item that restricts access to the authors page: http://take.ms/XTatX
·
Wednesday, 17 May 2017 16:14
·
0 Likes
·
0 Votes
·
0 Comments
·
thats not a good solution.
A menu item which is displayed in the menu???

Is there no solution in the EasyBlog admin to deactivate this?
·
Wednesday, 17 May 2017 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
There is currently no settings to disable this feature altogether because to be honest, until today, nobody has actually requested to hide this page.

If you want to disable this, you can add the codes below into /components/com_easyblog/views/blogger/view.html.php and at line 33 add the codes below,

[gist]
$this->app->redirect(EBR::_('index.php?option=com_easyblog', false));
[/gist]

This will enforce anyone who tries to access the blogger's page manually by typing in the url.
·
Wednesday, 17 May 2017 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
The menu item can be hidden when you place it under a hidden menu: http://take.ms/s4Om2
Is there no solution in the EasyBlog admin to deactivate this?
There is no setting to disable this page.
·
Wednesday, 17 May 2017 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
is it possible to change the code in EasyBlog admin or only by open file per ftp?
·
Wednesday, 17 May 2017 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
You can try the redirection code mentioned by Mark above.
·
Wednesday, 17 May 2017 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
is it possible to change the code in EasyBlog admin or only by open file per ftp?
·
Wednesday, 17 May 2017 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
If you are referring to editing the theme files in EB backend, then the answer is no because this is not a theme file.
Therefore, you have to edit this by opening the file. As a reminder, the changes in this file are not protected by future updates.
·
Wednesday, 17 May 2017 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
yes i know.
But is it possible to have in a next update these function in admin?
·
Wednesday, 17 May 2017 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
We have no plans to implement this. Do note that there are other ways to set up redirection on your site. Other than 3rd party components, using htaccess is another way to do so: https://docs.joomla.org/Creating_301_redirects
·
Wednesday, 17 May 2017 18:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post