-
AuthorPosts
-
timtecsa Friend
timtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 8, 2015 at 10:00 pm #682423Site: http://mt5.mwinda.org/actualites/75-libres-propos
Feedly: http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/actualites/75-libres-propos?format=feed&type=rssWhat happened to the article titles? Same on Netvibes.
http://mt5.mwinda.org/actualites/75-libres-propos/422-un-diner-presque-honteux
c.c. @victortopper
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 10, 2015 at 10:03 pm #683002Some sections on my demo/test site work but no images ?
ftp details PMd.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 10, 2015 at 10:03 pm #748152Some sections on my demo/test site work but no images ?
ftp details PMd.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 15, 2015 at 9:25 am #684055Hi @timtecsa,
I fixed the problem in your site, please recheck. The solution is to find this code in /libraries/legacy/view/categoryfeed.php :
if ($titleField)
{
$title = $this->escape($item->$titleField);
$title = html_entity_decode($title, ENT_COMPAT, 'UTF-8');
}
else
{
$title = '';
}and replace it with :
if ($item->title) {
$title = $this->escape($item->title);
$title = html_entity_decode($title, ENT_COMPAT, 'UTF-8');
}
else {
$title= '';
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 15, 2015 at 9:25 am #748623Hi @timtecsa,
I fixed the problem in your site, please recheck. The solution is to find this code in /libraries/legacy/view/categoryfeed.php :
if ($titleField)
{
$title = $this->escape($item->$titleField);
$title = html_entity_decode($title, ENT_COMPAT, 'UTF-8');
}
else
{
$title = '';
}and replace it with :
if ($item->title) {
$title = $this->escape($item->title);
$title = html_entity_decode($title, ENT_COMPAT, 'UTF-8');
}
else {
$title= '';
}1 user says Thank You to Adam M for this useful post
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 15, 2015 at 11:36 am #684176Hi Adam,
I’ve put code change in so now have:
// Strip html from feed item title
if ($item->title) {
$title = $this->escape($item->title);
$title = html_entity_decode($title, ENT_COMPAT, 'UTF-8');
}
else {
$title= '';
}
I don’t see any change in Feedly except some images appear. Still no sign of article titles.
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/arts?format=feed&type=rss
Bingo! I just tried the sub category NOUVEAUTES ARTISTIQUES and it works perfectly.
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/arts/80-blog-de-cyriaque/nouveautes-artistiques?format=feed&type=rss
c.c. @victortopper
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 15, 2015 at 11:36 am #748640Hi Adam,
I’ve put code change in so now have:
// Strip html from feed item title
if ($item->title) {
$title = $this->escape($item->title);
$title = html_entity_decode($title, ENT_COMPAT, 'UTF-8');
}
else {
$title= '';
}
I don’t see any change in Feedly except some images appear. Still no sign of article titles.
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/arts?format=feed&type=rss
Bingo! I just tried the sub category NOUVEAUTES ARTISTIQUES and it works perfectly.
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/arts/80-blog-de-cyriaque/nouveautes-artistiques?format=feed&type=rss
c.c. @victortopper
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 15, 2015 at 12:34 pm #684178Hi Adam, I spoke too soon:
http://mt5.mwinda.org/actualites/75-libres-propos
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/actualites/75-libres-propos?format=feed&type=rssThe feed title should be ‘Libres Propos’, there are no article titles and only 1 image.
Also on my demo site on a different server and with ja demo content. (categoryfeed.php updated)
http://feedly.com/i/subscription/feed/http://gpmt5d.gpmnews.com/index.php/world/22-us-canada?format=feed&type=rssHowever, on http://tidningenkulturen.se/index.php/litteratur-topp/litteraturens-portraett site, Feedly works fine.
http://feedly.com/i/subscription/feed/http://tidningenkulturen.se/index.php/litteratur-topp/litteraturens-portraett?format=feed&type=rssWhat are we missing?
I also just noticed that images don’t show if Images & Links have both intro and full article images specified, but do if only intro image.
http://mt5.mwinda.org/arts/80-blog-de-cyriaque/nouveautes-artistiques
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/arts/80-blog-de-cyriaque/nouveautes-artistiques?format=feed&type=rssOnly the first article has only intro image. Te other 2 have same image set for intro and full.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 15, 2015 at 12:34 pm #748642Hi Adam, I spoke too soon:
http://mt5.mwinda.org/actualites/75-libres-propos
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/actualites/75-libres-propos?format=feed&type=rssThe feed title should be ‘Libres Propos’, there are no article titles and only 1 image.
Also on my demo site on a different server and with ja demo content. (categoryfeed.php updated)
http://feedly.com/i/subscription/feed/http://gpmt5d.gpmnews.com/index.php/world/22-us-canada?format=feed&type=rssHowever, on http://tidningenkulturen.se/index.php/litteratur-topp/litteraturens-portraett site, Feedly works fine.
http://feedly.com/i/subscription/feed/http://tidningenkulturen.se/index.php/litteratur-topp/litteraturens-portraett?format=feed&type=rssWhat are we missing?
I also just noticed that images don’t show if Images & Links have both intro and full article images specified, but do if only intro image.
http://mt5.mwinda.org/arts/80-blog-de-cyriaque/nouveautes-artistiques
http://feedly.com/i/subscription/feed/http://mt5.mwinda.org/arts/80-blog-de-cyriaque/nouveautes-artistiques?format=feed&type=rssOnly the first article has only intro image. Te other 2 have same image set for intro and full.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 16, 2015 at 4:28 am #684241Hi @timtecsa,
While checking the thread, I see that you also mention @victortopper so I’m curious about if you guys are both owner of http://mt5.mwinda.org/ as I also see that @victortopper has the site info.
I want to confirm this point first in order to continue the investigation task because if you share your site info (especially FTP account) to others than Joomlart supporter / developer, there’s a high chance that they will leave a malware, trojan or backdoor in your site and we can not guarantee anything.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 16, 2015 at 4:28 am #748704Hi @timtecsa,
While checking the thread, I see that you also mention @victortopper so I’m curious about if you guys are both owner of http://mt5.mwinda.org/ as I also see that @victortopper has the site info.
I want to confirm this point first in order to continue the investigation task because if you share your site info (especially FTP account) to others than Joomlart supporter / developer, there’s a high chance that they will leave a malware, trojan or backdoor in your site and we can not guarantee anything.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 16, 2015 at 11:44 am #684921Hi @adam M
http://mt5.mwinda.org/ (Teline V) and mwinda.org (Teline IV) are Victor’s sites. See PM for more background.
Tim
c.c. @victortopper
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 16, 2015 at 11:44 am #748774Hi @adam M
http://mt5.mwinda.org/ (Teline V) and mwinda.org (Teline IV) are Victor’s sites. See PM for more background.
Tim
c.c. @victortopper
-
AuthorPosts
This topic contains 46 replies, has 2 voices, and was last updated by Adam M 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum