Images Stopped after Migrating SIte to Joomla3

More
9 years 3 months ago #671 by Big-K
Hi,

I have Headline JT3 and MansetHaber JT2 on my frontpage.

Things were working great until I migrated the site to Joomla 3.0. I tested the modules out on a test site (sub url) and they looked OK, but the moment I moved to LIVE site it stopped showing.

I use CKE editor and want to continue using that. I tried creating new articles with TME, and its a hit or miss. FOr now, I'm recreating all current articles, but would appreciate a solution that works with CKE.

I'll send my login details by PM and email.

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #672 by Big-K
Update,

I found the solution

To make your modules work with CKE, the code to be fixed (in all your modules) to make the images show is the following line in helper.php

function isInternalLink($image_path){

Needs to be changed to:

function isInternalLink(&$image_path){

Simply add "&" before the dollar sign and all the internal images show - even with the CKE editor.

You're welcome :)

Please Log in or Create an account to join the conversation.

  • amuratyil
  • Visitor
  • Visitor
9 years 3 months ago #673 by amuratyil
Replied by amuratyil on topic Images Stopped after Migrating SIte to Joomla3
Ok thanks for info.

Please Log in or Create an account to join the conversation.

Time to create page: 0.224 seconds