![]() |
Not a problem m8, least we got there in the end..
If another bod has the same issue at least ya can narow it down if they use the prefixes lol Thanks again Have fun |
I don't have prefixes but the same problem... several edits (not just re-save) but all versions show the same text. Looking at the database I see the old version but it won't show up in the thread... :(
|
Try editing the same post and saving it about 6 times, just want to see
if its the same as mine... |
Quote:
The original version should be a little more reliable as it doesn't do any checks before reverting to an older version. |
I edited it now 8 times without success...
I tested the can_moderate condition (filled in some debug output in the showtread plugin) - this is working - I also printed out the history post as plain text on the page - this is also working. So I guess it's a problem with this line $post['pagetext'] = $post_temp['message']; It seems that $post[pagetext] is not the place where my vB reads the post? Or it does overwrite it or something like that... --- Edit: Ok in post[pagetext] is the text of the post - I can read it out, it matches... but when I change it within the plugin the post itself doesn't change - so it seems to me that the forum takes the post text not from this var - but from where? |
Hi m8y...
I just had to do an official edit on my own post, i forgot to add an attachment and also had to edit again to include more text, but again it only shows the latest edit even though theres 4 links 0 to 3 I am going to try a single edit on another post... |
OK just mad a single edit with a 4 word text edit
and the links only show the latest edit!! |
Quote:
If you set $post['pagetext'] to some string, then that would indicate if $post['pagetext'] is being used. It would only modify the post that you are viewing page history for. |
Because your plugin does a
$post['pagetext'] = 'matched change post'; I can answer your question already - no it is not used by showthread... I'm trying to find the correct var it reads out |
Quote:
Is this section of code the same in 3.5.3 ? (are we allowed post code snippets as long as they are in [ code ] tags ? ) Code:
$post['islastshown'] = ($post['postid'] == $lastpostid); The above is from showthread.php |
All times are GMT. The time now is 11:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|