PDA

View Full Version : How to add next year?



Jose Bonilla
June 1, 2012, 04:20 PM
Hello Team,

I new to add a new vehicle on my site www.autosdeleste.com, this new item is from next year 2013 and I the system does not let me add it. How do I add year 2013?

Please help me.

Thanks.
Jose Bonilla

Vladimir
June 9, 2012, 05:21 AM
Hello Jose,

1. You should find in file /includes/classes/rlCommon.class.php the following line:


for( $i = date('Y'); $i>= 1940; $i--)


and replace by:



for( $i = date('Y') + 2; $i>= 1940; $i--)


2. Then you need to update cache in your admin panel. (Admin Panel -> Refresh -> Update system cache)

Jose Bonilla
June 11, 2012, 02:42 PM
Hi Vladimir,

I did try your steps but this did not work, It just knock my site down, I undo the changes and upload the files but still my site was down, then I contacted my hosting company and they revert my site to an old back up that was save on their files and is up and running again, but what I want to acomplish on my site still was not posible with your advise.

Thanks anyway.

Viktor
June 12, 2012, 05:48 AM
Hello Jose Bonita,

I check your site and I see 2013 in years search field. Let me know if it's clear for you already.

Jose Bonilla
June 13, 2012, 02:29 PM
Hello Viktor,

Yes it has been added in my site by you guys, Thank you!