Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1223384221\', \'change max nr of properties\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&id=3308&view=flat&catid=8\', \'38.103.63.59\', \'0\')
change max nr of properties (0 viewing)
Favoured: 0
|
|
|
TOPIC: change max nr of properties
|
|
|
|
change max nr of properties 1 Year, 5 Months ago
|
Karma: 0
|
|
can i change the max number of properties to 20 or so coz 10 is too low
ty
Roger
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:change max nr of properties 1 Year, 5 Months ago
|
Karma: 0
|
|
i mean max number of images
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
nunomsh (Moderator)
Moderator
Posts: 160
|
|
Re:change max nr of properties 1 Year, 5 Months ago
|
Karma: 6
|
More then 10 images by add???
Try this go to file admin.estateagent.php check line +- 942 and replace:
| Code: |
$lists['ea_maxpics'] = mosHTML::integerSelectList( 1, 10, 1, 'ea_maxpics', 'class="inputbox"', $ea_maxpics, $format="" );
|
FOR:
| Code: |
$lists['ea_maxpics'] = mosHTML::integerSelectList( 1, 20, 1, 'ea_maxpics', 'class="inputbox"', $ea_maxpics, $format="" );
|
This will show 20 images, but you must go to config file and select the images you want
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
kibuk (User)
Fresh Boarder
Posts: 2
|
|
Re:change max nr of properties 5 Months, 4 Weeks ago
|
Karma: 0
|
I changed this row but i have 10 max images for upload. Where is problem? Thanks 
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|