The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]() Quote:
![]() I'd most likely place it in Censorship Options. |
#12
|
|||
|
|||
![]() Quote:
and that should do it? or please show an example of what your saying..... whats throwing me off is you said create a new setting |
#13
|
||||
|
||||
![]()
Yes, create a new Setting:
Open the Setting/Option Group where you want it to appear and click Add Setting. See screenshot. Please note that debug mode must be turned on to add new settings. |
#14
|
|||
|
|||
![]()
where do I turn on debug.... thought I knew but guess not
|
#15
|
||||
|
||||
![]() PHP Code:
|
#16
|
|||
|
|||
![]()
The bold below causes a file error when adding a thread
Warning: strpos(): Empty delimiter. in /includes/functions_newpost.php on line 313 if (!empty($vboptions['flagwords'])) { $found = false; $lcpost = strtolower($post['message']); foreach (explode(' ', strtolower($vboptions['flagwords'])) as $flagword) { $found |= strpos ($lcpost, $flagword); [U] } if ($found) { $post['visible'] = 0; } } Quote:
can you also explain this better? |
#17
|
|||
|
|||
![]()
I am looking for a script to assist moderating.
It will be good if there is a script that can check all new posts and detect words from a list. If any word from the list is detected, it will send an email to an email address. This way we can be notified immediately when any sensitive words are in a new post. |
#18
|
|||
|
|||
![]()
ok, I am trying this as well. I have the code in the functions_newpost.php, and the flagwords setup. I attached the setup. Any ideas?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|