<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://forum.wbce.org/extern.php?action=feed&amp;fid=78&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[WBCE CMS Forum / DownloadGallery 3 WBCE]]></title>
		<link>https://forum.wbce.org/index.php</link>
		<description><![CDATA[The most recent topics at WBCE CMS Forum.]]></description>
		<lastBuildDate>Sun, 03 May 2026 15:58:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Nach Installation erfolgt bei allen Aktionen der Fehler 403]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5860&amp;action=new</link>
			<description><![CDATA[<p>Ist erl.&#160; <img src="https://forum.wbce.org/plugins/ezbbc/style/smilies/cool.png" alt="cool" /> </p><p>Wenn man nicht richtig schaut... <img src="https://forum.wbce.org/plugins/ezbbc/style/smilies/facepalm.png" alt="facepalm" /> </p><p>Erklärung:<br />Ich musste die Rechte für Verzeichnis und Dateien per cpanel korrigieren, die standen auf &quot;777&quot; und &quot;666&quot;! Jetzt geht es... </p><p>*Claude hat geholfen (was der alles weiß).&#160; <img src="https://forum.wbce.org/plugins/ezbbc/style/smilies/wink.png" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (mk70)]]></author>
			<pubDate>Sun, 03 May 2026 15:58:53 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5860&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Anpassen der Spalten]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5770&amp;action=new</link>
			<description><![CDATA[<div class="codebox"><pre><code class="prettyprint">&lt;th class=&quot;th_modified hide_on_mobile&quot;&gt;&lt;?php echo $DGTEXT[&#039;THCHANGED&#039;] ?&gt;&lt;/th&gt;</code></pre></div><p>oder</p><div class="codebox"><pre><code class="prettyprint">&lt;th class=&quot;th_released hide_on_mobile&quot;&gt;&lt;?php echo $DGTEXT[&#039;THRELEASED&#039;] ?&gt;&lt;/th&gt;</code></pre></div><p>und</p><div class="codebox"><pre><code class="prettyprint">&lt;th class=&quot;th_size&quot;&gt;&lt;?php echo $DGTEXT[&#039;THSIZE&#039;] ?&gt;&lt;/th&gt;</code></pre></div><p>sowie</p><div class="codebox"><pre><code class="prettyprint">&lt;td class=&quot;hide_on_mobile item_modified&quot; data-th=&quot;&lt;?php echo $DGTEXT[&#039;THCHANGED&#039;] ?&gt;&quot;&gt;&lt;?php echo date(DATE_FORMAT, $file[&#039;modified_when&#039;]) ?&gt;&lt;/td&gt;</code></pre></div><p>und/oder</p><div class="codebox"><pre><code class="prettyprint">&lt;td class=&quot;hide_on_mobile item_released&quot; data-th=&quot;&lt;?php echo $DGTEXT[&#039;THRELEASED&#039;] ?&gt;&quot;&gt;&lt;?php echo ( $file[&#039;released&#039;] != 0 ? date(DATE_FORMAT, $file[&#039;released&#039;]) : &#039;&#039; ) ?&gt;&lt;/td&gt;</code></pre></div><p>und</p><div class="codebox"><pre><code class="prettyprint">&lt;td class=&quot;item_size&quot; data-th=&quot;&lt;?php echo $DGTEXT[&#039;THSIZE&#039;] ?&gt;&quot;&gt;&lt;?php echo ( ( $file[&#039;size&#039;] &gt; 0 ) ? hfs($file[&#039;size&#039;],$data-&gt;settings[&#039;file_size_roundup&#039;],$data-&gt;settings[&#039;file_size_decimals&#039;]) : 0 )?&gt;&lt;/td&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Mon, 16 Feb 2026 13:27:28 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5770&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Unknown column 'use_dir' in 'field list']]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5503&amp;action=new</link>
			<description><![CDATA[<p>Hm, seltsam, an sich wird das Feld beim Update in der Datenbank ergänzt. Steht etwas im Errorlog, was sich damit in Zusammenhang bringen lässt?</p><p>Um das Problem manuell zu beheben:<br />1. installiere das Admin-Tool &quot;Adminer&quot; und klicke dann auf die Tabelle {deinpräfix}_mod_download_gallery_3_settings<br />2. Klicke dann auf &quot;Tabelle ändern&quot;<br />3. Klicke dann auf das Plus in der Zeile &quot;Ordering&quot;, so dass eine leere Zeile eingefügt wird<br />4. Nun gibtst Du ins Freitextfeld use_dir ein, Typ = Listen &gt; enum, Länge = &#039;Y&#039;,&#039;N&#039;, Optionen (Kollation) = latin1_swedish_ci<br />5. Speichern<br />Das müsste es gewesen sein.</p><p><span class="postimg"><img src="https://forum.wbce.org/attachment.php?item=3714&amp;download=1" alt="attachment.php?item=3714&amp;download=1" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Wed, 30 Oct 2024 06:23:02 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5503&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Bulk upload für download gallery]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5492&amp;action=new</link>
			<description><![CDATA[<p>Das mit dem csv hat funktioniert. <br />Vielen Dank!</p>]]></description>
			<author><![CDATA[dummy@example.com (christianw)]]></author>
			<pubDate>Thu, 10 Oct 2024 18:15:50 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5492&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Beim Aufruf nur Hieroglyphen]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5261&amp;action=new</link>
			<description><![CDATA[<p>Hallo Florian,</p><p>hab vielen Dank für den super Tipp.<br />Die Änderung im Quelltext hat geholfen!</p><p>Ich wünsche noch weiterhin frohe Weihnachten.</p><p>Viele Grüße<br />Andreas</p>]]></description>
			<author><![CDATA[dummy@example.com (andreas_lgv)]]></author>
			<pubDate>Mon, 25 Dec 2023 11:04:56 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5261&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Sortierfehler bei Gruppen im Frontend]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4965&amp;action=new</link>
			<description><![CDATA[<p><strong>Vielen Dank,</strong></p><p>super, nach dem Austausch der view.php funktioniert die Gruppen-Sortierung nun auch im<br />frontend.</p><p>Noch ein kleiner Schönheitsfehler:<br />Bei der Zuordnung einer Datei zu einer Gruppe sind die Guppen im Auswahlfeld (dropdown) <br />unabhängig von der eingestellten Sortierung nach der Positionsnummer gereiht. Dies ist aber<br />letztlich kein Problem. Das kann so auch bleiben.</p><p>Heinz</p>]]></description>
			<author><![CDATA[dummy@example.com (bbs2)]]></author>
			<pubDate>Thu, 26 Jan 2023 09:24:19 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4965&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Downloadfehler bei mehreren DownloadGallery auf einer PageID]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4805&amp;action=new</link>
			<description><![CDATA[<p>Die DLG ist ein komplexes Modul, das nicht dafür gedacht ist, mehrmals auf derselben Page verwendet zu werden. Verwende entweder die bei der DLG vorhandene Möglichkeit, Downloads in Gruppen aufzuteilen, oder hinterlege die Downloads auf andere Weise (z.B. WYSIWYG oder Modul Members).</p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Fri, 02 Sep 2022 06:42:12 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4805&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Einzelne Download-Gruppen via Droplet auf Unterseiten einblenden]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4765&amp;action=new</link>
			<description><![CDATA[<p>Schau mal hier: <a href="https://www.korloyeurope.eu/pages/de/download.php" target="_blank" rel="nofollow">https://www.korloyeurope.eu/pages/de/download.php</a></p><p>Alles unterhalb von &quot;Drehwerkzeuge&quot; ist mit dem Modul &quot;DirList&quot; gemacht, mehrere Aufrufe davon erzeugen diese Listen. Du kannst die Downloads bequem über das Medienverzeichis aktuell halten.</p><p><a href="https://addons.wbce.org/pages/addons.php?do=item&amp;item=109" target="_blank" rel="nofollow">https://addons.wbce.org/pages/addons.ph … m&amp;item=109</a></p><p>Und mit dem Sectionpicker Modul kannst Du auch diese Downloads an anderen Stellen anzeigen lassen.</p><p><a href="https://addons.wbce.org/pages/addons.php?do=item&amp;item=44" target="_blank" rel="nofollow">https://addons.wbce.org/pages/addons.ph … em&amp;item=44</a></p><p>Norbert</p>]]></description>
			<author><![CDATA[dummy@example.com (byteworker)]]></author>
			<pubDate>Fri, 10 Jun 2022 16:03:04 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4765&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Font Awesome Icons]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4696&amp;action=new</link>
			<description><![CDATA[<p>Moin. Kann man für die Icons auch Font Awesome Icons nutzen? Und wie weisst man die zB .fi-content zu? Font Awesome ist im Template der Website schon aktiv...</p>]]></description>
			<author><![CDATA[dummy@example.com (screamindan)]]></author>
			<pubDate>Thu, 24 Feb 2022 12:11:27 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4696&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Panelview CSS flexibel]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4677&amp;action=new</link>
			<description><![CDATA[<p><a href="https://no-porridge.com/" target="_blank" rel="nofollow">Hier</a> das Ergebnis.</p>]]></description>
			<author><![CDATA[dummy@example.com (screamindan)]]></author>
			<pubDate>Sun, 06 Feb 2022 17:48:48 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4677&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Downloadgallery Darstellungsfehler]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=3567&amp;action=new</link>
			<description><![CDATA[<p>Haha, ich auch nicht. <img src="https://forum.wbce.org/plugins/ezbbc/style/smilies/big_smile.png" alt="big_smile" /> Das muss ich mir mal anschauen. Das soll so natürlich nicht sein. Aber zumindest hast Du dann jetzt erst mal einen Workaround.<br />Falls noch jemand eine Idee für eine dritte Darstellungsvariante hat, gerne mal herzeigen. Dann wird es vielleicht demnächst eine Version 3.2.</p>]]></description>
			<author><![CDATA[dummy@example.com (webbird)]]></author>
			<pubDate>Tue, 18 Jan 2022 16:02:27 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=3567&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Download Mod via SectionPicker Droplet, anzeige falsch]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4241&amp;action=new</link>
			<description><![CDATA[<p>Ich nehme diese Änderung für die nächste Version mit auf.</p>]]></description>
			<author><![CDATA[dummy@example.com (webbird)]]></author>
			<pubDate>Mon, 20 Dec 2021 14:08:49 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4241&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Downloadgallery 3 - Dateigröße wird nicht ermittelt]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=3651&amp;action=new</link>
			<description><![CDATA[<p>Komischerweise kommen Deine Änderungen bei einem Pull bei mir nicht an. (Wo ist das am-Kopf-kratz-Smilie?) Ich schiebe das mal darauf, dass ich einen komplett neuen Computer habe. Gibt es eigentlich noch irgendwelchen offenen Punkte?</p>]]></description>
			<author><![CDATA[dummy@example.com (webbird)]]></author>
			<pubDate>Mon, 20 Dec 2021 13:49:55 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=3651&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Variable $DGTEXT['????']]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=4026&amp;action=new</link>
			<description><![CDATA[<p>Okay dann weiß ich bescheid. Danke!</p>]]></description>
			<author><![CDATA[dummy@example.com (daniloulf)]]></author>
			<pubDate>Tue, 15 Dec 2020 13:02:33 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=4026&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Download Gallery 3]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=3645&amp;action=new</link>
			<description><![CDATA[<p>Zu <a href="https://forum.wbce.org/viewtopic.php?pid=32065#p32065" target="_blank" rel="nofollow">Punkt 1, 2 und 3</a></p><ol class="decimal"><li><p>Start-/Ablaufdatum mache ich vielleicht auch noch&#160; </p></li><li><p>Bei der Pfadgeschichte (dass die URL mit gespeichert wird) hast Du eigentlich recht, aber das ist an 1000 Stellen im Modul verdrahtet, das will ich mir eigentlich nicht antun, das da rauszudröseln, zumal ich ja auch noch zwecks Abwärtskompatibilität eine Prüfung einbauen müsste, ob die URL drin steht oder nicht. Hinzu kommt, dass Du bei der Umstellung der Seite sowieso alle Vorkommen von Test-URL durch Produktiv-URL im SQL-Dump ersetzen musst (nicht nur von der DLG).</p></li><li><p>Gar nicht, weil die Klassen bei der WBCE-DLG anders heißen. Die Formate stehen in der modules/download_gallery_3/templates/default/frontend/tableview/style.css, aber wenn Du diese anpassen willst, ist es updatesicherer, ein eigenes DLG-Template zu erstellen. Siehe dazu die Hilfe zum Modul (im Backend oben der 2. Button von rechts)</p></li></ol>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Tue, 19 May 2020 21:00:37 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=3645&amp;action=new</guid>
		</item>
	</channel>
</rss>
