![]() |
I guess you will have to open the php file in tapatalk responsible for adding new posts, and add a call to the newreply_start hook.
I knew that tapatalk was insecure, despite their claims that they go through the vb framework! |
I just checked reply_post.php in tapatalk and they conveniently have the hook commented out on line 190...
Add this code if you want thread bans to work: PHP Code:
|
I want something similar to this... but
I need a mod that: 1. Doesn't allow any members from usergroup x to see any threads on the forum accept ones from x forum 2. I want a mod that allows an admin to add users to specific threads through thread tools, only then can those users view those threads. I know in edit permissions or permission masks, you can edit permissions on specific forums but i want this done through the forum and on threads, not forums. Can someone help with this? |
nice but a global list of all users who have been banned from all threads is usefull, not the way the original mod used to display them.
but maybe in the Admin CP -> View Banned Thread Users or something similar |
Quote:
SELECT threadid, title, threadbans FROM " . TABLE_PREFIX . "thread WHERE threadbans != ''" And then unserialize threadbans. |
MoMan -- thanks so much!! My mods were so excited when I installed this and were so upset when I uninstalled it. Now all will be good again :)
|
How do I make it so only admins can ban users from a thread?
|
In the threadmanage_start hook, change
PHP Code:
PHP Code:
|
Quote:
|
And how can you make a lock to be able to read this topic, but could not write with the withdrawal of the notification banning.???
Help |
All times are GMT. The time now is 04:42 AM. |
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:
|