PDA

View Full Version : Backdating a few years


basilbrush
11-01-2005, 07:25 PM
Hi

Is it possible to set the date for a posting before 2002? I would like to go back to about 1998.

Thanks

Joe[y]
11-01-2005, 08:46 PM
you can change this through /admin/index.php - sorry i only have a development version of pixelpost here - but the code should look something like a bunch of <select> with dates - just add more dates to that. that should do the trick.

basilbrush
11-02-2005, 07:11 AM
Thanks a lot, that works now. Note that there is a bug in the code here (as noted elsewhere on the forum):
<option value='2005'>2002</option>
<option value='2005'>2003</option>
<option value='2005'>2004</option>
<option value='2005'>2005</option>
The first year in each of the first three lines needs to be changed.

Joe[y]
11-02-2005, 03:23 PM
yeah - old bug but well done for noticing that. fixed a while ago that was.