The Arcive of vBulletin Modifications Site. |
|
Mistakes in the current upgrade file. Details »»
|
|||||||||||||||||||||||||
Under:
UPGRADE FROM VERSION 3.4.2 TO VERSION 3.4.3 It has one edit. The says In the same file, find: And nothing is there. Is there the only one file edit? Under: UPGRADE FROM VERSION 3.4.1 TO VERSION 3.4.2 It says to find Code:
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND ($post[warning_level]>0) Code:
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND $post[warning_level]>0) Code:
Edit template warn_viewtype_top and find: <td class="tcat" colspan="6"> Replace that with: <td class="tcat" colspan="8"> <td class="thead">Post-related</td> Below that, add: <td class="thead">Alertable</td> <td class="thead">Alert Comment</td> Code:
Edit template warn_viewtype_top and find: <td class="tcat" colspan="6"> Replace that with: <td class="tcat" colspan="8"> Then find: <td class="thead">Post-related</td> Below that, add: <td class="thead">Alertable</td> <td class="thead">Alert Comment</td> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
You are obviously right on these, and I wish it was only these. The release of v.3.4.3 was a disaster, too many things I forgot to include. Thank God, I do not think too many people have noticed this release, I didn't send out an update, so that eases the pain!
In any case, please download the latest zip file and do all the other mods found in the upgrade to 3.4.3 version. Sorry for the inconvenience. Rgds |
|
#3
|
||||
|
||||
|
Ok I am lost.. The new one says in newreply.php to find
Code:
warn_calculations($warn_type['tid'], $wcomment, $newpostid, $bbuserinfo, $vboptions['warn_automatic_warner'], $alert); warn_notify($thread1, $thread2, $bbuserinfo, $warnerdata['email'], $warnerdata['username'], $vboptions['warn_automatic_warner'], $warn_type, $level, $wcomment); Code:
warn_calculations($warn_type['tid'], $wcomment, $newpostid, $bbuserinfo, $vboptions['warn_automatic_warner'], $warn_opts, $vboptions); warn_notify($thread1, $thread2, $bbuserinfo, $warnerdata['email'], $warnerdata['username'], $vboptions['warn_automatic_warner'], $warn_type, $level, $vboptions, $wcomment); And newthread.php |
|
#4
|
|||
|
|||
|
editpost.php and newthread.php are correctly shown, the one that was wrong was newreply.php.
In every case, you are looking for a warn_calculations without the $alert at the end and you are replacing that with a warn_calculations with the $alert at the end. Same with warn_notify, you look for one without the $alert and replace with the one with the $alert. Rgds |
![]() |
|
|