4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: widgit1981 on June 01, 2003, 12:05:17 AM
-
Hi all
Is there any way in the categories section not to show the thumbnails just the image name and let them be clickable ?
Thanks
Steve
-
in categories.php change:
$templates_used = 'categories,category_bit,thumbnail_bit2';
then, create template thumbnail_bit2
customize it the way u like.
-
Thanks
Whats the code to make a list of thumnails in text format and have then clickable into the details page ?
Thanks
Steve
-
it's all up to u, your taste ;)
then, find "image_id" => $image_row['image_id'],
in /includes/functions.php and add after:"image_details_url" => $site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$image_row['image_id'].((!empty($mode)) ? "&mode=".$mode : "")),
then u can use {image_details_url} as adress for details.php for curent image.
-
Hi
I tried that and it dosn't seem to work. I now get:
./details.php?image_id=2
where the list should be
thanks
Steve
-
Hi
I tried that and it dosn't seem to work. I now get:
./details.php?image_id=2
where the list should be
thanks
Steve
ofcourse, that will give the address to the image details, and u need make a link ;)
<a href="{image_details_url}">blah blah</a>
-
Thanks V@no
I tried using "<a href="{image_details_url}">{image_name}</a></td>" but its only showing the one result from the list in that category how do the others go in ?
Thanks Steve
-
*bump*