Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1223895623\', \'EA Latest Image\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&id=1357&catid=8\', \'38.103.63.59\', \'0\')
EA Latest Image (0 viewing)
Favoured: 0
|
|
|
TOPIC: EA Latest Image
|
DreNL (User)
Expert Boarder
Posts: 107
|
|
EA Latest Image 2 Years, 7 Months ago
|
Karma: 6
|
|
working on a module which shows only the latest images. Background of table definable, number of images changeable and if you want to show or hide the title is also changeable.<br><br>Post edited by: DreNL, at: 2006/03/10 23:29
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Ercy (User)
Junior Boarder
Posts: 22
|
|
Re:EA Latest Image 2 Years, 7 Months ago
|
Karma: 0
|
Good News, Thank you very much 
|
|
|
|
|
|
|
JoomlaTurkiye.org Mod
|
|
|
The administrator has disabled public write access.
|
DreNL (User)
Expert Boarder
Posts: 107
|
|
Re:EA Latest Image 2 Years, 7 Months ago
|
Karma: 6
|
|
The module is ready and downloadable in the downloads section. I am working on integrating horizontal and vertical option in the same module. When this is working I will also transform the hot properties module for this.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
DreNL (User)
Expert Boarder
Posts: 107
|
|
Re:EA Latest Image 2 Years, 6 Months ago
|
Karma: 6
|
|
The horizontal/vertical option is built in in version 1.1. Also you can choose whether you want to see background colors in vertical mode.
In horizontal mode you can choose how many pictures in total you want to show and how many pictures per row. So if you choose 6 pics total and 3 per row you get 2 rows with 3 pics.
Hope you will have no problems.
Andre.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:EA Latest Image 1 Year ago
|
Karma: 0
|
|
Hi, thanks for a nice module!
Would it be possible to add a condition, if no picture is available to display automatically some nopic.jpg, to not see missing pictures in the browser?
Thanks Dusan<br><br>Post edited by: dkovarik, at: 2007/09/21 13:11
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
nunomsh (Moderator)
Moderator
Posts: 160
|
|
Re:EA Latest Image 1 Year ago
|
Karma: 6
|
|
Insert an "if" If the field = null then...etc etc..
Add this line in the image path
#build image path
if($img != null) {
$imgpath = $mosConfig_live_site . $img->path . "t" . $img->fname . $img->type;
}
else {
$imgpath = $mosConfig_live_site . "/components/com_estateagent/pictures/nopic.png";
}
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|