Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-03-2002, 01:29 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Edited By Problem

Can someone please tell me where to start looking for a fix to the following problem? I just did a fresh install of vbulletin 2.2.9 and now for some reason, everytime I edit a message, I get the "Edited By Boofo" added to it even though I have it turned off in the Admin CP. I don't have any hacks installed that would even come near to messing with that. I am only installing the bare minimum for now on the waiting of v3.0.

Any help will be greatly appreciated.
Reply With Quote
  #2  
Old 12-03-2002, 04:42 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you say you haven't done any coding that might affect the "edited by" function, then its quite hard to pin point what could be causing this :ermm:

Are all the dates and times on your forum correct? My only real guess is that maybe some date functions are becoming messed up and every time you edit a post it is actually thinking the time limit has gone up.

Or maybe 2.2.9 has made a modification to how it works in the vBulletin admin-options page, you may want to check that as well. You say you have it turned off Boofo...although from what I recall (and it could be very vague) is that there was a time-interval value you could enter. Maybe make this value higher or something?

Just some suggestions from a quite exhausted guy
/me falls down on ground and sleeps :sleep:
Reply With Quote
  #3  
Old 12-03-2002, 04:01 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if the msgs already have the Edited by in it, it won't get away also if you turn it off in acp

perhaps it's just that..
Reply With Quote
  #4  
Old 12-03-2002, 06:40 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Xenon
if the msgs already have the Edited by in it, it won't get away also if you turn it off in acp

perhaps it's just that..
No, these were new messages that I went back and edited. I turned it off in the Admin CP when I did the fresh 2.2.9 install. Any idea where to start to look?

Velocd, I thought about doing what you said and make the time interval longer but then that would affect everyone.
Reply With Quote
  #5  
Old 12-09-2002, 10:26 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The following was at the bottom of a message I just edited:

Last edited by Boofo on Dec 9, 2002 at 6:19 PM

and I have the "edited by" turned OFF for Admins in the Admin CP. Can anyone please tell me where I should go to fix this problem?
Reply With Quote
  #6  
Old 12-11-2002, 01:57 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stefan, could the code you gave me for the error message on not being able to view certain forums and threads have anything to do with my "Edited By" problem? It seems that the only place it is happening now is in the areas that I have that code for. the rest of the areas on the site do not display the edited By message when I edit anything. Is there a way to find a work-a-round for this?
Reply With Quote
  #7  
Old 12-11-2002, 12:12 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm, i don't think so, normally those codes shouldn't affect each other...
i don't remember exactly what code i gave you (link pleas ), i post so much codes
but if it has nothing to do with editpost.php then it cannot be normally...
have you done more hacking for this sepcial threads/forums
Reply With Quote
  #8  
Old 12-11-2002, 02:53 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Xenon
hmm, i don't think so, normally those codes shouldn't affect each other...
i don't remember exactly what code i gave you (link pleas ), i post so much codes
but if it has nothing to do with editpost.php then it cannot be normally...
have you done more hacking for this special threads/forums
Here's the link to the thread:

https://vborg.vbsupport.ru/showthrea...threadid=46332

but that code is in the newreply.php and newthread.php. That won't have any effect on this, or can it? What else can it be? I've never had this problem before. It has me stumped.
Reply With Quote
  #9  
Old 12-11-2002, 03:32 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm, have you hacked editpost.php in some way?
it must be there...

or have you installed my prevent doublepost hack, that also sets the edited by- value (but normally also just if it's enabled)
i don't think it's that, but ....
Reply With Quote
  #10  
Old 12-11-2002, 05:18 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Xenon
hmm, have you hacked editpost.php in some way?
it must be there...

or have you installed my prevent doublepost hack, that also sets the edited by- value (but normally also just if it's enabled)
i don't think it's that, but ....
No, I didn't install the prevent doublepost hack yet. I wanted to wait until I get the Edited By problem resolved before I add any more hacks. I did install Chen's Edit Reason hack but it was doing the Edited By problem before I installed that hack. I was hoping that might fix it.

Is there another query to run that might tell us anything?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:56 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.06455 seconds
  • Memory Usage 2,255KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete