![]() |
Quote:
View Edit History: 1 and not View Edit History: 0 1 ? |
From the hook on:
Code:
($hook = vBulletinHook::fetch_hook('showthread_postbit_create')) ? eval($hook) : false; --- Edit The constructer does this Code:
$this->post['message'] = $this->bbcode_parser->parse($this->post['pagetext'], $this->forum['forumid'], $this->post['allowsmilie']); |
Quote:
Perhaps that has been changed. In includes/class_postbit.php The postbit functions are defined. There should be a section of code something like: /** * Parses the post for BB code. */ function parse_bbcode() { $this->post['message'] = $this->bbcode_parser->parse($this->post['pagetext'], $this->forum['forumid'], $this->post['allowsmilie']); } Maybe that refers to a different variable. |
I just edited ;)
This is the same code as mine... I am confused... |
Quote:
One other possibility is that there is a parse error in the plugin. This results in the server just ignoring it. You could add another plugin at the same hook with just $post['pagetext'] = "testing" and see if that modifies the message. Also showthread.php?p=68298&prev_postid=68298&prev_edit num=0#post68298 should show the original version of a given post (change 68298 to the postid of the post you want to check). |
I just did a $post['pagetext'] = "something" within the showthread.php to show _all_ posts with the same text but the they were still the same... so this couldn't be.
I opened another thread and now it showed the forced text. I think this has something to do with post cache (not browser cache because I have two browsers showing the same). So if you open the thread the posting gets cached... now you click on history version - the page reloads but the forum says - hey, I just showed you this thread, I'll load it from the cache... This would mean I have to hook in on an earlier stage? I don't know how the cache system works but we do cache posts for 10 days I think... |
Quote:
One test that might be worth doing is to disable post caching and see if that fixes it. |
leet
|
Yes it did sound reasonably but setting it to zero doesn't change anything :(
|
Quote:
|
All times are GMT. The time now is 11:10 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:
|