4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Sopur on April 04, 2005, 10:06:49 PM
-
Hallo Zusammen
Normalerweise ist ja auf der Front-Seite irgendein Zufallsbild aus irgendeiner Kategorie. Sobald man jedoch in einer Kategorie ist, ist das Zufallsbild auch aus dieser. Ich hätte lieber, wenn immer aus allen Kategorien ausgewählt wird. Ist dies möglich? (Habe im Forum gesucht, da gabs nur die andere Forderung...)
M
F
G
Sopur
-
Suche & Ersetze
templates/YOURTEMPLATES/categories.html (+details.html)
{if random_cat_image}
mit
{if random_image}
{random_cat_image}
mit
{random_image}
{endif random_cat_image}
mit
{endif random_image}
Sollte funktionieren ;)
-----------------------
If you wish to show random images not only of the active categorie (but of all categories)
Replace
templates/YOURTEMPLATES/categories.html (+details.html)
{if random_cat_image}
with
{if random_image}
{random_cat_image}
with
{random_image}
{endif random_cat_image}
with
{endif random_image}
It should works ;)
-
Wow - super! Hat bestens funktioniert. Vielen Dank!
M
F
G
Sopur