vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   One forum different edit time then the rest (https://vborg.vbsupport.ru/showthread.php?t=168496)

Dabbi 01-22-2008 06:39 PM

One forum different edit time then the rest
 
Hi,

There's one forum that I don't want to allow as much edit time as the rest of the board but would like to allow at least a few minutes for editing typos and such. Currently it's set to no in that area but it's so frustrating for members when the forgot to add a link or make a typo.

I've tried variety of search keywords here and asked on vBcom but am not finding anything. I was told on vBcom that it's not possible but that there might be a mod.. if there is I'm totally missing it and would appreciate any help. :)

Thanks! :cool:

ragtek 01-22-2008 07:02 PM

you could make a plugin at hook global_start:
PHP Code:

if (($forumid == 16) || ($forumid == 7))
{
    
$vbulletin->options['edittimelimit'] = 0;


just change the forumid and the timelimit

Dabbi 01-23-2008 12:15 AM

Thank you for replying and for that code. :)

I just found this new mod after searching some more: https://vborg.vbsupport.ru/showthread.php?t=136448 Is this basically the same thing or different? I'm new at this so much of it is like learning a new language. :)


All times are GMT. The time now is 02:09 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
  • Page Generation 0.01035 seconds
  • Memory Usage 1,712KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete