Welcome to vbmods.rocks! Get FREE and paid vBulletin mods, plugins, addons, API extensions, custom modules, custom BB Codes, vBCloud mods, CORE hacks, JS hacks, custom coding by Glenn, an ex-vBulletin Developer. You must register before you can post, download the files or copy the code from the free plugins.
I can't tell by just looking at the language pack. I'd have to look at the plugin code on the server and debug it to see at which point of the code the functionality breaks.
Hi Glenn.
Understand thanks.
There seems to be a problem with PHP
I checked: on my server with PHP 7.3.9 there is a problem, on the test server with PHP 7.1 mod works fine
Sorry, Glenn, I described the issue incorrectly.
Language packs and PHP are not relevant to this issue.
Now I understand and, I think, the problem is not with the mod, this is a problem with the advanced editor of vBulletin.
If I manually specify BBcode, the module disable the link, but if I writed the link, then selected it and in the advanced editor clicked the BBcode icons - bold text, url ... etc, then the link is skipped.
I hate "me too" replies on my forum but I agree with Kether, stopping links would be great but only if it works well. (I'm using VB 5.6.0 too)
Last update by @glennrocksvb this thread was 10 months ago.
I just posted a test from low post count account above with a link in it and it has correctly hid the post in a moderation queue.
...but, it emailed the subscription notification with the hidden spam link in it to everyone who is subscribed to this thread.
Bug?
That's a good catch. That looks like a bug. But even without this mod vB should not have emailed subscription notifications in the first place if a post is in moderated queue, right? That seems like a vB bug in itself. Other users should not see the moderated posts in the email.
I bought the mod, simple install into vBull 5.6.6 and the mod works well on all our testing including the spammers sneaky color changed links, thanks!
I can confirm that if someone is subscribed to the thread or the sub-forum they will get email notification of a new post showing the moderated content which is not ideal. Hopefully we can workout how to stop that.
Just created a new user and can confirm they received email notification with the the message and it appears in their message centre too... both with the link in a post that is waiting for moderation.
This bug became real today. Stop Links in Posts blocked a spammer (great!) put the message in a moderation queue and emailed all those subscribed to the area. One of our users followed the forum link in his email notification and got and error that he wasn't allowed to view (as expected as it's in the moderation queue). Contacted us to ask why he was blocked!
Ok I think I know what's going on now. The PHP hook that is used to set the reported post into moderation queue that the mod is doing is vB's onAfterContentAddOrUpdate hook function which means the spam post has been saved already before vB triggered this hook. So at that point, vB has triggered the email notifications to the subscribers (as it normally does for a new post) before the mod is able to automatically disapprove the post.
To resolve this issue, vB should add a PHP hook right before it triggers the email to the subscribers to let third-party mods be able to cancel the email.
I will see if I can manually add a PHP hook as a temporary solution. If this is feasible, this would require editing existing PHP code which means this would have to be re-applied after every vB upgrade.
My experience of vB development is that they'll never do something to help a third party mod which wouldn't be news to you either.
Re applying a code fudge after future upgrades is a pain to remember but at worst, it ends up like it is at the moment until I see the problem and patch again so that's not too bad a result.
That works on this site. Spamtester posted a link in reply to this post and it's in the moderation queue. ayjayef didn't get email notification of a new post.
I think you've fixed the quirk.
I think the old shout box was a third party add on for bulletin 4. As far as i know there is not one for vb6. It was a community chat for all logged...
Comment