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
  #42  
Old 06-24-2012, 08:00 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The prefix is ​​part of the title Thread, it is therefore not tied to the post. Also by default if you spent the time set for changing title, the prefix can 'only be changed by admin.

It's not a bug, I check if it is still possible to enter the option

Regards
Reply With Quote
  #43  
Old 07-06-2012, 01:13 PM
yaya20 yaya20 is offline
 
Join Date: Sep 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to edit it so I can enter the forums I want to be included, instead of excluded?
Reply With Quote
  #44  
Old 07-07-2012, 06:54 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi

I'm on holiday on my return I check

regards
Reply With Quote
  #45  
Old 07-08-2012, 03:19 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update to make it work with 4.1.12.

Would you be able to make it so we can set the time limit instead of it being indefinite? I would like to set it to 30 days for example.
Reply With Quote
  #46  
Old 07-20-2012, 09:29 AM
Aitorcillo Aitorcillo is offline
 
Join Date: Jun 2011
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want to thank your work Asteryx, i was looking for this so long.
Continue working on it, is perfect mod.

Thanks
Reply With Quote
  #47  
Old 07-25-2012, 06:43 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vers. 4.0.3 beta

changed the structure of the plugin, you can now decide the new time limit on each forum and assign that limit to groups

is removed automatically the version 4.0.2

enable the addon:

admincp -> settings -> options -> CT no limit edit post

the settings:

admincp -> forums and moderators -> forum manager -> edit forum
Attached Images
File Type: png nolimit01.png (24.6 KB, 0 views)
File Type: png nolimit02.png (18.8 KB, 0 views)
Reply With Quote
  #48  
Old 07-30-2012, 07:43 PM
mikez006 mikez006 is offline
 
Join Date: Mar 2008
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

exactly what i was looking for, but my forum has 60 forums. It would be great if I could just checkmark the forums to select them, then add a edit time and select the usergroups so I can do it in one shot instead of editing 60 forums.
Reply With Quote
Благодарность от:
zagman76
  #49  
Old 07-31-2012, 04:30 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #50  
Old 07-31-2012, 03:43 PM
clauz's Avatar
clauz clauz is offline
 
Join Date: Dec 2010
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I activate the product on some forum, put 60 minutes and I check some usergroups to enable the timelimit... well, the unchecked groups cannot edit their posts there (in fact no one can edit there after 60 minutes).

If I put 0, the checked groups can edit their posts undefinitelly, but other groups (unchecked) can not edit any more.

How can I do to let some users edit 60 minutes their posts on some forum, but other groups to be able to edit undefinitelly their posts there.
Reply With Quote
  #51  
Old 07-31-2012, 05:01 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now there are 2 settings for the limit:

1. set of default vbulletin (my opinion should be the standard, example. 60 minutes))
2. the time set by this mod the exception

regards
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 04:28 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.04577 seconds
  • Memory Usage 2,342KB
  • Queries Executed 28 (?)
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
  • (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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • 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
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete