By Marco Finizio on Saturday, 08 August 2015
Posted in Technical Issues
Replies 13
Likes 0
Views 736
Votes 0
Hi, I noticed that some layout options are not available in EasyBlog 5 anymore .
For example, the social buttons position are not present. I browsed your online documentation and it still indicates the setting as usual in settings->social integrations. But now I see the size option only.
Also, the themes are not editable anymore. In the old version, if you click on a theme, you had a customization page with some specific parameters.
Also, many options for frontpage layout (show/hide rating) disappeared too. How do I hide ratings in listings?

Any help would be appreciated. Thanks
Hey Marco,

Actually this file -> blog.item.php is coming from 3.9 version, in Easyblog 5 already no longer using it.

What you can do is download my attached file then move in JoomlaFolder/templates/templateatitech/html/com_easyblog/blogs/entry/..

So the social button will display on below the post title.

By the way, I can't move the file in your FTP server :

Response: 553 Could not create file.
Error: Critical file transfer error

·
Thursday, 20 August 2015 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marco,

I am really sorry for the delay of this reply as it is a weekend for us here.

We have removed the social buttons position from EasyBlog 5 as it generates too many issues in most EasyBlog installation. This is because when you configure these social buttons to appear on the right, but having a different button size would cause more issues to the layout. Hence, the template will decide where the social buttons would be placed. Should you need to reposition them, you need to modify the theme file.

Most of these template settings has been re-located to the menu parameters. This allows you to have greater flexibility when it comes to having different layout setups on different menu items just like Joomla article does.
·
Saturday, 08 August 2015 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Sounds bad to me. So I should manually edit the html within the theme files, but what about updates? It would be overwritten, so I should clone the theme?
·
Monday, 10 August 2015 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marco,

You can store your custom theme files in your current template, example :

If you would like to modify something on this file :

JoomlaFolder\components\com_easyblog\themes\wireframe\blogs\entry\author.php


So you have to override this file in your current template location.

JoomlaFolder\templates\yourCurrentTemplate\html\com_easyblog\blogs\entry\author.php


Hope this will helps.
·
Monday, 10 August 2015 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex Wong wrote:

Hey Marco,

You can store your custom theme files in your current template, example :

If you would like to modify something on this file :

JoomlaFolder\components\com_easyblog\themes\wireframe\blogs\entry\author.php


So you have to override this file in your current template location.

JoomlaFolder\templates\yourCurrentTemplate\html\com_easyblog\blogs\entry\author.php


Hope this will helps.


I made it but nothing happens...
·
Tuesday, 18 August 2015 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Marco,

May I have your joomla backend and FTP access instead so we can take a closer on your override file?
·
Tuesday, 18 August 2015 18:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I can send you the backend access but not the FTP.

For the override, I cloned the file blog.item.php found in the bubble template folder, and I put it under /templates/<mytemplate>/html/com_easyblog/blogs/entry
·
Tuesday, 18 August 2015 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Marco,

Hm. Without FTP access its quite hard to test the issue on your site. May I know if you edit the original blog.item.php inside bubble themes folder will the change appear on the frontend?
·
Tuesday, 18 August 2015 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes I did, but nothing changes...the buttons always appear at the bottom. I also tried to clear cache.

The weird thing is that within the theme there is still code that uses the settings you have removed in the last version, such as:
if( $system->config->get( 'main_socialbutton_position' ) == 'bottom' )
·
Tuesday, 18 August 2015 19:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Marco,

May I know what easyblog themes you are using currently? Can you also provide us with the screenshot of the things that you want to modify so that we can try it in our local instance?
·
Wednesday, 19 August 2015 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes sure, it is bubble. I just wanted to have social buttons below the post cover image, before the text. In the old versions of EB, it was as easy as changing a parameter in the global settings. Very sad about some new changes in EB 5!
·
Wednesday, 19 August 2015 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Macro,

I am sorry that delay of this reply,

I've tried to access in your Easyblog settings page, but i hitting this :
	You are not authorised to view this resource.


Can you provide us with your following detail?
#1. FTP access (if without this access we can't troubleshoot anything )
#2. Can you provide us the full path which file you customized?
·
Thursday, 20 August 2015 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, I set up a ftp access. You can find in Site Details.
the path is /templates/templateatitech/html/com_easyblog/blogs/entry
·
Thursday, 20 August 2015 16:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post