![]() |
Any idea if using the old kill_warns.php will be a problem?
|
Quote:
find PHP Code:
PHP Code:
|
Quote:
Thanks. I went to try that with the current kill_warns.php and now it works. :dunno: |
I get this error when handing out a warning causing a ban
Quote:
|
Quote:
Welcome ـــــــــــــــــــــــــــــــــــ I do all that but nothing happened if you notes in my last post I say . when the user use censored words in their PMs The automatic warnings do ok and it band this user That is namely I do all this conditions ــــــــــــــــــــــــ 1) a warning type called 'ObsceneWords' 2) the "post related warning" must be set to auto 3)you must have some censored words in vbulletin options 4)last but not least you must enable this feature ـــــــــــــــــ And I enable this feature ـــــــــــــــــــــ Use Automatic Warnings from Posts?If set to Yes, the system will automatically issue warnings to users, who are caught to use censored words in their posts. To use this, you HAVE to define an Automatic Warner (see below) and also you have to define a Warning Type called 'ObsceneWords'. If you do not do these, unexpected results can occur. ــــــــــــــــــــــــــــــــــــــــــــــــــ ــــــــ |
Quote:
|
Quote:
/includes/functions_warning.php find PHP Code:
PHP Code:
PHP Code:
PHP Code:
the pm still won't be sended but at least now the error messageis gone |
I don't seem to see the buttons on the form like in the example; I just see links. How can I change that easily? Or can I change it easily to an icon instead of the words "Add note for Pantalaimon" "Warn Pantalaimon" "View Pantalaimon's warnings"
|
Quote:
|
I gad an issue withe this MEMBERINFO template edit, how can I fix this?
Code:
Find the following Text in Template MEMBERINFO |
that space there between userid and lastactivity is normal it's because the big avatar ....also make sure to carefully follow the instructions regarding editing MEMBERINFO
|
I haven't gone through all the pages of comments in this thread (23 pages!) so I'll just post.
PHP 4 is at the end of life according to php.net: ================================================== =========== PHP 4 end of life announcement [13-Jul-2007] Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable & production-ready and as PHP 6 is on the way, PHP 4 will be discontinued. The PHP development team hereby announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08. Please use the rest of this year to make your application suitable to run on PHP 5. ================================================== =========== So I was just wondering if you'll be updating this to work with PHP5 "out of the box". I've used this mod on older versions of vB and loved it. I'm looking forward to using it again :D Peace! |
yeah i got that to i use there RSS feed at my site.Well i already removed the product depency that whas stopping that PHP 5 whas used.I updated my server to PHP 5.2.3 and the system is running just fine.I'm not exspecting any "move" troubles
|
I tried importing the new product with overwrite, but I received the following message:
Quote:
|
After updating to version 3.6.9, from version 3.6.8, the links in postbit and postbit_legacy are gone.
I didn't see anything in the upgrade.txt file. Am I missing something? Under "AWS version" in the options & Settings it still says version 3.6.8 too. |
Quote:
|
Quote:
|
Quote:
Too bad. XML Error: syntax error at Line 1 when trying to import the xml file EDIT: Actually the file I was trying to use is a txt file, not an xml file. It's under the docs folder. I find no templateedits-aws.xml file with the download I used. EDIT #2: I found a templateedits-aws.xml under includes/xml and imported that...there are changes to the postbit and postbit_legacy, though TMS shows the edits were made...they are not displayed. Even though my style was made for vB3.6.8 TMS has never worked and just complicates the entire process. |
I have installed the latest version of AWS and manually updated the templates (TMS has never worked)
Am I missing something other than updating the mod and templates? Is there a DB table to alter or something? I am stumped as to why it is not working now. I also have a problem in the Settings.... Under mailadress I get an error box because it is empty, even though the setting "use a custom mail from address ?" is set to "No". By inserting an email address the warning went away though. Thanks for any help. |
Quote:
if you cannot het the tms system to work you will have to do the templateedits by hand there are instructions on howto proceed in the docs folder. hmmmz that templates work fine in here The thing that changed is the table warning_types is changed to warningtype and before you will see anything (eg the warnlinks or buttons) you must have at least one post & non post related warningtype.When these do not excist those things are hidden |
I don't have the TMS MOD installed and have the AWS MOD, version 3.6.8, installed successfully. So what exactly do I need to upload and/or edit (templates/files) to upgrade to 3.6.9?
|
I got this error when I tried to update to the latest version. Image is below.
|
You have to install TMS as well.
|
Quote:
/docs/upgrade.txt |
I assume I first need to create the table "warningtype" and then import the SQL dump from the "warning_types" table?
|
Quote:
[SQL] CREATE TABLE IF NOT EXISTS warningype ( warningtypeid INT(15) NOT NULL AUTO_INCREMENT, title varCHAR(255) NOT NULL, warn_points INT(15) NOT NULL DEFAULT '0', warn_desc text NOT NULL, warn_maturity INT(5), warn_permban tinyint(1), warn_type tinyint(3), warn_alert tinyint(1), warn_alertcomment MEDIUMTEXT, PRIMARY KEY (warningtypeid)); [/SQL] you just caught a bug the install code in the product file is not correct updating that ...The above query will query the new table |
So the route I need to take to upgarde to 3.6.9 is this then:
PHP Code:
|
Quote:
|
I think I almost got it. From my first step that I listed, can you tell me what actually an SQL dump is of a table? Does this mean exporting the table information? And if I do the three steps above, I do not need to reimport the product-aws.xml, correct?
|
If I have 'vb' as my table prefix for all of my tables, where in the above query do I need to add the prefix?
|
what does the update fix? I don't see anything about it in the OP.
I got the email but since trashed it and don't know why I need to upgrade sine I'm not sure about using TMS. |
Quote:
you still need to import the product-aws.xml file but if you do not have tms installed remove the product depency from the XML file before you import it. |
Quote:
look for a url that's Warn.php?do=viewmywarnings while that should be Warn.php?do=ViewMyWarnings this is used in the email messages and the pm's (and the copy's in forumthreads if you have this option enabled) |
Hi Everyone Does Anyone know where i can get the TMS System for vBulletin from?
|
Quote:
|
Inside your your archive, there are 2 txt files; both containing template instructions. Both have some differences, which should we follow to accurately install this hack?
|
Well I have installed the TMS and so far nothing has gone wrong. If something does go wrong, I will post it right away on here.
|
Quote:
|
Hello
After installed the hack, I am not able to see the link, where the warning should be applied from ... se the pic below - there should be some sort of button or text - WARN THIS USER... |
Quote:
thanks! |
All times are GMT. The time now is 06:46 PM. |
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:
|