4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: albertpr9 on December 10, 2007, 10:46:03 PM

Title: Random Category Image
Post by: albertpr9 on December 10, 2007, 10:46:03 PM
I uncomented the random category image but no image shows.... is there a bug???
Title: Re: Random Category Image
Post by: masterred on December 11, 2007, 05:43:27 AM
hi

it is not an bug, 4images by defect brings the estatica option, and is optional if the administrator, wants to use it random or statics

i see
Title: Re: Random Category Image
Post by: KurtW on December 11, 2007, 05:53:29 AM
Hi masterred,

Quote
uncomented
?

in includes/constats.php
search:
Code: [Select]
define('SHOW_RANDOM_CAT_IMAGE', 0);replace with:
Code: [Select]
define('SHOW_RANDOM_CAT_IMAGE', 1);


Work now?

KurtW