-
AuthorPosts
-
tehribo Friend
tehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 8, 2017 at 6:20 pm #1032124I followed all the instructions – installed the JA Megafilter plugin and component, then created a menu item and so on… but the page stays empty – there are no articles in it.
I am sure that I am doing it as explained in the instructions, because on my test site everything works perfectly.
Please give me any advice what could be the problem?
On the live site I am using Purity 3 template (with T3) is this the problem?
-
tehribo Friend
tehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 9, 2017 at 7:34 am #1032302I uninstalled and installed the component this morning and now when I try to add a new filter I got this message:
"Error Component Content is not installed or enabled Form is not found"
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
tehribo Friendtehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 9, 2017 at 5:55 pm #1032510Hello,
Thank you for your reply!
I added the FTP login details and another Joomla administration login details, because I restored to an older Backup.
It’s another day I am trying to find a solution for this – but without any success.
I tried to restore a backup from 23 of April, before the Joomla 3.7. update – there was absolutely no change in the component behavior.
The page stays empty whatever I do.
Thank you in advance for your help.
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
May 11, 2017 at 10:15 am #1033195Hi.
I fixed the problem.
/plugins/jamegafilter/content/helper.php
Change the code:
$item->desc = !empty($baseItem->introtext) ? strip_tags(substr($baseItem->introtext,0,100)).'...' : '';
To
$_DES = strip_tags(substr($baseItem->introtext,0,130)).'...'; $_description=''; $_exp = explode(' ',$_DES); for ($i=0;$i<count($_exp)-1;$i++) { $_description .= $_exp[$i].' '; } $item->desc = !empty($baseItem->introtext) ? $_description : '';
tehribo Friendtehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 12, 2017 at 7:57 am #1033494Dear Mo0nlight,
THANK YOU VERY MUCH!
It seems to be working now.As always – JoomlArt is the best!
Just for curiosity … what was the problem? Something with the intro text of the article?
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 3 voices, and was last updated by tehribo 7 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum