View Full Version : I need to stop a specific user gaining posts
IRBroke
11-25-2009, 05:52 PM
Okay so I found this if ($foruminfo['countposts'] AND ($bbuserinfo['userid'] != 30 OR $bbuserinfo['posts'] < 1))
{
$bbuserinfo['posts'] += 1;
but it isn't for my version i run on 3.8.4
Can anyone help me. I want to keep a poster from gaining posts when posting.
Thank you:D
Lynne
11-25-2009, 06:01 PM
Why do you think it won't work for you? Have you tried it on a test site?
IRBroke
12-03-2009, 10:26 AM
Why? it was for 3.6.x and the post was dated back to 2007... I tried editing the functions_newpost.php file and there was nothing there that I could possibly change. So now I am looking for a version which would work on 3.8.4
Lynne
12-03-2009, 01:36 PM
I figured it was custom code cuz it was certainly never default vb code (vb has nothing in there regarding userid 30), so I figured you got it from a mod that came with install instructions.
Anyway, there was some thread here where I helped a user write a plugin to stop a specific user from gaining post count. Try a search and you should find it.
IRBroke
12-05-2009, 08:09 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=69667" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=69667</a>
Yes this is where I sourced the code from, sorry the one I originally posted was the one I edited before I realised it wouldn't work on my version of vB.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.