[Plugin: Really Static] Bug in imgrewirte()
-
Hi Erik, I’m using RS 0.31 with WP 3.0.4 and I’m trying it in local (no ftp/sftp).
I wasn’t able to view the banner image in the static blog because the src=”” path was wrong.
In file main.php (function imgrewirte()), line 436, I changed this:
return “<img” . $array [1] . “src=” . $array [2] . str_replace ( loaddaten ( “localurl” ), loaddaten ( “remoteurl” ), $array [3] ) . $array [4] . $array [5] . “>”;
with:
return “<img” . $array [1] . “src=” . $array [2] . $array [3] . $array [4] . $array [5] . “>”;
and it works.
Is a bug or my Really Static plugin hasn’t the correct settings?
Thanks.
- The topic ‘[Plugin: Really Static] Bug in imgrewirte()’ is closed to new replies.