vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Set Current Date and Time in Editpost (https://vborg.vbsupport.ru/showthread.php?t=53020)

AndrewD 05-17-2003 08:18 AM

I like this - I was going to code this myself - so thanks.

Couple of points..

If you don't want your posts to move around the thread (i.e. you only want the thread/forum to show there's been a change), then don't bother with the
PHP Code:

$editedbysql$attachmentsql$updatedate 

modification.

If you want to update the "lasterposter" field (e.g. if the original poster is not the editor) then replace
PHP Code:

$DB_site->query("UPDATE thread SET lastpost='".time()."' WHERE ... 

by
PHP Code:

$DB_site->query("UPDATE thread SET lastpost='".time()."', lastposter='".$bbuserinfo[username]."' WHERE ... 

You might also like to make the update option the default, in which case add CHECKED into the editpost template change.

all-the-vb 05-17-2003 09:42 AM

nice hack

Thanks Boofo

Boofo 05-17-2003 11:35 AM

Austin, this hack is more for when you have a thread (first post) or post that you update continually and want it to rise itself to the top as a new post. I have a "Useless True Facts" post that I add to on a continuing basis and this makes it great for that. ;)

@ yxboom - Did you try the file I fixed for you, yet? How's it working?

@ all-the-vb - Thank you very much. ;) Don't forget to click install in case I update this in the future.

Boofo 05-17-2003 11:44 AM

Quote:

Today at 04:18 AM AndrewD said this in Post #31
I like this - I was going to code this myself - so thanks.

Couple of points..

If you don't want your posts to move around the thread (i.e. you only want the thread/forum to show there's been a change), then don't bother with the
PHP Code:

$editedbysql$attachmentsql$updatedate 

modification.

If you want to update the "lasterposter" field (e.g. if the original poster is not the editor) then replace
PHP Code:

$DB_site->query("UPDATE thread SET lastpost='".time()."' WHERE ... 

by
PHP Code:

$DB_site->query("UPDATE thread SET lastpost='".time()."', lastposter='".$bbuserinfo[username]."' WHERE ... 

You might also like to make the update option the default, in which case add CHECKED into the editpost template change.

The reason I didn't make the box checked as default was in case you were editing for like a spelling error or just changing something that you didn't really want the thread to show up as new for.

I had the last poster showing as the editor off the message, and not the original poster (if other than yourself) but that confused a few people when they would go to read the message and it was from someone other than who the last poster was. ;)

yxboom 05-17-2003 12:15 PM

Boofo: Got it and replied. :)

Floris 05-18-2003 02:21 AM

Boofo does it again! Good work my friend.

Boofo 05-18-2003 02:36 AM

Quote:

Today at 10:21 PM xiphoid said this in Post #36
Boofo does it again! Good work my friend.
Thank you very much. If you install this, please don't forget to hit the install button. ;)

yxboom 05-22-2003 02:22 PM

Note: If you have Xenon's Admin Edit hack you need to put the line of code in the Editpost template from this hack into the admineditpost template instead for it to function. :)

Boofo 05-22-2003 02:26 PM

I told you I would get it figured out for you. How's that for relentless? ;)


All times are GMT. The time now is 08:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01062 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete