Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 16, 2016 at 5:55 pm #960557This reply has been marked as private.projectosglobais Friendprojectosglobais
- Join date:
- February 2008
- Posts:
- 29
- Downloads:
- 12
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
August 17, 2016 at 10:33 am #960784Yes, but that is on the production site (Joomla 1.5). We are migrating the site to Joomla 3, and the link for the test site is http://www.info-angola.com/_ia3. That’s where the problem appears.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 19, 2016 at 3:33 am #961307@projectosglobais: I fixed the problem directly on your site and you can see the solution from templates/ja_rave/html/com_content/featured/default_item.php file
from
if (preg_match_all($regex,$this->item->introtext, $matches)) { $this->item->introtext = preg_replace ($regex, '', $this->item->introtext); $image = implode ("\n", $matches[0]); }
to
/*if (preg_match_all($regex,$this->item->introtext, $matches)) { $this->item->introtext = preg_replace ($regex, '', $this->item->introtext); $image = implode ("\n", $matches[0]); }*/
Now, your site is working as well
projectosglobais Friendprojectosglobais
- Join date:
- February 2008
- Posts:
- 29
- Downloads:
- 12
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
August 19, 2016 at 8:11 am #961358Thank you for your help!!
The problem is solved.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by projectosglobais 8 years, 3 months ago.
The topic ‘Problems with images on frontend articles’ is closed to new replies.