Quote:
Originally Posted by ROTPAR
Didn't help, sorry  that is really weird and I dont understand why vbulletin gives my only minutes values.
|
OK, the (hopefully last) problem is that the field in the database where the time is saved is a "smallint" which only holds up to 65535. So if you really want to do this, you can modify the rssfeed table in the database and change the ttl field to be mediumint (or int if you think you'll ever want a value greater than 90 days or so).