Scott MacVicar
Tue 17th Sep '02, 7:48am
Customer sent in support ticket with a problem with the move from the mod panel not working.
The variable is wrong so open up
/mod/thread.php
find
while (list($key,$val)=each($move)) {
change to
while (list($key,$val)=each($movethread)) {
It then tells the mod to update counters, but they dont have access to this, the code was taken from the admin panel i presume.
Though i'll leave it up to a dev to decide to add code to thread.php to let them update counters.
The variable is wrong so open up
/mod/thread.php
find
while (list($key,$val)=each($move)) {
change to
while (list($key,$val)=each($movethread)) {
It then tells the mod to update counters, but they dont have access to this, the code was taken from the admin panel i presume.
Though i'll leave it up to a dev to decide to add code to thread.php to let them update counters.