vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Cyb - Prevent Newbies from Posting to Wrong Forum (https://vborg.vbsupport.ru/showthread.php?t=201295)

EcoCav 11-06-2009 10:43 PM

Quote:

Originally Posted by EcoCav (Post 1876750)
After I installed this, it wont show the forums or the dropdown list, only the description.
I have tried it on all for styles, and on the standard style too.

https://vborg.vbsupport.ru/external/2009/11/49.jpg

Quote:

Originally Posted by EcoCav (Post 1880302)
Any update or information on this?


Just checking to see if this has been fixed or if anyone knows away around this issue?

Nadeemjp 11-07-2009 12:34 AM

hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod

Freesteyelz 12-18-2009 05:44 PM

Quote:

Originally Posted by EcoCav (Post 1911133)
Just checking to see if this has been fixed or if anyone knows away around this issue?

If your Forum Jump Menu is disabled, try enabling it. That worked for me. :)

Freesteyelz 12-18-2009 06:00 PM

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:

Originally Posted by gigaenvy (Post 1831287)
Thanks for this coolness!

Is there a way to only enable this for certain forums and then to only select specified forums from the dropdown?


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. :)

gigaenvy 12-19-2009 03:51 PM

Quote:

Originally Posted by Freesteyelz (Post 1933032)
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.




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. :)

Thanks Freestyle for replying and taking the time to help out!

Valter 02-23-2010 08:43 PM

Released for vBulletin 4, here:
https://vborg.vbsupport.ru/showthread.php?t=236718

rosqa93 12-30-2010 11:11 AM

click to contine and open new thread?

Elric 05-14-2011 03:52 AM

TOP addon, thanks.

Taleempoint 05-03-2012 08:18 PM

thank uuu


All times are GMT. The time now is 04:34 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.01241 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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