By Margitta Deuke on Wednesday, 26 April 2017
Posted in General Issues
Likes 0
Views 198
Votes 0
Hello everybody,

after updating easyblog to version 5.1.5 my navbar is damaged...
also my blogticker (called Aktuelles aus unserem Blog:) is not working anymore and the image wall also.
Please help!
Thanks a lot in advance.
Kind regards
Margitta
Hello Mark,

thanks a lot for your helpfull support.
Now is everything fine again.

Kind regards
Margitta
·
Wednesday, 03 May 2017 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·

after updating easyblog to version 5.1.5 my navbar is damaged...

This is actually the new navigation bar in EasyBlog 5.1.5 It is not damaged.


also my blogticker (called Aktuelles aus unserem Blog:) is not working anymore and the image wall also.

It seems like you have created an override for mod_easyblogticker under /templates/creabis/html/mod_easyblogticker/ and this is why it isn't working as we have updated the module. I have updated this for you and it works fine now.

As for the image wall module, I don't seem to see any image wall module published. Am I missing anything here?
·
Wednesday, 26 April 2017 22:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Good morning Mark,
thanks a lot for your very fast answer and help.
I am a little bit unhappy with the new navbar - but ok.
And your tip with my ticker is great.

But now to the image wall: In the past the modules picked the images autonomous, so that I don´t know, which category I have to write in for picking my pictures, which I have in the posts...? These images are deposited in /images/easyblog_images/62.
Can you try another time to help me?
Thank you very much!
Best regards
Margitta
·
Thursday, 27 April 2017 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Margitta,

Hm, I am sorry but I am still not quite understand you here. Do you mean that you want to know how the module currently fetching the images from the blog post?

Perhaps you can elaborate more on the issues with a simple screenshot so that we can understand better on your inquiry?
·
Friday, 28 April 2017 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ezrul,

thanks for trying to understand my problem. And you are right: Can you explain me how the module is fetching the images from the blog post?
What I can choose is the category... as you can see on the picture attached.
Would be perfect to get a solution.
Kind regards
Margitta
·
Tuesday, 02 May 2017 21:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Margitta,

EasyBlog picks the post image using the `getImage` API. You can find the codes in the file /modules/mod_easyblogimagewall/tmpl/default.php

The code that is used is this,


<?php echo $post->getImage('original', true, true, true);?>


Is this what you are trying to get?
·
Tuesday, 02 May 2017 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

sorry, sorry for confusing.
What I try to get is the image wall on my blog site. And if I activate the module "image wall", then I get something like picture "image wall1.png" shows.
What can I do that I can see the blogpost-images in the wall?
I thought this will work by activate the module... And there I can´t find a link to the pictures, only to the categories of the posts...

Do you understand my problem now?
Thanks a lot for your help.
Best regards Margitta
·
Tuesday, 02 May 2017 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Margitta,

I have just checked your site and it looks like you have created a template override in /templates/creabis/html/mod_easyblogimagewall/default.php . This file uses an old structure. I have updated it to the new one, and it is showing the correct image now
·
Tuesday, 02 May 2017 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Margitta, glad that your issues are resolved now.
·
Wednesday, 03 May 2017 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post