-
AuthorPosts
-
Mo0nlight Moderator
Mo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
August 11, 2017 at 11:38 am #1055910You guys are saying, Megafilter will filter content using custom fields. Except, it does not display the content like it normally does in Joomla?
Your content filter page should basically work like a Joomla blog or list layout. I can’t see how it can work any other way?
Unless I hack my template file, I cannot get Custom Fields to display, even though you advertise that it works with custom fields.
I am unable to set the direction of my content, like, Alphabetical, etc.
Tags aren’t clickable and they don’t appear unless a do a template override.
It’s a cool component, but it is still very young and lacking a lot of features that should by default be there. I mean, you’re trying to replace Joomla’s blog layout, but stripping out all the blog layout functions.
August 11, 2017 at 11:52 am #1055914here’s another example. you hacked the template override to display text that should be called from the intro text. BUT, it does not show all the intro text on all the articles that i am trying to filter. it only shows some stuff the way you hacked the override.
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
August 15, 2017 at 10:44 am #1056552Hi,
JA Megafitler provides a way to Find and Search Joomla Article under some Conditions, and display them in a List. As JSON get Data, we can’t use Joomla Default blog view to display, we create ourselves and with JSON it has some limitation which we’re trying to overcome.
I am unable to set the direction of my content, like, Alphabetical, etc.
Sorting feature is added in latest version, please update to latest version.
It’s a cool component, but it is still very young and lacking a lot of features that should by default be there.
Yes, JA MegaFilter is still being developed. We add more new features to JA Megafilter according to user’s feedback, and show Custom Field in Result Page is one of them.
September 18, 2017 at 1:11 pm #1062682I added the tag too.
Edit file:
/templates/shaper_helix3/html/layouts/jamegafilter/content/default/product-item.phpAdd the code:
<div class="product-tags">
{attr.tag.frontend_value}
The tags don’t show anymore after updating to the latest version. Did this change, {attr.tag.frontend_value}?
Sorting feature is added in latest version, please update to latest version.
I still don’t see this?
- This reply was modified 7 years, 2 months ago by ijack.
Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
September 19, 2017 at 3:23 am #1062786In new verison, we supports show tag as tree. So the data has changed a bit. You can revert old data by change this line on helper.php and re-index. Then you can use {attr.tag.frontend_value}
$tdata['frontend_value'][] = $this->getTagTreeName($tag);
to
$tdata['frontend_value'][] = $tag->title;
I am unable to set the direction of my content, like, Alphabetical, etc.
What do you mean by this? We already have sorting feature.
Regards!
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
September 20, 2017 at 1:46 pm #1063135Thanks, that solved the tag issue.
Look here: http://www.khayavolunteer.com/volunteering
All articles are sorted by ID. The client wants them sorted alphabetically.
Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
September 22, 2017 at 2:09 am #1063432I saw that your layout was changed. It makes default sorting feature doesn’t work. So we have to hard code to file helper.php. Find this line
->order('id desc');
change to this
->order('title asc');
Then chose default sorting direct is DESC.
Regards
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
September 26, 2017 at 9:50 am #1064159Hi, I can’t find that line of code?
Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
September 27, 2017 at 8:59 am #1064412Can you tell me where you added this line so that I know for future updates where to add it again?
Also, it does not work, still not alphabetical.
Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
September 27, 2017 at 9:58 am #1064429I’ve cleaned cache, disable System – JCH Optimize plugin, and updated the componet. The sorting is alphabet now.
You can check line number 82 on helper.php of content plugin.
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
September 27, 2017 at 10:00 am #1064430Now the html tags are back!
September 27, 2017 at 10:47 am #1064438I fixed it by looking at a previous reply from Mo0nlight:
HTML in the description.
Edit the file:/plugins/jamegafilter/content/helper.php
line 108:$item->desc = !empty($baseItem->introtext) ? ($baseItem->introtext) : ”;
Edit the file:
/components/com_jamegafilter/assets/js/libs.js
line 299.h: function(value) { return value; },
Must Index again.
1 user says Thank You to ijack for this useful post
-
AuthorPosts
This topic contains 29 replies, has 4 voices, and was last updated by ijack 7 years, 1 month ago.
The topic ‘Custom fields showing tags, hits shows, modules show up when clicking article’ is closed to new replies.