<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=168&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [gelöst] Lytebox und Textumfluss um Bilder]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=168</link>
		<description><![CDATA[Die aktuellsten Beiträge in [gelöst] Lytebox und Textumfluss um Bilder.]]></description>
		<lastBuildDate>Tue, 28 Dec 2010 12:16:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [gelöst] Lytebox und Textumfluss um Bilder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1283#p1283</link>
			<description><![CDATA[<p>done! :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (tbillert)]]></author>
			<pubDate>Tue, 28 Dec 2010 12:16:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1283#p1283</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] Lytebox und Textumfluss um Bilder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1275#p1275</link>
			<description><![CDATA[<p>setze doch beim ersten Beitrag noch ein [gelöst] vorne in den Betreff. Wie du das Problem gelöst hast, wäre für nachfolgende die ähnliche Probleme haben, auch interessant.</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Tue, 28 Dec 2010 07:59:01 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1275#p1275</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] Lytebox und Textumfluss um Bilder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1261#p1261</link>
			<description><![CDATA[<p>GELOEST! War einfach ein Problem mit tinyMCE und dem Code oben, der das Bild einfuegt. Alles fein jetzt, der Code ist so richtig.</p><p>Gruss,</p><p>Thomas.</p>]]></description>
			<author><![CDATA[dummy@example.com (tbillert)]]></author>
			<pubDate>Mon, 27 Dec 2010 23:01:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1261#p1261</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] Lytebox und Textumfluss um Bilder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1260#p1260</link>
			<description><![CDATA[<p>Hallo nockenfell,</p><p>danke fuer den Hinweis. Hintergrund zu meiner Frage: ich baue grade fuer einen Freund das Geruest fuer eine neue Website. Dafuer haette ich gern eine Bilderanzeige per Overlay, nach dem Test einiger Varianten bin ich bei Lytebox gelandet, was ganz gut passt. Einiges Manko: ich kann die Ausrichtung und den Textumfluss um Bilder bisher nicht steuern (ja, ich bin bei CSS blutiger Anfaenger).</p><p>Beispielseite zum Testen:</p><p><a href="http://geojena.billert.de/index.php?page=bemerkenswerte-mineralfunde" rel="nofollow">http://geojena.billert.de/index.php?pag … neralfunde</a></p><p>Das Bild dort wird ueber diesen Code eingebunden:</p><div class="codebox"><pre><code>{Lytebox href=&#039;uploads/images/Karneolperle.jpg&#039; title=&#039;Karneolperle&#039; text=&#039;&#039; thumbsrc=&#039;uploads/images/thumb_Karneolperle.jpg&#039;}</code></pre></div><p>Das klappt erstmal. Zur Bildausrichtung habe ich aus dem cmsmadesimple.org-Forum Hilfe bekommen:</p><div class="codebox"><pre><code>img.alignright {
  margin: 4px 0 4px 4px;
  display: inline;
}
img.alignleft {
  margin: 4px 4px 4px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}</code></pre></div><p>und dann das Bild per</p><div class="codebox"><pre><code>{Lytebox href=&#039;uploads/images/Karneolperle.jpg&#039; title=&#039;Karneolperle&#039; text=&#039;&#039; thumbsrc=&#039;uploads/images/thumb_Karneolperle.jpg&#039; thumbextra=&#039;class=&quot;alignright&quot;&#039;}</code></pre></div><p>einbinden. Klappt aber nicht, da bekomme ich diese Fehlermeldung:</p><div class="codebox"><pre><code>string(142) &quot;Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: &#039;thumbextra&#039; (Smarty_Compiler.class.php, line 1550)&quot;
string(126) &quot;Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: &#039;=&#039; (Smarty_Compiler.class.php, line 1550)&quot;
string(151) &quot;Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: &#039;&#039;class=&quot;alignright&quot;&#039;&#039; (Smarty_Compiler.class.php, line 1550)&quot; </code></pre></div><p>Was laeuft denn hier falsch? thumbextra macht laut Doku zu Lytebox:</p><div class="codebox"><pre><code>(optional) thumbextra=&quot;&quot; - any extra attribute(s) you want give the IMG element</code></pre></div><p>Danke + Gruss,</p><p>Thomas.</p>]]></description>
			<author><![CDATA[dummy@example.com (tbillert)]]></author>
			<pubDate>Mon, 27 Dec 2010 22:23:07 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1260#p1260</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] Lytebox und Textumfluss um Bilder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1255#p1255</link>
			<description><![CDATA[<p>Äh, ich weiss nicht so wirklich was du genau willst. Lytebox ist ein JavaScript um Bilder in grösserer Version hervorgehoben darzustellen, wenn man auf das Thumbnail klickt. Somit hat das nichts mit Textumfluss zu tun.</p><p>Ev könnte dies für dich interessant sein:<br /><a href="http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Tags/imagecaptions/de" rel="nofollow">http://wiki.cmsmadesimple.org/index.php … aptions/de</a></p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Mon, 27 Dec 2010 21:07:38 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1255#p1255</guid>
		</item>
		<item>
			<title><![CDATA[[gelöst] Lytebox und Textumfluss um Bilder]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1239#p1239</link>
			<description><![CDATA[<p>Hallo,</p><p>auf der Website, die ich grade baue, benutzte ich Lytebox. Leider bekomme ich es nicht hin - und laut Lytebox-Modulhilfe gibt es auch keine Option dafuer - Bilder links- oder rechtsbuendig oder zentriert anzuordnen, und der Textumfluss um ein Bild laesst sich auch nicht steuern.</p><p>Gibt es denn irgendeinen Weg, dies zu bewerkstelligen?</p><p>Danke + Gruss,</p><p>Thomas.</p>]]></description>
			<author><![CDATA[dummy@example.com (tbillert)]]></author>
			<pubDate>Mon, 27 Dec 2010 13:14:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=1239#p1239</guid>
		</item>
	</channel>
</rss>
