Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > Advanced Warning System (AWS)
Mistakes in the current upgrade file. Details »»
Mistakes in the current upgrade file.
Version: , by venomx venomx is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-17-2005 Last Update: Never Installs: 0
 
No support by the author.

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)
Which is really

Code:
if ($post[userid]==$bbuserinfo[userid] AND $postadmin!=1 AND $post[warning_level]>0)
and it says
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>
Which should say

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-17-2005, 06:07 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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  
Old 04-17-2005, 06:23 PM
venomx's Avatar
venomx venomx is offline
 
Join Date: Apr 2002
Location: Pennsylvania USA
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);
While mine is
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);
Same with editpost.php...

And newthread.php
  #4  
Old 04-17-2005, 06:46 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:23 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03827 seconds
  • Memory Usage 2,223KB
  • Queries Executed 17 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete