The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with thread edit
when I click the save button after editing the post it will stay like this forever until i refresh the page.
http://prntscr.com/5o0mvw But after I refresh the page the changes are applied Anyone know from what the problem is? |
#2
|
||||
|
||||
That is probably related to a mod you have installed on the forum. Try this:
Global disable: open your includes>config.php file and find: Code:
<?php Code:
define('DISABLE_HOOKS', true); If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this: Code:
//define('DISABLE_HOOKS', true); Then you will have to go through your mods one by one until you find the one that is causing the conflict. |
Благодарность от: | ||
MarkFL |
#3
|
|||
|
|||
I think you mean immediately after the opening tag
so put the line right after <?php |
#4
|
||||
|
||||
Thanks I changed it.
|
#5
|
|||
|
|||
tried still have the problem without the plugins.
|
#6
|
|||
|
|||
Do you have a lot of people subscribed to the thread, and if so, what are your email settings for "use mailqueue" and "use cron based sending"? Someone else was having a similar problem recently and it turned out to be a delay due to sending the subscription emails. That person seems to have fixed it by the mailqueue and cron-based sending.
It could also be a javascript problem. Maybe open your browser javascript console before saving and see if you get any errors there. |
Благодарность от: | ||
HM666 |
#7
|
||||
|
||||
Come to think of it I've seen similar problems when a template was changed and the JavaScript was taken out or altered incorrectly.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|