View Full Version : Change last post on forumdisplay
daydie
03-13-2009, 05:47 PM
Is it possible?
Change last post on forumdisplay to last edited (updated)
thanks
Lynne
03-13-2009, 06:16 PM
Possible with default vb code? No. Possible with code changes? Probably, but I don't think it's as easy as just changing a field name.
daydie
03-13-2009, 06:27 PM
o, Is it not possible to grab the code which records (And showns bottom of post) if i copy it, and place on forumdisplay?
Lynne
03-13-2009, 06:30 PM
You can try. I've just never thought to do this and know that the last edited time/postid is not grabbed in the query and you would have to change it yourself. It may be really simple, or it may not be. I really don't know.
The thread table contains the lastpost time and id and username. It does not contain that info about last edit. So, you will probably have to write something in the query to define those.
daydie
03-13-2009, 07:55 PM
$post[edit_date] found this code, Can i play this on forumdisplay, And even if it works, will it go in order?
--------------- Added 1236978045 at 1236978045 ---------------
No it dont work =/ dont show up. I think its because im admin when edited it.
Lynne
03-13-2009, 09:44 PM
Did you write a plugin to get the information? Like I said, it isn't grabbed by default, so you'll have to hook into the query to grab it.
daydie
03-13-2009, 10:36 PM
wouldnt know where to start x.x
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.