vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - First Post Editable Indefinitely (https://vborg.vbsupport.ru/showthread.php?t=228210)

Lynne 11-09-2012 09:55 PM

Quote:

Originally Posted by FF|Skyrider (Post 2379758)
Anyway a usergroup feature can be added? Rather than only being specific to forum sections.

I won't be changing this mod in anyway. You are welcome to modify it to your own needs though.

Skyrider 11-10-2012 07:08 AM

Quote:

Originally Posted by Lynne (Post 2379807)
I won't be changing this mod in anyway. You are welcome to modify it to your own needs though.

Hah :p I can't code I'm afraid. So that's not gonna happen. Thanks though.

sticky 11-20-2012 06:12 PM

Quote:

Originally Posted by FF|Skyrider (Post 2379758)
Anyway a usergroup feature can be added? Rather than only being specific to forum sections.

This would be extremely useful.

Sucks when mod creators don't listen to the features people want instead making us spend money to have someone else modify it when they could easily do it.

Also this mod isn't working in 4.2.0 pl3.

Alan_SP 11-21-2012 12:37 PM

Quote:

Originally Posted by sticky (Post 2382990)
Also this mod isn't working in 4.2.0 pl3.

Actually, this isn't true.

It works as intended on vB4.2. I'm using it without problems, i.e. my test user is able to edit first post even after editing time is passed.

DaReSE 02-09-2013 12:00 PM

Will this enable editing subject title and thus change of prefix? Rule per forum, i.e. each forum local value for this?

addamroy 02-25-2013 02:13 AM

This doesn't allow for members to edit their thread titles or prefix... is that a bug or is it supposed to be that way?

Alan_SP 02-25-2013 05:05 PM

This is vB thing.

Only moderators can change thread title whenever they want. You have option in settings where you define time while users are able to change thread title (I'm not sure about thread prefix, but I think that time is the same in both cases).

dai-kun 01-27-2014 06:43 AM

Hi Lynne, do you have time to make this work with 4.2.2? I installed on a clean 4.2.2 and it doesn't work even though I did all the latest edits. Thanks

Edit::
Nevermind, it works correctly as intended. I forgot that I did something different. All my posts does not have a time limit on editing. It's just this one specific forum that users have no permission to edit their posts at all, but I made this hack to work where only the first post is editable, bypassing 'can edit' usergroup permission. Just don't remember what I did.

Edit2::
OK I figured it out.

In plugin
Set edittimelimit to 0 for first post
Set edittimelimit to 0 for first post (2)


Change
Code:

$vbulletin->options['edittimelimit'] = 0;
to
Code:

$vbulletin->bf_ugp_forumpermissions['caneditpost'] = 1;

alexNL 10-15-2014 09:11 AM

Installed it on 4.2.1 patch level 1 and it seems to be working. I did use the updated version posted earlier that contained the fix by Lynne. Direct link to the updated XML:
https://vborg.vbsupport.ru/showpost....4&postcount=65


All times are GMT. The time now is 06:01 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.01129 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (4)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