vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Moderators Functions - Ban Users From a Thread (https://vborg.vbsupport.ru/showthread.php?t=152121)

choccyclaire 02-21-2008 06:00 PM

I had this on 3.6.8 and it worked, then I needed to uninstall it to do something. Now I have reinstalled it and it says

Invalid Action Specified

I find that odd, it worked and now doesn't?

Skyrider 02-27-2008 07:08 PM

I hope someone can help me with this as I'm new with installing addons. Within (ShowThread) I cannot find any "<if condition="$show['openclose']" and I only have 1 showthread file. And I also can't find any "posbit" & "postbit_legacy" templates files.

bc3tech 02-27-2008 08:18 PM

i'd like to see this linked to usergroups to give permission to moderators to do the same thing. not just super mods / admins.

bc3tech 02-27-2008 08:19 PM

Quote:

Originally Posted by CP, (Post 1436960)
This dosent work for 3.6.8? I tried hitting Ban user from thread and it says: "Invalid Action Specified"

works on my 3.6.8 board.

Skyrider 02-27-2008 09:16 PM

I installed this on 3.6.8, but I don't see any ban/unban function like in the screenshots. I installed the xml file, and edited the 3 templates. Any idea what's up?

diola 02-28-2008 12:39 AM

It works on my 3.7 board, but just for supermods and admins, moderators cant ban from a thread. How can i give this permission to moderators?

scarex80 03-02-2008 08:35 PM

Quote:

Originally Posted by bc3tech (Post 1452451)
i'd like to see this linked to usergroups to give permission to moderators to do the same thing. not just super mods / admins.

Quote:

Originally Posted by diola (Post 1452559)
It works on my 3.7 board, but just for supermods and admins, moderators cant ban from a thread. How can i give this permission to moderators?

It could be a very interesting option. Expecially in very large board, mods of every section can use this tool without referring to supermods.

MeNeedHelp 03-03-2008 09:08 AM

This mod will do that...

https://vborg.vbsupport.ru/showthread.php?t=162037

RFViet 03-09-2008 02:01 PM

Quote:

Originally Posted by MeNeedHelp (Post 1455759)

That mod is only for vB 3.6.8 :p

choccyclaire 03-24-2008 08:28 PM

I recently reinstalled this and clicked yes to overwrite. It's working again great. Thanks. :D

And I'm running Beta 5.

Sanctorum 04-03-2008 11:36 AM

For some reason I can't edit Polls with from the Thread Tools menu in 3.6.9, the option disappeared after I uninstalled and now it only shows in the upper right corner of the Poll and not in the Thread Tools menu :/. I've restored all the forum files and it's still broken, must have done something with the Database?

choccyclaire 04-03-2008 11:55 AM

Quote:

Originally Posted by Sanctorum (Post 1481874)
For some reason I can't edit Polls with from the Thread Tools menu in 3.6.9, the option disappeared after I uninstalled and now it only shows in the upper right corner of the Poll and not in the Thread Tools menu :/. I've restored all the forum files and it's still broken, must have done something with the Database?

You might want to try reverting your SHOWTHREAD template and then adding the ban thread condition.

Sanctorum 04-03-2008 11:57 AM

I added the mod again, cleared all bans and the option still isn't in the Thread Tools, but only on the top right corner of the Poll. Oh well, maybe the Edit Polls option will be fixed when I upgrade to 3.7? The odd thing was, was when the option was present, I tried to edit a poll and it said "Invalid Option", I uninstalled and that's when the option disappeared.

OLDrCF 04-10-2008 05:16 AM

Interesting mod, have it up and running ok :)

Just wondering, is it possible to sorta do the reverse, give usergroups access to a thread (read & write) in a forum they would usually not have access too?

samraz972 05-01-2008 01:59 AM

I beg you to make this mod for 3.7

justchil 05-02-2008 08:37 AM

Also hoping a 3.7 version comes out :)

J98680Bxxxxx 05-02-2008 09:03 AM

Excellent mod. Installed on vB 3.7 CR2, works fine. :up:

CP, 05-24-2008 05:10 PM

3.7?

CP, 05-25-2008 04:55 PM

Ok ive just tried installing this on 3.7.0 each time i try banning somebody it says.

"Unbanned user from thread"

centralss 05-27-2008 09:55 PM

it bans but doesn't show uban user from thread when you want to unban them!!

centralss 05-27-2008 11:41 PM

ok found something. I have to click ban user from thread twice, THEN is bans. After I go back to the user pop up, it shows unban user from thread, but I have to click it twice. (first time says banned user from thread, 2nd click says unbanned user from thread)

So any ideas on why I have to click it twice for banning and unbanning?

MorrisMcD 06-03-2008 03:36 PM

I decided that I was going to try out the ban via post hack instead.. Well. I didnt want to lose the bans I performed with this hack.. So I removed the uninstall code from the product before uninstalling.. Not the db tables and such are still there I guess.. I didnt like the other one as much so I decided to come back.. But now I cant install the product without removing the tables.. is there anything I can do to get the product back and maintain the existing data?

CP, 06-07-2008 10:48 PM

Hi ive discovered this works with 3.7.1 now... but only the admin can ban from thread not the moderators.. anybody know how we can make this work for moderators please... ive been trying to assign a moderator permission but it dosent work.

Konstantinos 06-21-2008 04:38 AM

i wanted to be able to see who is banned in the postbit and to ban/unban from the icon images. so in postbit_legacy

$post[iplogged]

after i added

Code:

<if condition="$show['btu_canban']">
 <if condition="!isset($btu[$post[threadid]][$post[userid]])"><a href="postings.php?$session[sessionurl]do=btu_ban&amp;t=$post[threadid]&amp;u=$post[userid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/threadban.png" alt="$vbphrase[btu_ban]" border="0" /></a>
 <else />
    <a href="postings.php?$session[sessionurl]do=btu_ban&amp;t=$post[threadid]&amp;u=$post[userid]"><img class="inlineimg" src="$stylevar[imgdir_button]/threadunban.png" alt="$vbphrase[btu_unban]" border="0" /></a>
 </if>
</if>

whould be nice if u could add some more stuff like ban reason . auto unban , send auto pm to banned user etc

AcidX 06-21-2008 10:22 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=183183" target="_blank">Here's the 3.7 version</a>.
I've added the option to ban through the icons too. Many thanks Konstantinos!

I'm currently working on an improved version. Here's the to-do list:

- Allow Mods/Supermods to use thread bans [optional];
- Time ban [hours, days, weeks...];
- Display ban reason when user tries to enter thread;
- Notification for banned users via PM.

If you have any more ideas, don't hesitate to share them with me.

Konstantinos 06-22-2008 07:07 AM

those options are cool. hope u implement them without file edits (as the other mod) . maybe an option to display which mod did the ban to avoid confusion whould be cool too.

Julrou 06-22-2008 08:59 AM

Quote:

Originally Posted by AcidX (Post 1555704)
Here's the 3.7 version.
I've added the option to ban through the icons too. Many thanks Konstantinos!

I'm currently working on an improved version. Here's the to-do list:

- Allow Mods/Supermods to use thread bans [optional];
- Time ban [hours, days, weeks...];
- Display ban reason when user tries to enter thread;
- Notification for banned users via PM.

If you have any more ideas, don't hesitate to share them with me.

Did you upload the new package ?

AcidX 06-22-2008 11:12 AM

Quote:

Originally Posted by Julrou (Post 1555907)
Did you upload the new package ?

Yes.
Sorry, I forgot to paste the link.

Julrou 06-22-2008 11:43 AM

Quote:

Originally Posted by AcidX (Post 1555958)
Yes.
Sorry, I forgot to paste the link.

Great !
Thanks, i'll test it on my board soon.

I'll also see if i can do something to allow mods to ban from a thread.

Stifmeister2 06-22-2008 06:01 PM

Hey, I'd like only Admins and Super Mods to be "safe" from this thread banning. We have a lot of moderators on our forums (clan forums, mods for every clan section) so many people have the immunity now. I want so that normal moderatos can be banned too.

I can edit the files by myself, just need help what to edit. ;)

jellybaby 09-15-2008 09:00 PM

Does this work for 3.7?

Megareus Rex 12-02-2008 01:46 AM

Quote:

Originally Posted by Stifmeister2 (Post 1556216)
Hey, I'd like only Admins and Super Mods to be "safe" from this thread banning. We have a lot of moderators on our forums (clan forums, mods for every clan section) so many people have the immunity now. I want so that normal moderatos can be banned too.

I can edit the files by myself, just need help what to edit. ;)

This is something I'd like to know too. I searched for it in the code, but it seems like a bnaklet "Can moderate?" conditional, thus making exempting regular mods from its protection difficult, and more than I can do on my own.

Ivo2 01-28-2009 01:43 AM

Don't work correctly with 3.8. Problems when User edited post's

bart6767 03-05-2009 02:17 PM

Works fine on 3.8.1

user 1-2-3 05-11-2009 06:13 PM

I have a little bit different task: I want to make some threads on forum visible only by specified users. I understand, that I can use this mod for this purpose, but I want make it as simple as possible in order to avoid any conflicts with the newer versions of vB.

The system should work as follow: users enter data to a 3rd party application and this application generate a vB thread and grant access to it only for users, who've contributed the data (according to the usernames).

Any help and ideas will be appreciated. :)

bada_bing 12-09-2009 07:53 PM

I was wondering if anyone knows if a hack that allows smods and admins to ban users from a specific forum? Example is if I see an issue with a member that is abusing the selling forums I want to ban him form that forum for a specific date/time range.

thanks

cTak 01-11-2010 12:51 PM

Someone want to make this for 4.0?

absy 01-11-2010 01:54 PM

Id like it for version 4 too please?

mmllc 07-19-2010 06:18 AM

works great, thank you, 5/5 stars!!!

kuraba 09-07-2010 09:39 AM

still moderators can't ban in thread or ??


All times are GMT. The time now is 01:04 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.01501 seconds
  • Memory Usage 1,819KB
  • 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
  • (1)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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