Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Exclude Usergroups from time limit editing posts Details »»
Exclude Usergroups from time limit editing posts
Version: 4.0.3, by Asterix_ita Asterix_ita is offline
Developer Last Online: Jul 2019 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.1.6 Rating:
Released: 06-02-2010 Last Update: 07-24-2012 Installs: 88
Uses Plugins
Translations Is in Beta Stage  
No support by the author.

Remove Time Limit on Editing of Posts for selected usergroups

Install:

Upload the file
Import product_nolimit.xml
Configure in vBulletin Options -> CT No Limit Edit Post

Changelog
03-01-10 v.1.0.0 start (only by user)
13-10-11 v.4.0.1 added exclude forums
17-04-12 v.4.0.2 fix for vb 4.1.12
25-07-12 v.4.0.3 beta read this post
Translations


Support
Low priority will be given to posters who do not have this marked as installed


Download Now

File Type: zip No Limit Edit Post.zip (2.3 KB, 197 views)
File Type: zip No Limit Edit Post_401.zip (2.8 KB, 111 views)
File Type: zip No_limit_Edit_Post_402.zip (2.5 KB, 109 views)
File Type: zip No_limit_Edit_Post_403_beta.zip (3.6 KB, 223 views)

Screenshots

File Type: png 03-06-2010 20-12-45.png (9.9 KB, 0 views)
File Type: png 03-06-2010 20-13-14.png (28.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 02-27-2013, 08:27 AM
wildheart's Avatar
wildheart wildheart is offline
 
Join Date: Jul 2011
Location: South Africa
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is working on Vb 4.2
Reply With Quote
  #63  
Old 02-28-2013, 04:41 AM
wildheart's Avatar
wildheart wildheart is offline
 
Join Date: Jul 2011
Location: South Africa
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Asterix_ita View Post
You can use a query to set the values

eg.

Code:
UPDATE {prefixtable}forum
SET ct_nolimitactive = 1, ct_nolimitgroup = 'idgroups', ct_nolimitnewtime = 60
If you have multiple groups using commas to separe eg. '1,2,3'

regards
Hi can you please explain this a bit more? I have around 70 forums and editing each one is taking forever. Is there no way to just put a time limit per usergroup regardless of what forum they are on?
Reply With Quote
  #64  
Old 02-28-2013, 04:47 AM
wildheart's Avatar
wildheart wildheart is offline
 
Join Date: Jul 2011
Location: South Africa
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To give you an example, each user group have their own privileges. Jr members cut off time for editing is 5 minutes, valued contributors have 12 hours. How can I implement this with your mod? Thanks.
Reply With Quote
  #65  
Old 12-01-2013, 07:25 PM
lapiervb lapiervb is offline
 
Join Date: Mar 2010
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this working with vb 4.2.2?
Reply With Quote
  #66  
Old 12-01-2013, 07:33 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lapiervb View Post
is this working with vb 4.2.2?
Yes it is.
Reply With Quote
  #67  
Old 04-10-2014, 06:47 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I noticed that the setting doesn't apply to sub forums. I have for sale sections with many sub sections. It would be handy to be able to set it for the top-level forum and have this apply to all sub forums.
Reply With Quote
  #68  
Old 06-21-2014, 06:19 PM
Madpoodle Madpoodle is offline
 
Join Date: May 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love the mod, working on setting it up. 4.2.1 PL1

I am trying to setup forum 29 with this feature. It is a sub forum of forum 7, as shown in the screen shots attached .

When I just try and set it to a specific forum, I enter the forum #, and the category I want to be able to use the feature. ("By Forum" screen shot) It does not show an edit button for them in that forum. If I set the permissions forum wide for the same user ("Global" screen shot) it shows the button, but they can edit or delete anywhere they want.

What did I do wrong?
Attached Images
File Type: jpg Main Forum.jpg (26.7 KB, 0 views)
File Type: jpg Sub Forum.jpg (19.5 KB, 0 views)
File Type: jpg By Forum.jpg (73.8 KB, 0 views)
File Type: jpg Global.jpg (74.2 KB, 0 views)
Reply With Quote
  #69  
Old 06-26-2014, 06:32 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which version of the plugin do you have installed?
Reply With Quote
  #70  
Old 07-23-2014, 08:16 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wildheart View Post
To give you an example, each user group have their own privileges. Jr members cut off time for editing is 5 minutes, valued contributors have 12 hours. How can I implement this with your mod? Thanks.
See this mod,
https://vborg.vbsupport.ru/showthread.php?t=313184
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04799 seconds
  • Memory Usage 2,339KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete