OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Add 2013 vehicle

vucko84 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Add 2013 vehicle 11 Years, 7 Months ago
Karma: 0  
Hello! How to selected 2013 year when you add new vehicle i can select only 2012 and lower!??

Thank you!
Mike.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Add 2013 vehicle 11 Years, 6 Months ago
Karma: 101  
Hello Mike,

You need open file
{yours site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.html.php

find code:
Code:

for($i= 0;$num<=date('Y');$i++)


and replace
Code:

for($i= 0;$num<=date('Y')+1;$i++)



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
vucko84 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Add 2013 vehicle 11 Years, 6 Months ago
Karma: 0  


Thank you!

How to fix this:


Year of issue 2013


To show only:

Year 2013

Thank you!
Mike.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Add 2013 vehicle 11 Years, 6 Months ago
Karma: 101  
hello,

from you excellent review on joomla.org

You need open file
{yours site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.html.php

replace :
Code:

$num=1900;


to
Code:

$num=2013;



Any text constants you may change with help Language file from folder:

{yours site}/components/com_vehiclemanager/language


Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2012/09/26 15:43 By admin.
The administrator has disabled public write access.
vucko84 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Add 2013 vehicle 11 Years, 6 Months ago
Karma: 0  


Fixed all!

Thank you!
Mike.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Add 2013 vehicle 11 Years, 6 Months ago
Karma: 101  
Hello,

You may vor=-te for us on joomla org and write excellent review

if you wil lhave some errors or questions please write.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»