Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SweD

Pages: [1]
1
Discussion & Troubleshooting / Considers quantity of photos
« on: June 08, 2012, 12:17:50 PM »
Has made such mod, but he considers quantity of photos in one folder if in a folder is subfolders he doesn't consider them. How to make so, what would consider photos in all subfolders folders?

$sql3 "SELECT *
	
FROM "
.IMAGES_TABLE."


        WHERE `cat_id` = 3;"


$resul3 $site_db->query($sql3);
$ccoouunntt3 mysql_num_rows($resul3);

$site_template->register_vars("ccoouunntt3"$ccoouunntt3);

2
Installation, Update & Configuration / Sessions...
« on: July 24, 2009, 10:06:55 PM »
Hello.
When I click a photo, to me writes "?image_id=118&sessionid=5dbe9d74177d8a650b251a2b0cadb951". At the second click on a photo writes normal links. How to correct?

First click: http://www.swed-photo.com/HELP/sessions.JPG
Second click: http://www.swed-photo.com/HELP/sessions_DC.JPG

Pages: [1]