vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Advanced Warning System (Beta Version) (https://vborg.vbsupport.ru/showthread.php?t=95921)

Bubble #5 01-08-2006 01:59 AM

Quote:

Originally Posted by MGSteve
what it fixed was not being able to remove the first post.

Yes it allows you to remove PART of the first warning, but not all of it (see thumbnail).. Also, the e-mail that is sent out after that removal has a faulty link given as shown below:

Quote:

The post for which you were warned, and whose warning has now been removed, can
be seen here:

Array[bburl]/showthread.php?p=52

Luggruff 01-08-2006 03:52 PM

Hmm, I've got a problem with the script, and am clueless why it is.
I've set the number of warnings before ban to 4 (then he's banned 3days), and after 4 more warnings, the user is to be banned 6 days, then 9 and so on. It's only that when the user finally is unbanned, he's banned again after only one warning.

Any solution?

sv1cec 01-08-2006 05:46 PM

Gentlemen,

Please understand what "Remove" means. It means "Artificially Mature", it just removes the warning points, as if the warning had matured. The warned member still has a warning in his record (unless you are not using historical records).

If you want to completely remove a warning (in case it was issued by mistake, for example) go to your AdminCP and use the "Completely Remove" function.

sv1cec 01-08-2006 05:57 PM

Quote:

Originally Posted by stevew
It does seem to be the "bug" spoken of in this thread, i am also getting





But i still havent found an actual solution to it in this thread, so i had better not test the warning system on anyone else :nervous: I already have one casualty....oops lol



regards


I have found a couple more bugs, this time in the admin control panel, when i goto a users profile and click view warnings, it goes to this url

HTML Code:

http://www.software-help.co.uk/modcp/admin_warn.php?act=do_finduserwarnings&userid=7


Which gives a page not found error, which i know the reason for but dont know how to solve it

I need that button to point to this url

HTML Code:

http://www.software-help.co.uk/modcp/mod_warn.php?act=do_finduserwarnings&userid=7


Would appreciate a little nudge in the right direction on that :o




Also, while in mod cp looking at a user profile still, "warn user non post related" button, when i click that, it gives this error






regards and ssorry for being a pain, i am new to all this, but i am very willing to learn

Check the HTML code you have posted. The admin_warn.php is supposed to be in admincp directory, while in your error it appears that the program is searching for it in modcp. Have you set up the admincp directory in your board?

Bubble #5 01-08-2006 06:24 PM

Quote:

Originally Posted by sv1cec
If you want to completely remove a warning (in case it was issued by mistake, for example) go to your AdminCP and use the "Completely Remove" function.

OK thanks for the tip sv1cec, we will rename 'remove' to something else.

Do you have any idea on how to fix the e-mail problem? :surprised:

sv1cec 01-08-2006 06:51 PM

Quote:

Originally Posted by Bubble #5
Do you have any idea on how to fix the e-mail problem?

Have you define the bburl in your vb options? IT looks as if the URL to your board is missing.
Quote:

Originally Posted by Luggruff
Hmm, I've got a problem with the script, and am clueless why it is.
I've set the number of warnings before ban to 4 (then he's banned 3days), and after 4 more warnings, the user is to be banned 6 days, then 9 and so on. It's only that when the user finally is unbanned, he's banned again after only one warning.

Any solution?

When a member is banned and then unbanned, the warning points he has collected are still in his account, they are not removed, just because he got banned and unbanned. The warning points are removed, as each warning he has received matures. So, if none of his warnings has matured when he receives the next warning, he is banned again. That's the way AWS works.

Bubble #5 01-08-2006 07:30 PM

Quote:

Originally Posted by sv1cec
Have you define the bburl in your vb options? IT looks as if the URL to your board is missing.

Yes. ACP>Options>Site Name / URL / Contact Details> Forum URL.

sv1cec 01-08-2006 07:52 PM

Well, it could be something in the template (warn_em or warn_pm), but I can't check it anymore Xplorer4x4 has closed the test site that he had provided me with, so there is no way I can check it out.

Sorry!

I was looking at the templates, as they are in the warn.xml distribution file, and there seems there are some issues there.

For example, in warn_em template, there is this code:

Code:

The post for which you are warned can be seen here:
<if condition="$vboptions['warn_includepost']==1 AND $thread3!=''">
=======================================
$thread3
=======================================
<else />
$thread2
</if>
The admin/moderator who warned you, entered this comment:

Obviously, this should look like:

Code:

The post for which you are warned can be seen here:
<if condition="$vbulletin->options['warn_includepost']==1 AND $thread3!=''">
=======================================
$thread3
=======================================
<else />
$thread2
</if>
The admin/moderator who warned you, entered this comment:

The same should be done in warn_pm. Wherever you find $vboptions you should replace it with $vbulletin->options. This problem can be present in other templates too, so please check them out.

As for the email problem, I am not sure if the above will help you. The link to the warned post, should work fine from what I see in the code, if bburl is defined.

stevew 01-09-2006 07:24 PM

Quote:

Originally Posted by sv1cec
Check the HTML code you have posted. The admin_warn.php is supposed to be in admincp directory, while in your error it appears that the program is searching for it in modcp. Have you set up the admincp directory in your board?


Hi there m8, i solved the problem, i changed the name of the mod_warn.php to admin_warn.php, it is in the correct directory, the mod_warn php file was uploaded to the modcp directory where it was supposed to be, the problem i was having is if i go into the MODCP and click the link it directs me to

http://www.software-help.co.uk/modcp/admin_warn.php?act=do_finduserwarnings&userid=7

The problem with that re-direct url is it directs to the modcp directory and the admin_warn.php file, which is not in that directory, so something isnt right, the files are in the correct directory, but as i said i changed the mod warn files name to admin_warn and now the modcp functions work


Still have other problems though :smoke:

sv1cec 01-09-2006 08:48 PM

This is definitely not the right way to solve your problems. Something is wrong with your installation, and with your change, I sincerely doubt if you are going to fix it.


All times are GMT. The time now is 11:51 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
  • Page Generation 0.01984 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete