|
|
Joined: Feb 2001
Posts: 13
Newbie
|
Newbie
Joined: Feb 2001
Posts: 13 |
Is there a way to manually change the posting date? Thank you in advance for your help.
|
|
|
|
Joined: May 1999
Posts: 3,039
Guru
|
Guru
Joined: May 1999
Posts: 3,039 |
To do this you would need to convert the date you want displayed into seconds from the epoch. On a unix system you could do something like:
date +%s --date="March 29, 2001 8:04 PM"
This would return the date in seconds. Then you would need to grab the post number of the post you wanted to change and do a mysql query:
UPDATE w3t_Posts SET B_Posted = 'newtime' WHERE B_Number='postnumber';
UBB.threads Developer
|
|
|
|
Joined: Feb 2001
Posts: 13
Newbie
|
Newbie
Joined: Feb 2001
Posts: 13 |
Thank you for getting back to me. I have another question: I'm using PHP V 5.2b and I have experienced, that the columns in the regular forum view don't have the same with which doesn't look nice at all. I was just wondering if it has to be this way or if this is a bug. Have a look at mmjaeger.com and follow the community, forum link.
|
|
|
|
Joined: May 1999
Posts: 3,039
Guru
|
Guru
Joined: May 1999
Posts: 3,039 |
This is somewhat of a bug. Once you get a post on each one of your forums the widths will match up.
UBB.threads Developer
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|