FIND:
/mkportal/blocks/random_pic.php said:
$query = $DB->query("SELECT id, titolo, file FROM mkp_gallery ORDER BY RAND() LIMIT 1");
RELACE WITH
/mkportal/blocks/random_pic.php said:
$query = $DB->query("SELECT id, titolo, file FROM mkp_gallery WHERE evento='2' ORDER BY RAND() LIMIT 1");
Change the number "2" in red above to the number of the category that you want to display. You can find the category number by looking at the URL of the category.
Quote
http://www.yoursite.com/mkportal/index.php?ind=gallery&op=section_view&idev=2













