By Henning Sass on Friday, 22 January 2016
Posted in General Issues
Replies 5
Likes 0
Views 722
Votes 0
Hi,

i see that the problem with the customfields is also in the Tag-List.

Hope you can fix it on my site.

Thanks
Hi there,

Sorry but I don't quite get you here. Can you please elaborate more on this please and also provide some screenshot which part you referring.
·
Friday, 22 January 2016 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jasni,

http://stackideas.com/forums/customfield-view-in-bloglist

The same problem with customfield view
·
Friday, 22 January 2016 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Edit the file /components/com_easyblog/themes/wireframe/tags/item.php and at line 65 locate the codes below:


<?php echo $this->output('site/blogs/latest/default.main', array('post' => $post)); ?>


Replace it with,


<?php $post->fields = ''; ?>
<?php echo $this->output('site/blogs/latest/default.main', array('post' => $post)); ?>
·
Friday, 22 January 2016 22:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks

Info
Check your mobile view
·
Tuesday, 26 January 2016 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thank for that info, from my side I'm check mobile view seem work fine.
·
Tuesday, 26 January 2016 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post