Log in

View Full Version : Making a 'later' post the 'first' post


Powlo
10-10-2009, 01:20 PM
Yeah title sounds confusing.. I'll try to explain.

Lets say in a particular thread there have been 10 replies. How could i make the 10th reply move up to be the first post. ?

James Birkett
10-10-2009, 01:31 PM
You'd need to change the ID of the post, I guess.

Powlo
10-10-2009, 03:04 PM
Any ideas how that can be done?

Lynne
10-10-2009, 03:53 PM
Not the id of the post, you'd have to change the time of the post (and the corresponding info in the thread table - firstpostuserid and the time of the first post, etc). As for how, either get a mod that changes the time on posts, or do it via a query in your admin cp or using something like phpMyAdmin.

Sid_pachi
10-10-2009, 04:19 PM
here is a mod i find that works quite well for changing the time or owner of a post

https://vborg.vbsupport.ru/showthread.php?t=187043

James Birkett
10-10-2009, 04:59 PM
I should've known time rather than ID, that's what happens when you've been up all night :(
My apologies.

Use phpMyAdmin and execute a query to edit that value to an earlier time.

Powlo
10-10-2009, 05:05 PM
Not the id of the post, you'd have to change the time of the post (and the corresponding info in the thread table - firstpostuserid and the time of the first post, etc). As for how, either get a mod that changes the time on posts, or do it via a query in your admin cp or using something like phpMyAdmin.

Thanks lynne, It will need to be a mod that i use as its something im likely to be doing on a regular basis. I'll take a look and see whats about.

--------------- Added 1255198038 at 1255198038 ---------------

here is a mod i find that works quite well for changing the time or owner of a post

https://vborg.vbsupport.ru/showthread.php?t=187043


That is for 'Canned Replies', not sure if thats what you meant to give me but i cant see how that would change the time plus i already have it.

Sid_pachi
10-10-2009, 07:32 PM
Sorry posted the wrong link

https://vborg.vbsupport.ru/showthread.php?t=178208

Powlo
10-10-2009, 07:50 PM
Sorry posted the wrong link

https://vborg.vbsupport.ru/showthread.php?t=178208

Thanks Sid, i'll give it a go.