Home arrow Forum
Home
About
Demo
Forum
FAQ
Live Sites
Feedback

Login





Lost Password?
No account yet? Register
Stay Tuned!
 
Who's Online
We have 3 guests and 1 member online

powered_by Joomla
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\')
ME Forum
Welcome, Guest
Please Login or Register.    Lost Password?
EA Latest Image (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: EA Latest Image
#1357
DreNL (User)
Expert Boarder
Posts: 107
graphgraph
User Offline Click here to see the profile of this user
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1359
Ercy (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Re:EA Latest Image 2 Years, 7 Months ago Karma: 0  
Good News, Thank you very much
 
Report to moderator   Logged Logged  
 
JoomlaTurkiye.org Mod
  The administrator has disabled public write access.
#1360
DreNL (User)
Expert Boarder
Posts: 107
graphgraph
User Offline Click here to see the profile of this user
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.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1458
DreNL (User)
Expert Boarder
Posts: 107
graphgraph
User Offline Click here to see the profile of this user
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.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4667
dkovarik (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4668
nunomsh (Moderator)
Moderator
Posts: 160
graphgraph
User Offline Click here to see the profile of this user
Re:EA Latest Image 1 Year ago Karma: 6  
Insert an &quot;if&quot; 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-&gt;path . &quot;t&quot; . $img-&gt;fname . $img-&gt;type;

}
else {
$imgpath = $mosConfig_live_site . &quot;/components/com_estateagent/pictures/nopic.png&quot;;

}
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop