The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - Prevent Newbies from Posting to Wrong Forum Details »» | |||||||||||||||||||||||||||||||||
Cyb - Prevent Newbies from Posting to Wrong Forum
Developer Last Online: Nov 2023
Info:
Members of selected usergroups will need to confirm destination forum for the new thread if their post count is less than the number you choose. If member is not in the correct forum, he will be able to choose a different one from a drop-down menu, then continue with posting. Installation: 1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product] To set options: Go to AdminCP > vBulletin Options > Cyb Prevent Newbies from Posting to Wrong Forum Versions: v1.0 - Apr 29. 2006. -First Release v1.5 - May 10. 2006. -Fixed few bugs -Improved functionality and compatibility -Now users with custom styles can use hack regularly (read installation step #2) -Added option to choose affected usergroups (view updated screenshots) -Please uninstall old version before installing new one v1.6 - Aug 04. 2006. -Release of this hack for vB v3.6 v1.7 - Aug 05. 2006. -Uncached template bug fix v1.8 - Sep 29. 2006. -Several improvements: *three templates removed *javascript code improved *phrases used instead of settings *added links to phrases to settings page for easier customizations/translations *confirmation dialog look improved *easier usergroup selection (thanks to Andreas) -Added Product Version Checking v1.9 - Nov 11. 2006. -Updated javascript code to improve compatibility with some browsers -Fixed error which maked code not Valid XHTML 1.0 Transitional v2.0 - Nov 12. 2006. -Forum description for selected destination forum shown (automatically hidden if description field is blank) -Option to disable new function above v2.1 - Jul 27. 2007. -Fixed bug (WYSIWYG editor locked in Firefox after destination forum confirmation) -Improved group membership checking (works now for supplementary usergroups too) -General code cleanup and optimization v2.2 - May 03. 2008. -Compatible with vBulletin 3.7 -Minor bugs fixed v2.2.1 - May 04. 2008. -Fixed bug with "affected usergroups" setting If you like this hack please click INSTALL. Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
Quote:
Just checking to see if this has been fixed or if anyone knows away around this issue? |
#23
|
|||
|
|||
hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod
|
#24
|
||||
|
||||
If your Forum Jump Menu is disabled, try enabling it. That worked for me.
|
#25
|
||||
|
||||
If you want only selected forums affected try:
This step only addresses which forums are affected when creating a new thread. It does not affect the forums listed in the Jump Menu. Quote:
Go into Plugin Manager --> Cyb - Prevent Newbies from Posting to Wrong Forum - MN (newthread_start) Find: Code:
if (($vbulletin->options['cyb_preventnewthread_pcneeded'] > $vbulletin->userinfo['posts']) AND is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['cyb_preventnewthread_affectedgroups'])) AND ($vbulletin->GPC['fcon']!=1) AND ($_REQUEST['do']!='postthread')) and Replace it with: Code:
if (($vbulletin->options['cyb_preventnewthread_pcneeded'] > $vbulletin->userinfo['posts']) AND is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['cyb_preventnewthread_affectedgroups'])) AND ($vbulletin->GPC['fcon']!=1) AND ($_REQUEST['do']!='postthread') AND in_array($forumid, array(x,y,z))) Where "x,y,z" are replace it with your Forum ID's that you want affected. To add more forums just separate the ID's with a comma. See if that works. |
#26
|
|||
|
|||
Quote:
|
#27
|
|||
|
|||
Released for vBulletin 4, here:
https://vborg.vbsupport.ru/showthread.php?t=236718 |
#28
|
|||
|
|||
click to contine and open new thread?
|
#29
|
|||
|
|||
TOP addon, thanks.
|
#30
|
|||
|
|||
thank uuu
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|