No image in markers

Phoca Maps - displaying maps in Joomla! CMS
HosHi
Phoca Member
Phoca Member
Posts: 21
Joined: 06 Jun 2008, 23:07
Location: Dessau/Germany
Contact:

Re: No image in markers

Post by HosHi »

I saw it yesterday again played out neatly and must correct my statement. The statement of the JCE will definitely go there in my pants. Is still a beta anyway.
But the Tiny you have to keep to the following steps, at least it goes with me to this scheme.
- Open new marker
- possibly a text (including tables, it is also)
- "Insert Image" button press under the editor and select an image
If one were to save now, the code would look like this:

Code: Select all

<p><img src="http://www.homepage.com/images/folder/test.jpg" _mce_src="images/folder/test.jpg" alt=""><br _mce_bogus="1"></p>
And the picture is not displayed in the FE.
So, open markers again and modify the HTML code by directly so

Code: Select all

<p><img src="images/folder/test.jpg" _mce_src="images/folder/test.jpg" alt=""><br _mce_bogus="1"></p>
and save, then It also appears in the FE.

A problem where there is still no picture is showing when you alt = "", title = "", use href = "" or similar. Since a picture is definitely in the FE.
Resizing the image by right-clicking on the image set in the editor and new dimensions, it does however. But not only specify title and name with, it's gone.

Why is that, no idea. The Tiny me something already tasted of nerves ... ;)
Sometimes I edit the code already on the DB because I chop the editors otherwise. Only you have to watch that one module / article is no longer anfässt with the editor, then the code for examples, again ashes ... :(


-----------


German:
Ich habe es gestern noch mal fein säuberlich durchgespielt und muss meine Aussage berichtigen. Die Aussage zu JCE bleibt mit dem geht es definitiv in die Hose. Ist ja sowieso noch eine Beta.
Aber beim Tiny muss man sich an folgende Schritte halten, zumindest geht es bei mir nach diesem Schema.
- neuen Marker öffnen
- eventuell einen Text schreiben (mit Tabellen geht es auch)
- "Bild einfügen" Knopf unter dem Editor drücken und ein Bild auswählen
Wenn man jetzt speichern würde, würde der Code so aussehen:

Code: Select all

<p><img src="http://www.homepage.com/images/folder/test.jpg" _mce_src="images/folder/test.jpg" alt=""><br _mce_bogus="1"></p>
Und das Bild wird im FE nicht angezeigt.
Also, Marker noch einmal öffnen und den Code per HTML direkt so abändern

Code: Select all

<p><img src="images/folder/test.jpg" _mce_src="images/folder/test.jpg" alt=""><br _mce_bogus="1"></p>"
und speichern, dann wird es auch im FE angezeigt.

Ein Problem wo es immer kein Bild anzeigt ist wenn man alt="", title="", href="" oder ähnliches benutzt. Da kommt definitiv kein Bild im FE.
Eine Größenänderung des Bildes per rechter Mausklick auf das Bild im Editor und neue Abmessungen festlegen macht er aber. Aber nur nicht Titel und Name mit angeben, dann ist es wieder weg.

Warum das so ist, keine Ahnung. Der Tiny hat mich schon so etwas von Nerven gekostet... ;)
Teilweise bearbeite ich den Code schon über die DB weil mir die Editoren es sonst zerhacken. Nur muss man aufpassen das man das Modul/Artikel nicht mehr mit dem Editor anfässt, dann ist der Code nähmlich wieder Asche... :(
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No image in markers

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply