<?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=4691&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Galerie-Modul, in Lightbox alle Bilder anzeigen]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=4691</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Galerie-Modul, in Lightbox alle Bilder anzeigen.]]></description>
		<lastBuildDate>Thu, 07 Jan 2016 07:26:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Galerie-Modul, in Lightbox alle Bilder anzeigen]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=37578#p37578</link>
			<description><![CDATA[<p>Danke Cherry, versuche ich gleich<br />---<br />Hat geklappt</p><p>Habe in der action.default.php die Zeile 293 auskommentiert</p><p>Mein Lightbox-Template sieht nun so aus:</p><div class="codebox"><pre><code>&lt;div class=&quot;gallery&quot;&gt; {if !empty($gallerytitle)}&lt;h3&gt;{$gallerytitle}&lt;/h3&gt;{/if} {if !empty($gallerycomment)}&lt;div class=&quot;gallerycomment&quot;&gt;{$gallerycomment}&lt;/div&gt;{/if} &lt;p&gt;{$imagecount}&lt;/p&gt; &lt;div class=&quot;pagenavigation&quot;&gt; {if $pages &gt; 1} &lt;div class=&quot;prevpage&quot;&gt;{$prevpage}&lt;/div&gt; &lt;div class=&quot;nextpage&quot;&gt;{$nextpage}&lt;/div&gt; {/if} {if !$hideparentlink &amp;&amp; !empty($parentlink)}&lt;div class=&quot;parentlink&quot;&gt;{$parentlink}&lt;/div&gt;{/if} {if $pages &gt; 1}&lt;div class=&quot;pagelinks&quot;&gt;{$pagelinks}&lt;/div&gt;{/if} &lt;/div&gt;   {assign var=&quot;i&quot; value=1} {foreach from=$images item=image} 	{if $image-&gt;isdir} 		{* this is a subgallery *} 		&lt;div class=&quot;img&quot;&gt; 		&lt;a href=&quot;{$image-&gt;file}&quot; title=&quot;{$image-&gt;titlename}&quot;&gt;&lt;img src=&quot;{$image-&gt;thumb|escape:&#039;url&#039;|replace:&#039;%2F&#039;:&#039;/&#039;}&quot; alt=&quot;{$image-&gt;titlename}&quot; /&gt;&lt;/a&gt;&lt;br /&gt; 		{$image-&gt;titlename}&lt;/div&gt; 	{else} 	 	   {if $i &gt;= (($currentpage-1) * $number +1) &amp;&amp; $i &lt;= ($currentpage * $number)} 	       {* this is an image *} 	       &lt;div class=&quot;img&quot;&gt; 	       &lt;a class=&quot;group&quot; href=&quot;{$image-&gt;file|escape:&#039;url&#039;|replace:&#039;%2F&#039;:&#039;/&#039;}&quot; data-title=&quot;{$image-&gt;titlename}{if !empty($image-&gt;comment)} &amp;bull; &amp;lt;em&amp;gt;{$image-&gt;comment|strip_tags|escape:&#039;html&#039;}&amp;lt;em&amp;gt;{/if}&quot; data-lightbox=&quot;cmsmsgallery{$galleryid}&quot;&gt;&lt;img src=&quot;{$image-&gt;thumb|escape:&#039;url&#039;|replace:&#039;%2F&#039;:&#039;/&#039;}&quot; alt=&quot;{$image-&gt;titlename}&quot; /&gt;&lt;/a&gt; 	       &lt;/div&gt; 	   {else} 	 		  {* this is an image *} 		  &lt;a class=&quot;group&quot; href=&quot;{$image-&gt;file|escape:&#039;url&#039;|replace:&#039;%2F&#039;:&#039;/&#039;}&quot; data-title=&quot;{$image-&gt;titlename}{if !empty($image-&gt;comment)} &amp;bull; &amp;lt;em&amp;gt;{$image-&gt;comment|strip_tags|escape:&#039;html&#039;}&amp;lt;em&amp;gt;{/if}&quot; data-lightbox=&quot;cmsmsgallery{$galleryid}&quot; style=&quot;display: none&quot;&gt;&lt;img src=&quot;{$image-&gt;thumb|escape:&#039;url&#039;|replace:&#039;%2F&#039;:&#039;/&#039;}&quot; alt=&quot;{$image-&gt;titlename}&quot; style=&quot;display: none&quot;/&gt;&lt;/a&gt; 		{/if} 		{assign var=&quot;$i&quot; value=$i++} 	{/if}   {/foreach} &lt;div class=&quot;galleryclear&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;/div&gt;</code></pre></div><p>Vielen Dank!</p>]]></description>
			<author><![CDATA[dummy@example.com (tscheli)]]></author>
			<pubDate>Thu, 07 Jan 2016 07:26:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=37578#p37578</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Galerie-Modul, in Lightbox alle Bilder anzeigen]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=37574#p37574</link>
			<description><![CDATA[<p>Jain .... eigentlich geht das nicht. Ich habe das trotzdem so hinbekommen, allerdings für Colorbox.<br />Der Trick ist, daß die Colorbox ( vielleicht andere Lightboxen auch?) durchlaufen kann, wenn die zu vielen Bilder auf der Seite als display:none geladen werden. Es geht allerdings nicht ohne Hack im Gallery Modul :-(.</p><p>Hack um alle Bilder anzuzeigen für Slideshow:<br />Hack in der action.default.php:<br />Zeile 247 (Gallery 1.6.1):</p><p>suche das:</p><div class="codebox"><pre><code>[== php ==]
// Get the images we want
//$images = array_splice($images, $start-1, $number); //auskommentieren</code></pre></div><p>Das ist die Zeile, die die Bilder aufteilt. Also Kommentar rein und alle werden geschickt.</p><p>Mein Template dazu sah so aus:</p><div class="codebox"><pre class="vscroll"><code>[== smarty ==]
&lt;div class=&quot;gallery&quot;&gt;

    {if !empty($gallerycomment)}&lt;div class=&quot;gallerycomment&quot;&gt;{$gallerycomment}&lt;/div&gt;{/if}
    &lt;p&gt;{$imagecount}&lt;/p&gt;
    &lt;div class=&quot;pagenavigation&quot;&gt;

        {if $pages &gt; 1}&lt;div class=&quot;pagelinks&quot;&gt;{$pagelinks}&lt;/div&gt;{/if}
    &lt;/div&gt;

    {assign var=&quot;zaehler&quot; value=1}
    {foreach from=$images item=image}

        {if $image-&gt;isdir}
            &lt;a href=&quot;{$image-&gt;file}&quot; title=&quot;{$image-&gt;title}&quot;&gt;&lt;img src=&quot;{$image-&gt;thumb}&quot; alt=&quot;{$image-&gt;title}&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
                {$image-&gt;title}
            {else}

            {if $zaehler &gt;= (($currentpage-1)*$number +1) &amp;&amp; $zaehler &lt;= ($currentpage * $number) } {* Bild anzeigen, wenn.. *}
                    {* $zaehler *} {* $zaehler zur Kontrolle evtl anzeigen *}
                    {assign var=&quot;thumbnail&quot; value=$image-&gt;thumb}
                    {assign var=&quot;size&quot; value=$thumbnail|getimagesize}
                    {* $size.3 = width+height anzeigen *}
                    &lt;div class=&quot;img&quot;&gt;
                        &lt;a href=&quot;{$image-&gt;file}&quot; title=&quot;{$image-&gt;title}&quot; class=&quot;gallery&quot;&gt;&lt;img src=&quot;{$image-&gt;thumb}&quot; {$size.3} alt=&quot;{$image-&gt;title}&quot; title=&quot;{$image-&gt;title}&quot;/&gt;&lt;/a&gt;
                    &lt;/div&gt;

                {else} {* sonst nicht anzeigen ... *}
                    &lt;a href=&quot;{$image-&gt;file}&quot; title=&quot;{$image-&gt;title}&quot; class=&quot;gallery&quot; style=&quot;display: none&quot;&gt;&lt;img src=&quot;{$image-&gt;thumb}&quot; alt=&quot;{$image-&gt;title} style=&quot;display: none&quot; /&gt;&lt;/a&gt;
                    {/if}
                    {assign var=&quot;$zaehler&quot; value=$zaehler++}

            {/if}

            {/foreach}
                &lt;div class=&quot;galleryclear&quot;&gt; &lt;/div&gt;
            &lt;/div&gt;</code></pre></div><p>Vielleicht gibt es dir ne Idee wie&#039;s gehen kann. Hab&#039;s leider nicht mehr live im Einsatz.</p>]]></description>
			<author><![CDATA[dummy@example.com (Cherry)]]></author>
			<pubDate>Wed, 06 Jan 2016 21:13:35 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=37574#p37574</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Galerie-Modul, in Lightbox alle Bilder anzeigen]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=37572#p37572</link>
			<description><![CDATA[<p>Hallo zusammen</p><p>Ich habe eine Galerie mit Untergalerien. In der Untergalerie werden pro Seite 24 Bilder angezeigt. Bei mehr als 24 Bildern gibt es mehrere Seiten. Auf der Seite 1 sind in der Lightbox nur 24 Bilder verlinkt. Ich muss die Lightbox schliessen, auf die Seite 2 wechseln und kann dann in der Lightbox die nächsten Bilder anschauen, usw.<br />Gibt es eine Möglichkeit, dass ich alle Bilder in einer Lightbox anschauen kann?</p><p>Versuche das ganze hier zu realisieren: <a href="http://scs.tscheli.ch/index.php?page=galerie" rel="nofollow">http://scs.tscheli.ch/index.php?page=galerie</a></p><p>Danke für eure Hilfe.</p><p>----------------------------------------------</p><p>Cms Version: <strong>1.12.1</strong></p><p>Installed Modules:</p><p>&#160; &#160; CMSMailer: <strong>5.2.2</strong><br />&#160; &#160; CMSPrinting: <strong>1.0.5</strong><br />&#160; &#160; FileManager: <strong>1.4.5</strong><br />&#160; &#160; MenuManager: <strong>1.8.7</strong><br />&#160; &#160; MicroTiny: <strong>1.2.9</strong><br />&#160; &#160; ModuleManager: <strong>1.5.8</strong><br />&#160; &#160; News: <strong>2.15.2</strong><br />&#160; &#160; Search: <strong>1.7.13</strong><br />&#160; &#160; ThemeManager: <strong>1.1.8</strong><br />&#160; &#160; CGExtensions: <strong>1.51</strong><br />&#160; &#160; CGSimpleSmarty: <strong>1.9.1</strong><br />&#160; &#160; CGSmartImage: <strong>1.20.5</strong><br />&#160; &#160; ECB: <strong>1.6</strong><br />&#160; &#160; FormBuilder: <strong>0.8.1.2</strong><br />&#160; &#160; Gallery: <strong>2.0.3</strong><br />&#160; &#160; JQueryTools: <strong>1.3.8</strong><br />&#160; &#160; CGGoogleMaps2: <strong>0.99.1</strong><br />&#160; &#160; CGBlog: <strong>1.13.1</strong><br />&#160; &#160; GBFilePicker: <strong>1.3.3</strong><br />&#160; &#160; Gbook: <strong>2.0.2</strong><br />&#160; &#160; CGJobMgr: <strong>1.3.4</strong><br />&#160; &#160; NMS: <strong>2.10</strong><br />&#160; &#160; TinyMCE: <strong>2.9.12</strong></p><br /><p>Config Information:</p><p>&#160; &#160; php_memory_limit: <br />&#160; &#160; process_whole_template: <br />&#160; &#160; max_upload_size: <strong>16000000</strong><br />&#160; &#160; url_rewriting: <strong>none</strong><br />&#160; &#160; page_extension: <br />&#160; &#160; query_var: <strong>page</strong><br />&#160; &#160; image_manipulation_prog: <strong>GD</strong><br />&#160; &#160; auto_alias_content: <strong>true</strong><br />&#160; &#160; locale: <strong>de_DE.UTF8</strong><br />&#160; &#160; default_encoding: <strong>utf-8</strong><br />&#160; &#160; admin_encoding: <strong>utf-8</strong><br />&#160; &#160; set_names: <strong>true</strong></p><br /><p>Php Information:</p><p>&#160; &#160; phpversion: <strong>5.5.30</strong><br />&#160; &#160; md5_function: <strong>An</strong> (Ja)<br />&#160; &#160; gd_version: <strong>2</strong><br />&#160; &#160; tempnam_function: <strong>An</strong> (Ja)<br />&#160; &#160; magic_quotes_runtime: <strong>Aus</strong> (Nein)<br />&#160; &#160; E_STRICT: <strong>2048</strong><br />&#160; &#160; E_DEPRECATED: <strong>0</strong><br />&#160; &#160; memory_limit: <strong>256M</strong><br />&#160; &#160; max_execution_time: <strong>60</strong><br />&#160; &#160; output_buffering: <strong>4096</strong><br />&#160; &#160; safe_mode: <strong>Aus</strong> (Nein)<br />&#160; &#160; file_uploads: <strong>An</strong> (Ja)<br />&#160; &#160; post_max_size: <strong>16M</strong><br />&#160; &#160; upload_max_filesize: <strong>16M</strong><br />&#160; &#160; session_save_path: <strong>/tmp</strong> (0700)<br />&#160; &#160; session_use_cookies: <strong>An</strong> (Ja)<br />&#160; &#160; xml_function: <strong>An</strong> (Ja)<br />&#160; &#160; xmlreader_class: <strong>An</strong> (Ja)</p><br /><p>Server Information:</p><p>&#160; &#160; Server Api: <strong>litespeed</strong><br />&#160; &#160; Server Db Type: <strong>MySQL (mysql)</strong><br />&#160; &#160; Server Db Version: <strong>5.5.45</strong><br />&#160; &#160; Server Db Grants: <strong>Gefunden eine &quot;Alles gewähren&quot;-Anweisung, die als geeignet scheint</strong><br />&#160; &#160; Server Time Diff: <strong>Keine Abweichung der Zeit im Dateisystem gefunden</strong></p><br /><p>----------------------------------------------</p>]]></description>
			<author><![CDATA[dummy@example.com (tscheli)]]></author>
			<pubDate>Wed, 06 Jan 2016 16:18:49 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=37572#p37572</guid>
		</item>
	</channel>
</rss>
